summaryrefslogtreecommitdiff
path: root/strata/tizen/pkgmgr-info.morph
blob: 8cdc00b2f410242a65c3089218c9e27a3171cd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"