aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-09-10binutils-cross-sdk_2.21.bb,binutils-cross_2.21.bb: Use binutils_2.21.bb ↵shr/testing2011.1Khem Raj
instead of git version Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10zlib: change download path to sourceforgeThomas Zimmermann
2011-09-10ncurses: fix merge breakagesThomas Zimmermann
2011-09-10binutils: Update from 2.21 to 2.21.1aSylvain 'GarthPS' Paré
Due to a GPL violation corrected Binutils archives were uploaded with the suffix »a« and the faulty archives were removed [1]. The URLs redirect to the new archives and therefore the checksums are now incorrect. Use this incident to update the package also to the new version 2.21.1a. Due to this one patch had to be regenerated and was taken from OE-core [2]. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://nickclifton.livejournal.com/9067.html [2] http://git.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch?id=4810404f22d7cf8849dc32da68dd33a156cac407 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-10binutils.inc: Switch to TARGET_PREFIX not TARGET_SYSTom Rini
When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks and update-alternatives weren't working. TARGET_PREFIX is what we use when configuring so it's what we should be using here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-09-10binutils-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-09-10binutils_2.21: Fix QA errors due to wrong RPATHKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10binutils_2.21.bb: Fix the QA staging errors for target binutilsKhem Raj
* The spurious paths were caused by a -L on commandline which pointed to build dir. So we dont use -L <wordir> -liberty instead use the libiberty.a directly on commandline effects are same but .la does not have the workdir path in deplibs Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10binutils_2.21.bb: Dont apply libtool-update.patch at allKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10binutils_2.21.bb: Fix the build when using libtool 2.4Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10binutils-2.21: Add recipes for binutils 2.21 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10ncurses 5.7: put patch in OEKoen Kooi
The patch disappeared and apache on the sourcemirrors doesn't allow downloading of '.sh' files. This is *exactly* why we keep patches in OE instead downloading them from unreliable websites Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-09-10ncurses: Move ${PATCHDATE} into PV rather than just PKGVTom Rini
This was making explode_deps unhappy. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-09-10ncurses_5.7.bb: Update the rollup patchesKhem Raj
* Fixes bugzilla/5505 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-10ncurses_5.7: replace tabulators with spacesPaul Menzel
Just found this one line, when looking at the recipe. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-13e-wm: bump PR to rebuild against new efreetThomas Zimmermann
2011-05-13efreet: update to svn rev 56910Thomas Zimmermann
this fixes the shr_elm_softkey start problems on jffs2 filesystem, because in this version the mmap commands were mostly removed.
2011-05-11foxtrotgps: add `libglade` to `DEPENDS`Paul Menzel
Task configure fails with the following error message. […] checking for GTK... yes checking for GLADE... configure: error: Package requirements (libglade-2.0) were not met: No package 'libglade-2.0' 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 GLADE_CFLAGS and GLADE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Adding `libglade` to `DEPENDS` fixes this error. This patch is build tested using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-11foxtrotgps: upgrade to 1.0.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-04spojegui: bump SRCREV and remove upstream applied desktop file fixes for QA ↵Martin Jansa
issues Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-04spojegui: fix build without ipkg-build and fix QA issuesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22e-wm: update startup-debug.patchThomas Zimmermann
2011-04-22Recipes: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22stage-manager: Use opkg utilitiesKhem Raj
* Rename stage-manager-ipkg -> stage-manager-opkg * Rename stage-manager-ipkg-build -> stage-manager-opkg-build Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22ipkg-utils: Remove the recipesKhem Raj
* So that they are not accidently used in future Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22recipes/meta recipes/tasks: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22More sane naming for the variable typing codeChris Larson
oe.types.value -> oe.data.typed_value This name has been bugging me. This function is the primary interface to the module for OE metadata, as it takes a variable name and datastore and returns an object of the correct type. While this function is part of the variable typing implementation, in reality it's more about giving you a useful object from the metadata, so I think oe.data is a more appropriate place for it. oe.types -> oe.maketype These are the functions which construct types, not the types themselves, so it was somewhat misleading. oe._types -> oe.types These are the actual types, any callable in this module becomes an OE type, using its arguments to determine the variable flags (optional and required) to obey. Will use __init__'s args in the case of an actual python class. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-04-22editline: add recipe, version 20100424-3.0Chris Larson
This is an autotooled/libtoolized port of the NetBSD libedit. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-04-22eeze: fix checksumsMartin Jansa
* changed upstream :/ reconfigured with GNU Autoconf 2.68 instead of GNU Autoconf 2.65 bitbake@jama ~/downloads $ diff -rq eeze-old/ eeze-new/ Files eeze-old//eeze-1.0.0/Makefile.am and eeze-new//eeze-1.0.0/Makefile.am differ Files eeze-old//eeze-1.0.0/Makefile.in and eeze-new//eeze-1.0.0/Makefile.in differ Files eeze-old//eeze-1.0.0/aclocal.m4 and eeze-new//eeze-1.0.0/aclocal.m4 differ Files eeze-old//eeze-1.0.0/compile and eeze-new//eeze-1.0.0/compile differ Files eeze-old//eeze-1.0.0/config.guess and eeze-new//eeze-1.0.0/config.guess differ Files eeze-old//eeze-1.0.0/config.sub and eeze-new//eeze-1.0.0/config.sub differ Files eeze-old//eeze-1.0.0/configure and eeze-new//eeze-1.0.0/configure differ Files eeze-old//eeze-1.0.0/configure.ac and eeze-new//eeze-1.0.0/configure.ac differ Files eeze-old//eeze-1.0.0/depcomp and eeze-new//eeze-1.0.0/depcomp differ Files eeze-old//eeze-1.0.0/doc/Makefile.in and eeze-new//eeze-1.0.0/doc/Makefile.in differ Only in eeze-new//eeze-1.0.0: eeze.spec.in Files eeze-old//eeze-1.0.0/install-sh and eeze-new//eeze-1.0.0/install-sh differ Files eeze-old//eeze-1.0.0/ltmain.sh and eeze-new//eeze-1.0.0/ltmain.sh differ Files eeze-old//eeze-1.0.0/m4/libtool.m4 and eeze-new//eeze-1.0.0/m4/libtool.m4 differ Files eeze-old//eeze-1.0.0/m4/ltoptions.m4 and eeze-new//eeze-1.0.0/m4/ltoptions.m4 differ Files eeze-old//eeze-1.0.0/m4/ltversion.m4 and eeze-new//eeze-1.0.0/m4/ltversion.m4 differ Files eeze-old//eeze-1.0.0/m4/lt~obsolete.m4 and eeze-new//eeze-1.0.0/m4/lt~obsolete.m4 differ Files eeze-old//eeze-1.0.0/missing and eeze-new//eeze-1.0.0/missing differ Files eeze-old//eeze-1.0.0/src/Makefile.in and eeze-new//eeze-1.0.0/src/Makefile.in differ Files eeze-old//eeze-1.0.0/src/bin/Makefile.in and eeze-new//eeze-1.0.0/src/bin/Makefile.in differ Files eeze-old//eeze-1.0.0/src/lib/Makefile.in and eeze-new//eeze-1.0.0/src/lib/Makefile.in differ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are ↵Martin Jansa
gone now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-19libphone-ui-shr: bump SRCREVThomas Zimmermann
bump to fix compilation error
2011-03-19libphone-ui-shr: update SRCREV to fix a SIGFPEThomas Zimmermann
2011-03-15e-wm: add some debug output to debug the startup issueThomas Zimmermann
2011-03-05accelges_svn.bb: move to openmoko-3rdparty and make it work againDenis 'GNUtoo' Carikli
On recent kernels,the openmoko accelerometers input node moved: /dev/input/event2 -> /dev/input/event3 /dev/input/event3 -> /dev/input/event4 And the reporting format went from relative to absolute. Thanks a lot elisa42 from #openmoko-cdevel on Freenode on irc: <elisa42> GNUtoo|laptop: accelges is probably not working because they use event2/3 which is now event3/4. i think we should report this upstream [...] <elisa42> GNUtoo|laptop: read http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval#Data_structure to understand what rel means Note that upstream doesn't exist anymore: accelges was developped as a google summer of code by someone that now works at Microsoft ( http://www.borza.ro/ for more details) . Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-03-05cornucopia: bump SRCREV for fixed voiphandset profileThomas Zimmermann
Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
2011-03-05e2fsprogs: fix cherry-pick errorsThomas Zimmermann
2011-03-05e2fsprogs: Fix chattr update-alternatives locationTom Rini
Reported by Jaap de Jong. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-05e2fsprogs.inc - break shared libs into separate packagesMike Westerhof
Break the two shared libraries (libe2p and libext2fs) out of the general e2fsprogs package and into their own packages. This avoids pulling in unwanted executables when a distro only desires the basic tools (such as e2fsck and/or mke2fs). Signed-off-by: Mike Westerhof <mike@mwester.net> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-05e2fsprogs: fix symlink creationAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-05shr-settings: bump SRCREVThomas Zimmermann
This is to update the timezone lable after the timezone has changed. Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-03-04busybox-1.18.3: add last fixEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-03-04netbase and opkg: reorder init scripts to make networking come up at first bootDenis Carikli
Without that fix, usb0 doesn't come up at first boot (tested on the bug machine, with Angstrom on a console-image). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-04opkg: move to r609Koen Kooi
This fixes a few segfaults Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-04ffphonelog: bump SRCREV to latest git, now using EXTRA_OEMAKE?ukasz Pankowski
Signed-off-by: ?ukasz Pankowski <lukpank@o2.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-28efreet: fix segfaultThomas Zimmermann
* when installing a new .desktop file on the desktop e segfaults if there is a file without . in that dir * this fixes SHR bug #1295 Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-02-27tzdata: Updated to 2011bTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-27shr-e-gadgets: update SRC_REVThomas Zimmermann
This fixes a segfault when the GSM resource isn't initialized properly Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-02-27libphone-ui-shr: update SRC_REVThomas Zimmermann
This fixes a segfault in the messages list Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
2011-02-22iliwi: remove patch for vala 0.11.4 as we still use 0.11.3Thomas Zimmermann
Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
2011-02-22iliwi: add patch for vala-0.11.4 and patch from Ben ThompsonMartin Jansa
* fix wrong null position in my 0001-adapt-to-elementary-genlist_item_insert_before-API-c.patch * Ben Thompson fixed WPA issue * Pau Espin Pedrol added another patch for newer vala-0.11.4 * all patches were sent upstream, no reply yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>