summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* cramfs_cvs.bb: fix compile step so it can be rerun without failingMatthew McClintock2012-08-131-1/+2
| | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* libnl: upgrade to 3.2.9 and fix upgrade pathMartin Jansa2012-07-151-5/+9
| | | | | | | | | * COPYING change is only formal from http://git.infradead.org/users/tgr/libnl.git/commitdiff/c857625be074a7b9ef6adbcdde986a0b23aae901 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* libnl: bump PEMartin Jansa2012-07-151-0/+2
| | | | | | | | * libnl-2 in oe-core has PE 1, so in order to have upgrade patch from libnl-2 to libnl-3 we need PE 1 here too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* ntp: unbreak fetching of ntp-sslKoen Kooi2012-07-131-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* opencv, opencv-samples: drop 2.3.1Koen Kooi2012-07-133-155/+0
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* opencv, opencv-samples: add 2.4.2Koen Kooi2012-07-133-0/+155
| | | | | | | Libav is easier to get right than gstreamer, so switch back. Also enable libv4l for better v4l(2) support Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* fb-test: add latest git versionKoen Kooi2012-07-131-0/+19
| | | | | | | This is a suite of utils to test the linux framebuffer and aid in debugging problems. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* xfsprogs: misc fixes for recipeAndreas Oberritter2012-05-091-15/+16
| | | | | | | | | | | | | | | * Only libhandle's license is the LGPLv2.1, all tools are licensed under the GPLv2. * Create seperate package for libhandle. * Create seperate packages for mkfs.xfs and fsck.xfs to save space. * Use real license file for LIC_FILES_CHKSUM. * Fix libhandle.so symlink. * Remove unneeded symlinks from ${base_libdir} Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* synergy: remove inherit of siteinfo and fix license stringTasslehoff Kjappfot2012-04-301-2/+2
| | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* synergy: add synergy 1.3.8Tasslehoff Kjappfot2012-04-271-0/+22
| | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mime-support: Update to version 3.48Luca Vaudano2012-04-181-3/+2
| | | | | | Signed-off-by: Luca Vaudano <vaudano@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sqlite: cp instead of mv in do_configureAnders Darander2012-04-111-1/+1
| | | | | | | | The use of mv in do_configure() made bitbake error out if a second run of do_configure was requested. Copy the file instead. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openmotif: add 2.3.3Otavio Salvador2012-04-042-0/+53
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql5: Fix QA warnings, move .a files to staticdevSamuel Stirtzel2012-04-041-6/+16
| | | | | Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libatasmart: fix QA warningsAndreas Müller2012-03-291-0/+5
| | | | | | | | | | | fix the following warnings: WARNING: For recipe libatasmart, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/vala WARNING: /usr/share/vala/vapi WARNING: /usr/share/vala/vapi/atasmart.vapi Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lzip: add new recipeEric BENARD2012-03-111-0/+36
| | | | | | | | | - this recipe is imported from oe-classic and upgrade to latest stable version - it was only compile tested Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter2012-03-092-2/+2
| | | | | | | | * Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lcms: add tiff to DEPENDSMartin Jansa2012-03-091-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: add tiff to DEPENDS to make builds more deterministicMartin Jansa2012-03-092-2/+2
| | | | | | * it's autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: Bump version to 20120212Ulf Samuelsson2012-03-083-32/+48
| | | | | | | 20111211 has disappeared from the server Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* More quotting fixesOtavio Salvador2012-02-292-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* poppler: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcms: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cpufrequtils: update to current git headSteve Sakoman2012-02-271-3/+2
| | | | | | | Otherwise cpufreq-info stats print "nan%" for omap3 Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Quoting fixesMartin Jansa2012-02-262-2/+2
| | | | | | | | * We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wmiconfig: don't export CCMartin Jansa2012-02-261-3/+1
| | | | | | | | | | | * it also breaks multimachine sstate checksums: basehash changed from 130192c54799615343a7b84bd8132d7d to 41d55a7213b686ffcc52d1a5d515e444 Variable CC value changed from arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/nokia900 to arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/om-gta04 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpfr: drop from meta-oe, 3.1.0 is in oe-coreMartin Jansa2012-02-243-1793/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Tidy up unused filesPaul Eggleton2012-02-243-163/+0
| | | | | | | | | In 3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 the cups and ldconfig-native recipes were removed but the associated files weren't, so remove those as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql5: PR bump after including *_config in default SSTATE_SCAN_FILESMartin Jansa2012-02-241-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* toscoterm: addOtavio Salvador2012-02-231-0/+27
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp: use systemd_unitdir variableMartin Jansa2012-02-231-5/+5
| | | | | | | * maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: include Makefile.global in SSTATE_SCAN_FILESMartin Jansa2012-02-231-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-7/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: remove unneeded systemd codeAndreas Müller2012-02-231-8/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* farsight2: Fix QA warning about non staticdev containing .a files.Peter Tworek2012-02-201-2/+3
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnice: Fix QA warning about non staticdev containing .a files.Peter Tworek2012-02-201-2/+3
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: explicitly depends on systemdOtavio Salvador2012-02-201-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with ↵Martin Jansa2012-02-153-8/+28
| | | | | | | | | | | | | | | | zlib-1.2.6 we have now * for zlib-1.2.6 issue see: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20267 * dist-lzip removed because it's not supported in our automake yet * xml is explicity disabled, wasn't enabled before and if autodetected then fails (see comment above EXTRA_OECONF). * LIC_FILES_CHKSUM updated, only formal changes AFAIK see: http://trac.imagemagick.org/log/ImageMagick/trunk/LICENSE for details * empty dirs coders and filters added to PN to fix QA warning Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-138-5/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgcrypt: drop .bbappend, native is now provided by oe-coreMartin Jansa2012-02-131-2/+0
| | | | | | * see oe-core 796b06e7bd4c336a5d256d54d1d16a1a9058144c Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipe: Delete the duplicate recipes which are already in oe-coreKhem Raj2012-02-051-17/+0
| | | | | | | | | These recipes are either same or have small differences but are superset of changes in oe-core. We can use them from oe-core as it is without losing or adding any functionality by default Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atk_2.2.0.bbappend: remove since oe-core now supports native buildAndreas Müller2012-02-051-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUMMartin Jansa2012-01-301-1/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch: update to 1.2.2Koen Kooi2012-01-283-4/+80
| | | | | | This is still using the tcl version of the dispatcher, the non-tcl version doesn't crosscompile :( Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch-data: update to 20120120Koen Kooi2012-01-281-8/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv: bump SRCREVKoen Kooi2012-01-242-5/+7
| | | | | | opencv doesn't work with libav, so make gstreamer the default Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan2012-01-241-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* picocom: import from meta-smartphone/meta-shrMartin Jansa2012-01-231-0/+17
| | | | | | | * meta-smartphone/7f797c8e54dd4ec28d75269e80573f45069eebb4 * PR and PRIORITY fields dropped Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add missing gobject-introspection-native dependency for upower.Peter Tworek2012-01-231-1/+1
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>