aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie
AgeCommit message (Collapse)Author
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-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-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-30Replace references to bluez-utils / bluez-libs with bluez4Paul Eggleton
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-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>