aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-02-25tzdata: Updated to 2011bTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25phoneme-advanced: Fix SRC_URITom Rini
java.net stuff has moved and we no longer need to do guest:''@ Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25linux: update 2.6.37 to 2.6.37.2Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25freerdp: bump SRCREV and change license to Apache-2.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25libnl2: add flex-native and bison-native to the depends and bump PRHenning Heinold
2011-02-25freetpye: fix the manual call of libtool by freetypeHenning Heinold
* remove unessary and not used patches * add rpath-link to the LDFLAGS, prevents libtool using relink at make install * bump PR
2011-02-25unifdef: update from 2.4 to 2.6Chris Larson
As far as I can see, all the changes are bugfixes, and only one of those affects behavior in a noticable way to the user (-o now obeys -n, emitting line numbers to the specified output file). Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-02-25libnl2: Fix thinko in last patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25gthumb: Oops, regex needs to be a prependTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-25emtooth2_svn: bump PR to rev 129Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-25evopedia, qgpslog, stopwatch, wpa-gui: bump PRMartin Jansa
* 459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file * task which is executed in empty workdir if builder is using rm_work Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-25litephone: bump PR and fix QA issuesMartin Jansa
* 459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task which is executed in empty workdir if builder is using rm_work * remove files subdir from SRC_URI and rename it for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-24gst-ffmpeg: remove 4-year old hack that sets CC directlyDenys Dmytriyenko
The hack that sets CC variable directly is 4 year old and no longer required. On the other hand, it now breaks setups when --sysroot needs to be passed to the toolchain. Hence, remove the hack. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2011-02-24ffmpeg: pass --sysroot to configure script directlyDenys Dmytriyenko
ffmpeg's custom configure script fails some checks for specific headers, even though we pass --sysroot through CFLAGS. Use configure's specific --sysroot option to fix that. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2011-02-24busybox: fix udhcp check for NFS rootfs for new style /proc/mountsDenys Dmytriyenko
* Newer kernels change the format of /proc/mounts slightly when rootfs is mounted over NFS. * Old style: /dev/root / nfs <options> 0 0 * New style: <server>:<mount> / nfs <options> 0 0 * The regexp in grep can be simplified and rolled into one, but may become less strict... Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-25klibc: update jffs2 and vfat patch. Fix gcc warnings.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-24gcc-4.5: Fix GCC found on xscale with OsKhem Raj
* This enables linaro patch 45177 and a patch on top to fix an ICE discovered because of this backport Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-24conf/machine/beaglehyb.conf: new machine Goldelico's Beagle Board HybridDavid Lanzendörfer
linux-gta04: add kernel for Beagle Board Hybrid and the forthcoming Goldelico GTA04 Machine
2011-02-24loudmouth 1.4.3: Switch from gnutls to opensslTom Rini
This version of loudmouth wants gnutls 1.4 rather than 2.0 so switch to openssl instead. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24icon-naming-utils-native: Fix long path to perl in icon-name-mappingTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24gthumb: Fix long path to perl in local intltools scriptsTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24gnome-doc-utils: Fix xml2po and long path to pythonTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24libcanberra: Add gconf to DEPENDSTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24libimobiledevice-1.0.0: depend on libtasn1Andreas Oberritter
* Fixes the following error: | checking for libtasn1... configure: error: Package requirements (libtasn1 >= 1.1) were not met: | | No package 'libtasn1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables libtasn1_CFLAGS | and libtasn1_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | NOTE: package libimobiledevice-1.0.0-r0: task do_configure: Failed Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2011-02-24qt4: bump INC_PRMartin Jansa
* 459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task which is executed in empty workdir if builder is using rm_work Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-24task-shr-feed: add valacompassMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-24valacompass: new recipe for valacompass and deps hmc5843 and lis302dlMichele Brocco
* Works with the hmc5843 module * Calibration is required Signed-off-by: Michele Brocco <ssj2micvm@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-24freesmartphone: bump SRCREVsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-24webkit-efl: bump SRCREV a bit moreMartin Jansa
* be aware there is issue in eve which can be built only after removing ewk_view_context_menu_forward_event http://patchwork.dev.bearstech.com/patch/856/ but better solution should be found I've already asked #edevelop people, but only answer was that ewk/eve are dead now (which I hope not). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-23SlugOS: slugos-packages - reinstate groff, man, and man-pages.Mike Westerhof
2011-02-23gcc-4.5: added thumb2 build patchEnrico Scholz
Fix for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43999 and is required to build gcc for Thumb2 only architectures (e.g. Cortex-M3). Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-23python-2.6: python-xml depends on python-elementtreeAndreas Oberritter
* Fixes the following error: import xml.etree.cElementTree File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-23netkit-base-0.17: use update-alternativesAndreas Oberritter
* Give netkit-inetd a priority of 70. * Add inetd.conf to CONFFILES_${PN}. * RPROVIDE inetd. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-23webkit-efl: upgrade to 1.3.11, upstream has Source subdirectory now, which ↵Martin Jansa
makes SRC_URI a lot shorter Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-23opkg-utils: convert mtime to int before comparing itEnrico Scholz
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. This patch was applied as 49e11b32906fc1becd9218bb3125f6fc8fa03fa4 to old ipkg-utils already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-By: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-23libnl2: Finish fixing the build race on lib/route/pktloc.cTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23binutils-avr32.inc: Switch to do_configure_{prepend,append}Tom Rini
While adding autoconf/automake to DEPENDS helps, that only means they must have completed do_populate_sysroot before we can run do_configure, and since do_avr32_reconf was before do_configure it will be run before autoconf is there, with enough BB_NUM_THREADS. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23gvfs 1.7.2: Drop DEFAULT_PREFERENCETom Rini
This is the version required for glib-2.28.0 which is default unless pinned. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23libsensors: Remove clashing header definition from packageAlex Bennee
libsensors attempts to install: /usr/include/linux/i2c-dev.h Which clashes with the libc definition. This patch removes it from the build (as suggested by _pb on #oe). Signed-off-by: Alex Bennee <ajb@cbnl.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23groff: Fix do_install in certain cases, along with DEPENDSMike Westerhof
Sometimes groff fails in the do_install step, complaining that img/pic* does not exist. Normally, these files would be created by groff itself during the build process, but since we are cross-compiling, the old recipe replaces the invocation of groff and troff with echo commands. However, echo does not create the output files, which eventually results in the do_install failure. This patch makes groff dependent on groff-native, and instead of using echo, it instructs the build process to use the staged groff binaries. (Tom Rini: While in here, switch to GNU_MIRROR) Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mike Westerhof <mike@mwester.net> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23libcap2: 2.16 -> 2.20Otavio Salvador
Fix compilation with newer kernel headers: | .../tmp/sysroots/.../usr/include/asm/sigcontext.h:28:2: error: | expected specifier-qualifier-list before '__u64' | .../tmp/sysroots/.../usr/include/asm/sigcontext.h:191:2: error: | expected specifier-qualifier-list before '__u64' | make[1]: *** [capsh.o] Error 1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23libinih: readd without AUTOREVOtavio Salvador
This provides a C and C++ INI library that can be statically linked into projects. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23parted: fix MiB handlingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23syslinux: add isolinux and chain packagesOtavio Salvador
This syncs the package recipe with the O.S. Systems tree adding more packages and fixing GNU_HASH issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23ntfsprogs: add 2.0.0Otavio Salvador
This recipe has been imported from O.S. Systems tree and hence starts at revision r2. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23cmake: add OE qt4-tools-{native,sdk} supportOtavio Salvador
* make it find qmake2, moc4 and others * convert to INC_PR Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23cmake: update from 2.8.2 to 2.8.3Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23cmake: drop 2.6.4 as it is not used by any distroOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23lzma: Various cleanups and a bugfixTom Rini
We use the subdir parameter to SRC_URI so that we will unpack into the normal S directory rather than WORKDIR (which avoids a race with the append to unpack and removal of empty log files). Next, we replace the regex to override the compiler with a patch that really does it where it's needed (C/LzmaUtil) and now we have a target liblzma.a rather than host liblzma.a. For CPP/7zip/Compress/LZMA_Alone we just need to pass in correct values via CXX_C / CXX. Given the structure of the Makefile it's easiest to pass in the rest of the flags as part of the compiler. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23linux/jlime: removed obsolete kernel recipes, added a new one.Filip Zyzniewski
We need to focus on developing a new set of kernels and userspace, hence the cleanup. Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>