aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2012-11-02freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-30freerdp: Update to lastest stable (upcoming 1.0.2)Otavio Salvador
This changes the build system from autotools for cmake so we change the options to allow it to proper build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-30ccid: Update to 1.4.8Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-30pcsc-lite: Update to 1.8.6Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28mysql5-native: remove PSTAGING_DISABLEDPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28Remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-26check: drop from meta-oe, there is libcheck in oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-26vala-terminal: inherit valaMartin Jansa
* we need to export XDG_DATA_DIRS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-26hddtemp: add from OE-Classic and updatePaul Eggleton
hddtemp is unmaintained upstream so we have to do a bit of patching. All patches sourced from Debian/Fedora, except hddtemp-no-nls-support.patch which came from OE-Classic. Other improvements: * Add initscript from Debian * Make LICENSE more accurate * Add LIC_FILES_CHKSUM * inherit gettext to avoid error during configure Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-25ntp: Move from meta-oe to meta-networkingMorgan Little
Signed-off-by: Morgan Little <morgan.little@windriver.com>
2012-10-24Revert "maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclass"Koen Kooi
The class hasn't hit oe-core yet This reverts commit eb66e508e33ccbec8299041265eef183913a3a8c.
2012-10-24mysql: always replace paths in mysql_config scriptPaul Eggleton
Path replacement was not happening on some machines if the MySQL build scripts set a different path in the produced mysql_config script, resulting in host paths being left in. Original patch by Joe Slater <jslater@windriver.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24lmsensors: Initial commitMarc Ferland
The lmsensors project provides hardware health monitoring tools in the form of kernel drivers, a user-space library and some helper programs. This recipe provides all the different user-space tools offered by lmsensors in separete packages. Startup scripts and default configuration files are also made available through this commit. The packages consist of (description text from lmsensors documentation): * lmsensors-libsensors: The user-space sensors support library code. * lmsensors-sensors: A console tool to report sensor readings and set new sensor limits. * lmsensors-sensord: A daemon to watch sensor values and log problems. It includes RRD support. * lmsensors-fancontrol: Controls fanspeeds responding to changes on temperature sensors. Configuration through pwmconfig. * lmsensors-sensorsdetect: This program tries to detect the available SMBus adapters and the chips connected to them, as well as Super-I/O and misc chips. * lmsensors-sensorsconfconvert: Convert configuration files from lmsensorsv2 to lmsensorsv3. * lmsensors-pwmconfig: tests the pwm (pulse width modulation) outputs of sensors for their effect on the fans and helps to setup the configfile for fancontrol. * lmsensors-isatools: This program sets/gets the registers of ISA or Super-I/O chips. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel
To be merged after gtk-immodules-cache.bbclass hits oe-core Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-19fuse : Update to version 2.9.2.Philip Balister
Bug fix release. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-19mysql: start at runlevel 5 not SMarcin Juszkiewicz
Without that change target system had to be restarted to get MySQL running or it had to be run by hand. Reason was simple: mysql init script was starting before S99configure when package was not yet configured. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-17Maliit: Add initial recipesSamuel Stirtzel
Maliit is a Qt based virtual keyboard under liberal license (LGPLv2.1 / BSD) The inputmethod framework from Qt is used and it supports gtk-immodules. It can also be used without dependencies to GTK+ (separate package for GTK+) Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-17iso-codes: set SUMMARYPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-17libnice: tidy up meta variablesPaul Eggleton
* Add SUMMARY * Fix typo in DESCRIPTION * Set LICENSE to a parsable form Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-10libftid: Change to use GPLv2 intead of GPLv2-RLE.Martin Ertsaas
libftdi itself is licensed under LGPLv2, with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed under a GPLv2-RLE variation of GPLv2, and so we should use GPLv2 instead of GPLv2-RLE. Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-10ca-certificates: update to 20120623 versionMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10lvm2: added missing dependency on udevMarcin Juszkiewicz
checking for UDEV... no configure: error: Package requirements (libudev >= 143) were not met: No package 'libudev' found Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10lzip: update to 1.13Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-09mysql: fix include path reported by mysql_configPaul Eggleton
mysql_config should point to the directory where the MySQL include files can be found and not its parent. This fixes building modphp with mysql enabled, and allows cherokee to actually enable mysql support. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05imagemagick: add fftw to DEPENDSMartin Jansa
* it's autodetected and then later when it's not in sysroot it fails: | /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | arm-oe-linux-gnueabi-libtool: link: `/OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la' is not a valid libtool archive | make[1]: *** [wand/libMagickWand.la] Error 1 | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/imagemagick-6.7.5-r3/ImageMagick-6.7.5-6' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05opencv: bump PR due libav updateOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04libtinyxml: Add recipe for 2.6.2Otavio Salvador
This imports the recipe for TinyXML from meta-WebOS@e5c99c2cf, does some minor fixes on the recipe and import the patches included in the Debian package. We use PR as r5 to ensure the package is updated when removed from meta-WebOS layer. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04lockdev: Add recipe based on upcoming 1.0.4 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04talloc: Fix swig interface install pathAndrei Gherzan
Using the way swig interface is installed leads to a bad path in ${D}. The interface ended up in ${D}/${STAGING_DIR_NATIVE} which is wrong. The fix is to define a variable in recipe which is used in install rule by talloc. As well, LICENSE variable modified to reflect the real license: LGPL-3.0 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-02portaudio: update SRC_URIMartin Jansa
* http://www.portaudio.com/usingsvn.html: Note that we are in the process of migrating from Trac on portaudio.com to Assembla. (1/24/12) * old repo seems gone now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02re2c: import from oe-classicMartin Jansa
* used by azy Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-28uhd,fuse: Fix misplaced quotationsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-22emacs: fix X11DEPENDS and build without x11 enabled at allMartin Jansa
* also added copy for libcroco librsvg is linked to it by default after http://git.openembedded.org/openembedded-core/commit/?id=e177f1475c55c7d0bf3e2752e6502a7e8577a075 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-22lzma: replace oe.process.run with subprocess.call in do_unpack, drop ↵Martin Jansa
NATIVE_INSTALL_WORKS * oe.process was removed in http://git.openembedded.org/openembedded-core/commit/meta/lib/oe?id=d56062cbf92ef206bf06c767befacb66927a9a36 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-20recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20sg3-utils: Correct typo in checksumsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-24ipsec-tools: use a correct LIC_FILES_CHKSUMChristopher Larson
The current LIC_FILES_CHKSUM checks the FSF copyright/license from the *generated* Makefile.in, which has nothing at all to do with the licensing of ipsec-tools. This is about as wrong as it's possible for LIC_FILES_CHKSUM to be. This fixes it to use one of the headers from libipsec instead. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-24freerdp-extension-xpunlimited: inherit gitpkgvPaul Eggleton
If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is a parsing error. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-13strongswan_5.0.0.bb: update recipe packaging to fix QA warnings and package ↵Matthew McClintock
all content Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-08fuse: update to 2.9.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07cpufrequtils: Use CC, LD etc. that comes from OE.Martin Ertsaas
The problem with just setting CROSS, is that it will unset all the flags that OE sets in CC, like float-abi=hard. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07strongswan: upgrade to version 5.0.0Horia Geanta
COPYING change is trivial: http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=fbdef639d6ed3500bda9e330a2f57de5e833750c Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07postgresql: Fix packaging of static librariesOtavio Salvador
This patch fixes the following QA issue: ,----[ Fragment of build error log ] | ... | ERROR: QA Issue: non -staticdev package contains static .a library: | libecpg-dev path '/work/.../packages-split/libecpg-dev/usr/lib/libpgtypes.a' | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07postgresql: Fix redundant rpath for '/usr/lib'Otavio Salvador
This patch fixes the following QA issue: ,----[ Fragment of build error log ] | ... | ERROR: QA Issue: postgresql-client: | /work/.../usr/bin/pg_dumpall contains probably-redundant | RPATH /usr/lib | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: Nathan West <nate.ewest@gmail.com> Reported-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07emacs: copy only needed stuff to qemu-treedir, not whole sysrootMartin Jansa
* my typical sysroot is huge (5.5G) and only 86M is really needed we can also copy copy whole ${STAGING_DIR_TARGET}/${libdir}/lib*.so.* ${STAGING_DIR_TARGET}/${base_libdir}/l* but that is still quite big (3.2G) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by ↵Martin Jansa
package.bbclass for striping * with http://patchwork.openembedded.org/patch/33365/ it's not fatal but still anoying Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07fbreader: drop machine overridesMartin Jansa
* sorry forgot to move them to .bbappend before merging to meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>