aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-14obexpush: fix build after EXTRA_OEMAKE changes in oe-core.Andrea Adami
Missing the '-e' the 3 oe_runmake calls were failing. obex_main.c:56:18: fatal error: glib.h: No such file or directory Signed-off-by: Andrea Adami <andrea.adami@gmail.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-10-31classes/opie: fix ownership of files installed in do_opie_installPaul Eggleton
We're adding our own install task here, this needs to be marked as fakeroot so that it runs under pseudo and thus files are installed as root. In the process I discovered that a function exported with EXPORT_FUNCTIONS marked as fakeroot doesn't actually end up as a fakeroot task - you have to force it using d.setVarFlag() from anonymous python; this is probably a bug in BitBake. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31classes/palmtop: add -fpermissive to CXXFLAGSPaul Eggleton
Opie's qpeapplication.cpp and Qt/Embedded's qmemorymanager_qws.h contain casts that modern GCC doesn't like and I don't plan to go and fix them right now; add -fpermissive to CXXFLAGS to make these errors back into warnings. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31qte: add -fpermissive to CXXFLAGSPaul Eggleton
qte code has a bunch of casts that modern GCC doesn't like and I don't plan to go and fix them all right now; add -fpermissive to CXXFLAGS to make these errors back into warnings. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31layer.conf: change OPIE_GIT to point to new github URLPaul Eggleton
Gitorious is dead, long live Github. 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-26obexpush: fix compilation errorlumag
Newer glibc is strict on passing mode argument to open() call if O_CREAT has been specified. Provide reasonable mode argument to fix compilation error. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2015-05-26opexpush: update DEPENDS to properly select bluez5 or bluez4lumag
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>
2015-05-05qpf-bitstream-vera: fix LICENSE informationDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
2015-05-05qpf-bitstream-vera-sans-mono: fix LICENSE informationDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
2015-05-05konqueror-embedded: fix LICENSE informationDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
2015-05-05kaffe: fix LICENSE informationDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
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>