Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-01-28 | iproute2: update to 2.6.31 | Koen Kooi | 4 | |
2010-01-28 | usbmodeswitch: add 1.0.7 | Koen Kooi | 2 | |
2010-01-28 | netbook-launcher-efl: add runtime dependency on evas-loader-svg to make ↵ | Koen Kooi | 1 | |
icons visible | ||||
2010-01-28 | evas: enable svg loader | Koen Kooi | 2 | |
* the comment in the .inc about it dragging in gtk+ is still true, which is why we're still keeping it out ot RRECOMMENDS_${PN} | ||||
2010-01-28 | angstrom: switch to gtk+ 2.8.16, tweak mplayer | Koen Kooi | 1 | |
2010-01-28 | opkg-native: bump SRCREV to fix SIG11 when building large images | Koen Kooi | 1 | |
2010-01-28 | preferred-shr-versions: downgrade preferred pulseaudio version, until build ↵ | Martin Jansa | 1 | |
is fixed for armv4t Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-01-28 | sane-srcrevs: bump EFL_SRCREV for python bindings fix (all python based apps ↵ | Martin Jansa | 1 | |
segfaulted a lot) and etk fix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-01-28 | alsa-state: add state file foromap3-touchbook | Koen Kooi | 2 | |
2010-01-28 | emtooth: add elementary based bluetooth/bluez manager | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-01-28 | ventura: new elementary/webkit based browser | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-01-28 | hal: if necessary, create $CACHEDIR before starting the daemon. Closes: #3740. | Rolf Leggewie | 4 | |
2010-01-27 | swig : Fix recipe so it works on target, convert to BBCLASSEXTEND and .inc file. | Philip Balister | 7 | |
* native packages now use BBCLASSEXTEND method. * Now installs need files into target. * include file to eliminate duplicate portions of the recipe. | ||||
2010-01-27 | Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵ | Stanislav Brabec | 1 | |
into org.openembedded.dev | ||||
2010-01-27 | base.bbclass: pre-create SRC_URI checksums to include in the recipe | Denys Dmytriyenko | 1 | |
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-01-27 | gnome-doc-utils: Fix of python path moved to do_install_append, so xml2po ↵ | Stanislav Brabec | 2 | |
calls correct python instance during build. | ||||
2010-01-27 | clish: Bump to 0.7.3 | Petri Lehtinen | 3 | |
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi> Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz> | ||||
2010-01-27 | udev: get rid of 'timestamp in the future' tar messages | Petr Štetiar | 2 | |
This patch tries to get rid of spew of the useless tar messages durring boot process on machines without RTC, such as the Beagleboard. Example: Please wait: booting... Starting udev tar: dev/.udev/uevent_seqnum: time stamp 1970-01-01 01:00:21 is 14.122497521 s in the future tar: dev/.udev/rules.d: time stamp 1970-01-01 01:00:07 is 0.119201623 s in the future tar: dev/.udev/db/\x2fdevices\x2fvirtual\x2fblock\x2fram9: time stamp 1970-01-01 01:00:22 is 15.118713341 s in the future [ more then 100 similar lines cutted off] Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Chris Larson <clarson@mvista.com> Signed-off-by: Philip Balister <philip@balister.org> | ||||
2010-01-27 | gtk+: fix typo | Rolf Leggewie | 1 | |
2010-01-27 | checksums: add missing gtk+ checksum, thanks to Graeme for noticing it | Koen Kooi | 1 | |
2010-01-27 | pngcrush_1.6.4.bb : use BPN(fixes pngcrush-native install) | Denis 'Gnutoo' Carikli | 1 | |
The problem is that pngcrush-native fails during the installation because of this code in pngcrush_1.6.4.bb: install -m 755 ${PN} ${D}${bindir} that is in the do_install function. This code is inherited by pngcrush-native because pngcrush-native requires pngcrush_${PV}.bb,and PN becomes pngcrush-native instead of pngcrush and so it fails. Thanks hrw for learning me how to fix it easily(without copying the do_install function from pngcrush_1.6.4.bb into pngcrush-native) The effect of BPN on the 2 recipes was tested in bitbake -i Not changing PR because it doesn't change anything on pngcrush_1.6.4.bb's side,and on pngcrush-native's side it was just a compilation failure | ||||
2010-01-27 | libsdl-image: remove all .m4 macros from source dir | Martin Jansa | 1 | |
2010-01-27 | Merge branch 'org.openembedded.dev' of ↵ | Graeme Gregory | 10 | |
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev | ||||
2010-01-27 | gnome-system-tools_2.27.1.bb : remove building the help docs | Graeme Gregory | 2 | |
I cant get xml2po to work on these sources so remove doc directory from being built. This made recipe much simpler. | ||||
2010-01-27 | gnome-keyring 2.28.2: add dep on gtk+-native | Koen Kooi | 1 | |
* it needs gtk-builder-convert | ||||
2010-01-27 | gtk+ (-native): add 2.18.6 and convert to new-style staging | Koen Kooi | 7 | |
2010-01-27 | gnome bbclass: change PN to BPN in magic SRC_URI composer to make it work in ↵ | Koen Kooi | 1 | |
-native and -sdk cases as well | ||||
2010-01-27 | gtk+ 2.18.3: enable xkb for angstrom | Koen Kooi | 1 | |
* also remove the displaymigration option that has ceased to exist | ||||
2010-01-27 | Merge branch 'org.openembedded.dev' of ↵ | Graeme Gregory | 8 | |
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev | ||||
2010-01-27 | gtkmm_2.18.1.bb : update to latest standards | Graeme Gregory | 1 | |
No need to override do_configure anymore. | ||||
2010-01-27 | pangomm_2.26.0.bb : update to latest standards. | Graeme Gregory | 1 | |
There is no need to override do_configure or for custom staging anymore | ||||
2010-01-27 | libgdata_0.5.1.bb : hit a race problem so disable parallel builds. | Graeme Gregory | 1 | |
Some required files were created in one thread and used in another and didnt always get created in time. | ||||
2010-01-27 | gst-plugins-good: add some more deps | Koen Kooi | 1 | |
2010-01-27 | boost-36.inc : Allow empty packages so boost-dev will install in images. | Philip Balister | 1 | |
2010-01-27 | obexpush: add -I/usr/lib/glib-2.0/include for glibconfig.h | Martin Jansa | 1 | |
* glibconfig.h is no longer available in /usr/include/glib-2.0/ for glib-2.0-2.22.4 and newer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-01-27 | powertop: add 1.12 + svn | Koen Kooi | 2 | |
2010-01-27 | xf86-video-omapfb: bump SRCREV, delete obsolete patches | Koen Kooi | 3 | |
2010-01-26 | gcc-svn: Bump SRCREV. | Khem Raj | 1 | |
* Move to top of trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-01-26 | uclibc-nptl: Fix build failure due to __libc_errno being hidden now. | Khem Raj | 1 | |
* Updated patch to pass right -D values to pt-__syscall_error.c compile. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-01-26 | linux-rp-2.6.26: sharpsl-rc-r1.patch: Generate sync events, as required by ↵ | Stanislav Brabec | 2 | |
xf86-input-evdev. | ||||
2010-01-26 | efl.bbclass: ship edje-externals in .dev package | Michael 'Mickey' Lauer | 1 | |
2010-01-26 | freesmartphone: only libfsobasics requires libnl2 now; the others drag it ↵ | Michael 'Mickey' Lauer | 3 | |
automatically in through libfsobasics | ||||
2010-01-26 | Merge branch 'org.openembedded.dev' of ↵ | Graeme Gregory | 1 | |
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev | ||||
2010-01-26 | mm-common_0.9.1.bb : add new util package for mm bindings for gnome | Graeme Gregory | 1 | |
2010-01-26 | glibmm_2.22.1.bb : fix/bandaid autoconf | Graeme Gregory | 2 | |
I noticed when I changed libtool this package didnt pass configure as it had disabled OEs autoconf handling. This is because the examples/ directory has bad autoconf for it. So bandaided this to allow autoreconf to run correctly. | ||||
2010-01-26 | gnome.bbclass : add name=archive to SRC_URI so .bb files can use new checksums | Graeme Gregory | 1 | |
New checksums system needs a name= in the SRC_URI name, so add a default one for gnome. | ||||
2010-01-26 | preferred-shr-versions: update libtool and glib-2.0 version | Martin Jansa | 1 | |
2010-01-26 | Merge branch 'org.openembedded.dev' of ↵ | Graeme Gregory | 32 | |
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev | ||||
2010-01-26 | libgphoto2_2.4.7.bb : call autoreconf inside libgphoto_port | Graeme Gregory | 1 | |
This is required otherwise the autoconf stuff doesnt get OE version of libtool and errors out. | ||||
2010-01-26 | frameworkd: add a postinst script to echo a note about the need | Klaus Kurzmann | 1 | |
to run the conversion script needed for new opimd Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> |