aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/libopie
AgeCommit message (Collapse)Author
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>
2011-12-13libopie2: make libopie2-dev package installableDmitry Eremin-Solenikov
For now libopie2-dev package depends on libopie2 package which doesn't exist: libraries are split into the individual packages. Fix that by making libopie2-dev depend on all generated library packages. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-09Fix LIC_FILES_CHKSUM for change to common LGPL-2.0 license filePaul Eggleton
The LGPL-2.0 file in OE-core has been changed in OE-core commit 558b5043e1d5a36caff137093fd04abcf025af1c, so update the checksums pointing to it. (For reference, you should avoid pointing to common license files in LIC_FILES_CHKSUM in this way because it provides no protection against unexpected upstream license changes, which is what this variable is supposed to do; plus it can break in exactly this way.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: mass-correct licenses for LGPL packagesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: drop MOC and UIC overrides on command lineDmitry Eremin-Solenikov
We do already provide our OE values for MOC and UIC via qmake.bbclass/linux-oe-g++ qmake config. Don't override MOC/UIC on command line. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18libopie2: introduce INC_PRPaul Eggleton
Several of the other core Opie libraries use INC_PR, use it for libopie2 as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-09libopie2: add libdbus-qt2 dependency for libopiebluez2Paul Eggleton
This is now required for the new BlueZ 4 support. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-09libopie2: remove DEFAULT_PREFERENCE of -1 from git versionPaul Eggleton
This is not necessary if you use the appropriate include file to select the Opie version (which is mandatory), and this also makes the libopie2 recipe consistent with the other Opie recipes, none of which set DEFAULT_PREFERENCE. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-21libqtaux / libopie2: Correct Opie HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Rename Opie _cvs recipes to _gitPaul Eggleton
These recipes have been fetching from git for some time, tidy up the naming to reflect this. 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-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-30Replace references to bluez-utils / bluez-libs with bluez4Paul Eggleton
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>