diff options
author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2015-10-12 16:09:33 +0200 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@digia.com> | 2015-10-13 08:34:18 +0000 |
commit | a5323e1fc1f734036d29da80aca037576e9d94b9 (patch) | |
tree | 0590bc4ba1f1cb042ed76bd1b58119c06d8a5f88 /recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |
parent | 9597f61fc1bbf270965729d533306d10ef3c43ea (diff) | |
download | meta-boot2qt-a5323e1fc1f734036d29da80aca037576e9d94b9.tar.gz |
Build nativesdk-ostree
The 'ostree' binary is not available as an installable
package on Ubuntu. Instead of requiring users to build
it from the source code, lets add a native ostree binary
to the toolchain.
Change-Id: I50031e0fc72bc0585785634a329d1557876a020b
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb')
-rw-r--r-- | recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb index f64c0ac..7591b6b 100644 --- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb +++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |||
@@ -30,6 +30,7 @@ RDEPENDS_${PN} = "\ | |||
30 | nativesdk-python-modules \ | 30 | nativesdk-python-modules \ |
31 | nativesdk-python-misc \ | 31 | nativesdk-python-misc \ |
32 | nativesdk-gperf \ | 32 | nativesdk-gperf \ |
33 | nativesdk-ostree \ | ||
33 | ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \ | 34 | ${@base_contains("DISTRO_FEATURES", "wayland", "nativesdk-wayland", "", d)} \ |
34 | ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ | 35 | ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ |
35 | " | 36 | " |