aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb')
-rw-r--r--recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
new file mode 100644
index 0000000..ca42e0d
--- /dev/null
+++ b/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Target packages for Opie SDK"
+PR = "r7"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+
+RDEPENDS_${PN} = "\
+ packagegroup-core-standalone-sdk-target \
+ libopie2-dev \
+ libqpe-opie-dev \
+ ${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte", d)}-dev \
+ libqtaux2-dev \
+ libmailwrapper-dev"