aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/packagegroups
AgeCommit message (Collapse)Author
2015-06-18packagegroup-opie: fix bluez dependencieslumag
Make it runtime depend on either bluez4 or bluez5 depending on DISTRO_FEATURES. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2014-12-29packagegroups: Move inheriting packagegroup after setting PACKAGE_ARCHKhem Raj
Fixes ERROR: Please ensure recipe /home/ubuntu/work/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie-16mb.bb sets PACKAGE_ARCH before inherit packagegroup ERROR: Please ensure recipe /home/ubuntu/work/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie.bb sets PACKAGE_ARCH before inherit packagegroup Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-06-08packagegroup-opie-toolchain-target: drop LIC_FILES_CHKSUM, inherit packagegroupPaul Eggleton
There's no actual content of the resulting packages here, and packagegroup recipes don't have a do_configure task which would normally check this field, so just drop it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-06-08packagegroup-xqtlauncher: drop LIC_FILES_CHKSUMPaul Eggleton
There's no actual content of the resulting packages here, and packagegroup recipes don't have a do_configure task which would normally check this field, so just drop it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-20recipes: Turn ALLOW_EMPTY to be package specificKhem Raj
Fixes QA warnings during parse ERROR: QA Issue: /b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/nativesdk-packagegroup-opie-toolchain-host.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. ERROR: QA Issue: /b/kraj/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. ERROR: QA Issue: /b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-mediaplayer1_git.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. ERROR: QA Issue: /b/kraj/angstrom/sources/meta-opie/recipes-opie/opie-mediaplayer1/opie-mediaplayer1_1.2.5.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-09-09packagegroup-*: fix/tidy up for inherit of packagegroup.bbclassPaul Eggleton
* Move PACKAGE_ARCH setting after the inherit (or it won't work) * We don't need to set LIC_FILES_CHKSUM anymore Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09packagegroup-*: add RPROVIDES/RREPLACES/RCONFLICTSPaul Eggleton
Allow upgrades from previous task packages. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09packagegroup-opie-toolchain-host-nativesdk: rename to nativesdk-Paul Eggleton
As per naming convention change in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-09Rename task -> packagegroupPaul Eggleton
This matches the new naming scheme in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>