aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-20palmtop.bbclass: disable desktop file QA checksPaul Eggleton
Qtopia desktop files are not expected to conform to the same standards that .desktop files in traditional environments (such as GNOME) would, therefore disable the desktop file QA checks for all recipes that inherit from palmtop.bbclass. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20libopie2: install include.pro into palmtopdirPaul Eggleton
Installing files into the sysroot during do_install is not a good idea - in particular this breaks with OE-core's machine-specific sysroots. Instead we now install it to ${D}${palmtopdir} and package it with the other development files, and apply a sed hack to all .pro files within opie.bbclass to ensure it gets found when building each package. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-16opie-image: inherit from core-image instead of imagePaul Eggleton
Simplifies the image recipe and allows use of base IMAGE_FEATURES. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-03Fix SRC_URI for files on vanille.de/mirrorPaul Eggleton
vanille.de/mirror is no longer available, so use sources.openembedded.org instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-02Fix /etc/timestamp creation for Opie imagesPaul Eggleton
Use the OE-core style for creation of /etc/timestamp. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-02opie.bbclass: fix install racePaul Eggleton
do_opie_install apparently needs to occur after do_install, or it doesn't install anything. Without this, they occur in parallel and so sometimes it works and other times it doesn't. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30obexpush: make LICENSE more accuratePaul Eggleton
obexpush is GPLv2 or later. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30layer.conf: add OPIE_GIT_DIRPaul Eggleton
Define OPIE_GIT_DIR (in OE-dev this was in bitbake.conf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30README: add meta-openembedded to list of dependenciesPaul Eggleton
We need meta-openembedded for a few support libraries. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30manufacturers: fix buildPaul Eggleton
* Add LIC_FILES_CHKSUM * Fix source directory * Make it an all-arch package since it doesn't actually compile anything Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30opie-ttf-support: disable -Wl,--as-neededPaul Eggleton
This seems to break linking so disable it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30opie-qss: disable -Wl,--as-neededPaul Eggleton
This seems to break linking so disable it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qte: enable tslib in configurePaul Eggleton
This was pseudo-enabled already, however without it we don't properly link against libts and we get failures when linking against libqte later on. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM for Opie recipesPaul Eggleton
These build out of split archives that don't have license files (most source files have them however); for expediency just point to the appropriate license file from COMMON_LICENSE_DIR until the next version when this will be sorted out properly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Fix for OE-core change to logging commandsPaul Eggleton
Fix for oenote -> bbnote, oefatal -> bbfatal etc. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30libopieobex: fix DEPENDSPaul Eggleton
openobex-apps isn't in PROVIDES for openobex in oe-core, so just use openobex in DEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30libopietooth: correct LICENSEPaul Eggleton
libopietooth has always been GPL according to the source (and it's GPLv2 since most source files don't have a license declaration and are therefore covered by the main Opie source license which is GPLv2). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30tasks: convert DOS line endingsPaul Eggleton
Somehow these files had DOS line endings in OE, convert them over to standard Unix. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30libsdl: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Replace references to bluez-utils / bluez-libs with bluez4Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30kdepimpi: remove kdepimpi-x11Paul Eggleton
This would require us to have Qt3 support, and is not applicable to Opie in any case. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30meta-toolchain-opie: fix include to point to oe-corePaul Eggleton
Point to the oe-core meta-toolchain.bb. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30opie-ttf-support: set LICENSE to GPLv2Paul Eggleton
This is the license declared in the single source file (in-tree at the moment). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30xqt2: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30xqt: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30kdepimpi: remove legacy stagingPaul Eggleton
Also remove comments from multi-line strings. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qwt: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qscintilla: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qpe-gaim: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30metakit: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30konqueror-embedded: remove comments from multi-line stringsPaul Eggleton
This is no longer allowed in recent versions of bitbake. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>