aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie
AgeCommit message (Collapse)Author
2016-06-12packagegroup-opie*: replace base_contains with bb.utils.contains.Paul Eggleton
Silence NOTE: /oe/meta-opie/recipes-opie/images/opie-image.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-06-12Fixes for Python 3Paul Eggleton
OE-Core master now requires Python 3 so we need to ensure Python code here is compatible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-05-14opie-image.bb: replace base_contains with bb.utils.containsAndrea Adami
Silence NOTE: /oe/meta-opie/recipes-opie/images/opie-image.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-14meta-opie.bb: replace base_contains with bb.utils.containsAndrea Adami
Silence NOTE: /oe/meta-opie/recipes-opie/meta/meta-opie.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-10-31opie-taskbar: drop unnecessary FILES linePaul Eggleton
All of the directories being added are in the FILES value already, and in any case this triggers a warning, so just drop it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31opie-systemtime: drop unnecessary FILES linePaul Eggleton
This FILES line isn't actually doing anything useful - we're not installing the file to /etc, we're installing it to ${palmtopdir}/etc. I'm not immediately sure if that's correct, but even if it wasn't we wouldn't need to add ${sysconfdir} anyway, and in any case it causes a warning, so just drop it for now. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31packagegroup-opie*: temporarily remove opie-packagemanagerPaul Eggleton
Recent versions of opkg dropped the libopkg API so opie-packagemanager doesn't build anymore; temporarily remove it from the packagegroups until that gets fixed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-06-18opie-sysinfo-images: fix warning about nonexistant ${S} directorylumag
Point ${S} to ${WORKDIR}/pics to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2015-06-18opie-keytabs: fix warning about nonexistant ${S} directorylumag
Point ${S} to ${WORKDIR}/etc to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2015-06-18opie-init: fix warning about nonexistant ${S} directorylumag
Point ${S} to ${WORKDIR} to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2015-06-18opie-icon-reload: fix warning about nonexistant ${S} directorylumag
Point ${S} to ${WORKDIR} to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
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>
2015-06-18opie-securityplugin-blueping: 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>
2015-05-26libopie2: update DEPENDS to properly select bluez5 or bluez4lumag
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-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-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-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-01-05libopie2: fix bashismPaul Eggleton
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-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-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-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>
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-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-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-01opie-libqrsync: avoid QA issuePaul Eggleton
Avoid staticdev QA issue for this recipe by using INSANE_SKIP. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-01Fix whitespace issuesPaul Eggleton
Ensure we use only four spaces in all python functions; this avoids warnings and errors triggered by the recent cleanup in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-30uqtreader: removePaul Eggleton
This recipe was intended to build a hacked Qt 4 version of opie-reader, however meta-opie itself only supports the Qt 2 version of opie-reader; this recipe can be put into another layer if it is still useful. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-image: pull in task-basePaul Eggleton
task-base pulls in a lot of items right now but most of it is dictated by DISTRO_FEATURES and MACHINE_FEATURES which we really need to be honouring. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix unqualified LICENSE for core recipesPaul Eggleton
Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix Opie Git recipes to use SRCPVPaul Eggleton
Using SRCPV we get e.g. 1.2.5+git1+... and the number will increment when OPIE_SRCREV changes, ensuring that the version number doesn't go backwards (although it will once for this change if you have existing packages beforehand, unfortunately). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20task-opie-apps: remove opie-euroconvPaul Eggleton
opie-euroconv isn't much use these days and will be replaced by opie-currconv in 1.2.6. Thus, for now, remove it from task-opie-apps so it doesn't cause problems when building with the git recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-taskbar: fix git version for upstream changesPaul Eggleton
Fix for changes in current git master; in particular, ensure we enable the sync protocol v2 in the launcher. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>