name: pkgmgr-info kind: chunk build-system: cmake pre-configure-commands: # In yocto's tizen-distro, TizenCommon is a module they patch cmake to add. # It has some useful assignments, but unless it's used very frequently, it's # easier to do the necessary assignments and remove inclusion of TizenCommon. - sed -i '/INCLUDE(TizenCommon)/d' CMakeLists.txt parser/CMakeLists.txt configure-commands: - | cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" \ -DLIB_INSTALL_DIR="$PREFIX/lib" \ -DTZ_SYS_CONFIG="$PREFIX/kdb"