aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-05layer.conf: add layer dependenciesDmitry Eremin-Solenikov
opie layer depends on oe-core, meta-oe and meta-networking. Add respecive dependencies via LAYERDEPENDS. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.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-07-27Remove references to QPL in LICENSEPaul Eggleton
QPL is an available choice for the license within the QtE 2.3.10 source, but would never be a practical selection for us because it is not GPL-compatible, so there's no point in mentioning it. Removing it fixes a warning as well (since we have no generic QPL license file). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-07-27libdbus-qt2: add inherit pkgconfigPaul Eggleton
This uses pkg-config to find libdbus. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-07-27obexftp: removePaul Eggleton
This recipe is now in meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-07-27qte: add dependency on alsa-libPaul Eggleton
With the ALSA patch we now link to libasound2. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-06-08libqpe-opie: do not poke files into the sysrootPaul Eggleton
do_compile was putting headers into the sysroot (!) so that the compilation process could pick them up. This is not only bad behaviour but is also totally unnecessary; just create a directory within the work directory to put the files into and use that instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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>
2014-06-08opie-image*: drop LIC_FILES_CHKSUMPaul Eggleton
There's no actual content other than the packages brought in which have their own licenses, and image 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-08qte: port QSound to use ALSAPaul Eggleton
Add a patch from Vasily Khoruzhick <anarsoul@gmail.com> to enable support for ALSA instead of OSS when using QSound (qss). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-02-17opie-button-settings: install button config file for Zaurus/iPAQ modelsPaul Eggleton
This file is required with current Opie Git master to enable the default button actions for each device. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-02-17libopie2: drop broken patch for poodle from git versionPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-02-16README: add link to Opie websitePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-05libopie2: fix bashismPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-03preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
Adds two fixes for compilation failures. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-16opie-taskbar-images: drop PIXMAP_SIZEPaul Eggleton
This variable hasn't been used in this recipe since 2007 in OE-Classic before meta-opie was created. Thanks to Andrea Adami for pointing this out :) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-16opie-pics: use MACHINE_GUI_CLASS instead of older GUI_MACHINE_CLASSPaul Eggleton
meta-handheld made this switch a while ago. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26README: mention which meta-openembedded layers are neededPaul Eggleton
* meta-oe is needed for various items (mostly for Qtopia apps) * meta-networking is needed for ntp Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-image: add package-management to IMAGE_FEATURESPaul Eggleton
This image already contains opie-packagemanager so we need this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-taskbar: fix re-execution of do_configurePaul Eggleton
If this function gets re-executed these links will exist, so use the -f option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-image: add to IMAGE_FEATURES instead of setting itPaul Eggleton
This allows EXTRA_IMAGE_FEATURES to work (and thus enables the default debug-tweaks feature to be enabled, providing a blank password for debugging.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26zsafe: tidy up recipePaul Eggleton
* Build in a sensible subdirectory instead of WORKDIR * Fix parse warnings due to erroneous FILES setting being overwritten by FILES_${PN} * Move SRC_URI checksums next to SRC_URI * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26opie-theme: fix parse warningsPaul Eggleton
Fix warnings during parse due to value overwriting by naming the packages correctly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
Adds some fixes for compilation failures, among other changes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26classes/qmake: fix for changes to qmake_base in OE-CorePaul Eggleton
Hack around some Qt4-specific variable usage recently introduced into OE-Core's qmake_base class. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26qte: fix for compilation with libpng 1.5+Paul Eggleton
Add a patch to fix QtE's PNG support code for the newer libpng API. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26qte: fix compiler error with gcc 4.7+Paul Eggleton
Adds another fix for local method call without this->. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-24uicmoc: fix compile issue with GCC-4.7Apelete Seketeli
Fix compile issue found when building uicmoc-native with GCC-4.7. Though it was detected with version 4.7, the problem may appear with an earlier version of GCC-4.x. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2013-03-25layer.conf: use ??= to set variablesPaul Eggleton
If these variables are set with = or ?= then the ?= setting in conf/distro/include/preferred-opie-git-versions.inc will not be used. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-25camera-assistant: move files to files subdirectoryPaul Eggleton
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>
2013-03-07various: fix pkg_postinst/rm to be package specficKoen Kooi
ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-qtopia/tasklistapplet/tasklistapplet_1.0.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:52 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-qtopia/tasklistapplet/tasklistapplet_1.0.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-qtopia/portabase/portabase_1.9.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-qtopia/qpe-games/crossword_0.0.3.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-jumpx/opie-jumpx_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:27 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-jumpx/opie-jumpx_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-jumpx/opie-jumpx_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-jumpx/opie-jumpx_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-ttf-support/opie-ttf-support_1.1.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-cardapplet/opie-cardapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:59 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-cardapplet/opie-cardapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-cardapplet/opie-cardapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-cardapplet/opie-cardapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyboard/opie-keyboard_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:59 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyboard/opie-keyboard_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyboard/opie-keyboard_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyboard/opie-keyboard_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kpacman/opie-kpacman_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:57 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kpacman/opie-kpacman_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:53 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-vmemo/opie-vmemo_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-vmemo/opie-vmemo_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-vmemo/opie-vmemo_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-vmemo/opie-vmemo_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-unikeyboard/opie-unikeyboard_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-unikeyboard/opie-unikeyboard_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-unikeyboard/opie-unikeyboard_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-unikeyboard/opie-unikeyboard_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-autorotateapplet/opie-autorotateapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:49 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-autorotateapplet/opie-autorotateapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-autorotateapplet/opie-autorotateapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-autorotateapplet/opie-autorotateapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-help-en/opie-help-en_1.2.5.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-help-en/opie-help-en_git.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. | ETA: 00:04:45 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clipboardapplet/opie-clipboardapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:41 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clipboardapplet/opie-clipboardapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clipboardapplet/opie-clipboardapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clipboardapplet/opie-clipboardapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikeyapplet/opie-multikeyapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikeyapplet/opie-multikeyapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikeyapplet/opie-multikeyapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikeyapplet/opie-multikeyapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-networkapplet/opie-networkapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-networkapplet/opie-networkapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-networkapplet/opie-networkapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-networkapplet/opie-networkapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kjumpx/opie-kjumpx_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:39 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kjumpx/opie-kjumpx_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kjumpx/opie-kjumpx_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-kjumpx/opie-kjumpx_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-dvorak/opie-dvorak_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-dvorak/opie-dvorak_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-dvorak/opie-dvorak_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-dvorak/opie-dvorak_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-notesapplet/opie-notesapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:37 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-notesapplet/opie-notesapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-notesapplet/opie-notesapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:34 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-notesapplet/opie-notesapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikey/opie-multikey_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikey/opie-multikey_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikey/opie-multikey_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-multikey/opie-multikey_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/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. ERROR: QA Issue: /build/setup-scripts/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: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-handwriting/opie-handwriting_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-handwriting/opie-handwriting_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-handwriting/opie-handwriting_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-handwriting/opie-handwriting_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-screenshotapplet/opie-screenshotapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:30 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-screenshotapplet/opie-screenshotapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-screenshotapplet/opie-screenshotapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-screenshotapplet/opie-screenshotapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-memoryapplet/opie-memoryapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:24 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-memoryapplet/opie-memoryapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-memoryapplet/opie-memoryapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-memoryapplet/opie-memoryapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-lockapplet/opie-lockapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-lockapplet/opie-lockapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-lockapplet/opie-lockapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-lockapplet/opie-lockapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pickboard/opie-pickboard_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pickboard/opie-pickboard_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pickboard/opie-pickboard_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pickboard/opie-pickboard_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-brightnessapplet/opie-brightnessapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-brightnessapplet/opie-brightnessapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-brightnessapplet/opie-brightnessapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:22 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-brightnessapplet/opie-brightnessapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clockapplet/opie-clockapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clockapplet/opie-clockapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clockapplet/opie-clockapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-clockapplet/opie-clockapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie-toolchain-target.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. | ETA: 00:04:19 ERROR: QA Issue: /build/setup-scripts/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: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-wirelessapplet/opie-wirelessapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-wirelessapplet/opie-wirelessapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-wirelessapplet/opie-wirelessapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-wirelessapplet/opie-wirelessapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-volumeapplet/opie-volumeapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-volumeapplet/opie-volumeapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-volumeapplet/opie-volumeapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:15 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-volumeapplet/opie-volumeapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-batteryapplet/opie-batteryapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-batteryapplet/opie-batteryapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-batteryapplet/opie-batteryapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-batteryapplet/opie-batteryapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyview/opie-keyview_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyview/opie-keyview_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyview/opie-keyview_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-keyview/opie-keyview_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pyquicklaunchapplet/opie-pyquicklaunchapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pyquicklaunchapplet/opie-pyquicklaunchapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pyquicklaunchapplet/opie-pyquicklaunchapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-pyquicklaunchapplet/opie-pyquicklaunchapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-irdaapplet/opie-irdaapplet_1.2.5.bb: Variable pkg_postinst is set as not being package specific, please fix this. | ETA: 00:04:12 ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-irdaapplet/opie-irdaapplet_1.2.5.bb: Variable pkg_postrm is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-irdaapplet/opie-irdaapplet_git.bb: Variable pkg_postinst is set as not being package specific, please fix this. ERROR: QA Issue: /build/setup-scripts/sources/meta-opie/recipes-opie/opie-irdaapplet/opie-irdaapplet_git.bb: Variable pkg_postrm is set as not being package specific, please fix this. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-22layer.conf: fix parse errors in some git recipes when not using git versionPaul Eggleton
Fixes errors during parsing certain recipes (eg. opie_mediaplayer1) when user hasn't "require"d conf/distro/include/preferred-opie-git-versions.inc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-01-22layer.conf: fix parsing with recent change to meta-systemdPaul Eggleton
Fixes parsing errors which is appearing after the following commit: http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e Without this change, you get "NameError: name 'base_contains' is not defined". Based upon a patch by Khem Raj <raj.khem@gmail.com>, the only change being prepending to BBPATH as was done previously. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-01-22kdepimpi-base: Remove mutliline commented codeKhem Raj
This is now reported as error by bitbake and refused to parse. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-10Remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-28qpf-bitstream-vera-sans-mono_1.10.bb: Fix TypoKhem Raj
misplaced end quote Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-09-09jlime-opie: removePaul Eggleton
This is ancient, JLime hasn't supported Opie for a very long time. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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>
2012-09-05task-opie-toolchain-host-nativesdk: fix for task -> packagegroup renamePaul Eggleton
Fixes parsing for the recent change in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-04task-opie: Adjust for nativesdk renamingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12task-opie-16mb: use 240x320 not 320x240 imagesPaul Eggleton
opie-taskbar-images-320x240 is a dummy PROVIDES and never actually gets produced; in any case the correct resolution for the machines this is designed for (e.g. collie, h3600) is 240x320. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12opie-sysinfo: split out machine-specific imagesPaul Eggleton
This saves ~600k of space on the target by only installing the image appropriate for the machine. If there is no specific image then the opie-sysinfo-images package will be empty and not produced, which is OK since opie-sysinfo only RRECOMMENDS it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12libetpan: removePaul Eggleton
libetpan has recently been added to meta-oe, so we don't need it here anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12opie-taskbar-images: allow re-exec of do_installPaul Eggleton
If do_install is rerun a second time we don't want it to fail because the image files have already been renamed, so just skip the rename in that case. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12gnuplot: removePaul Eggleton
A newer version of gnuplot is provided in meta-oe now, so remove it and all related files here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>