aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-01-18bluez: first pass of bluez4 -> bluez-libs/bluez-utils recipeskergoth/bluezChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-18policykit: try harder to package /var/run/PolicyKitKoen Kooi
2010-01-18empathy: add 2.28.2Koen Kooi
gnome-doc-utils: add 0.19.2 telepathy-glib: add 0.7.37
2010-01-18shadow: try to fix serial-login issueKoen Kooi
2010-01-18libcdio: add 0.81Koen Kooi
2010-01-18angstrom feed sorter: add openrd-*Koen Kooi
2010-01-18angstrom feed builder: add some more stuffKoen Kooi
2010-01-18mplayer: bump SRCREV for some more ARM fixesKoen Kooi
2010-01-18musicbrainz: add -ldl tp LDFLAGS, needed for some archsKoen Kooi
2010-01-18ggz-client-libs: package more filesKoen Kooi
2010-01-18gnome-dvb-daemon: add 0.1.14Koen Kooi
2010-01-18gst-rtsp: add 0.10.5Koen Kooi
2010-01-18linux-omap-zoomsync 2.6.31: enable some more drivers for zoom2Koen Kooi
2010-01-17qte: drop static versionRolf Leggewie
* it doesn't seem to be in use any longer and can create problems if built in the same TMPDIR alongside the nonstatic version * ACK'd by hrw, woglinde and bluelightning
2010-01-17linux-openmoko: bump SRCREV to latest revision, drop applied patchesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-17scim: add a couple of patches from Ubuntu, Debian and Gentoo.Rolf Leggewie
* all relevant patches have been pushed to and committed upstream only relevant patch for the next release will be the generic, OE-only "configure.patch"
2010-01-17opkg-native: Add openssl-native to DEPENDS.Tom Rini
Won't build without it, so no PR bump.
2010-01-17python-pyid3lib: fix compiling for gcc4.xMichael 'Mickey' Lauer
2010-01-17Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2010-01-17contrib/angstrom/build-feeds.sh: added nfs-utilsFrans Meulenbroeks
The unstable feed for angstrom had 1.1.2-r4.3 on the feed (dated 18 jun 2009) This one has a broken mountd, causing mounting an nfs filesystem to fail. The nfs-utils in head is r7 and builds and works fien for me. However as nfs-utils had been removed from build-feeds.sh it was not updated; therefre added it.
2010-01-17omgps: add patch for gcc-4.4 buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-17zip: hosting moved from http to ftpRolf Leggewie
2010-01-17scim: initial commit for version 1.4.9Rolf Leggewie
2010-01-17firefox: configuration depends on alsa-lib. Closes: #5378Rolf Leggewie
2010-01-17firefox: looks like the Mozilla project moved from serving source over http ↵Rolf Leggewie
to ftp. Fix SRC_URI and checksums.ini
2010-01-17ewl: add autopoint call to do_configure_prependMartin Jansa
* autoreconf call from inherit autotools has autopoint excluded * ewl doesn't build without it, let me know if there is better way to enable autopoint in autoreconf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-17dnsmasq: fix SRC_URI and some other minor fixesRolf Leggewie
* at least releases prior to 2.15 are only available in the archive directory * adjust checksums.ini accordingly * move S out of inc file and only into the affected dnsmasq-dbus recipe * do some clever python courtey of Phil Blundell to generally define SRC_URI for all recipes in the inc file only
2010-01-16blktool: add glib-2.0 depends and pkgconfig inheritKlaus Kurzmann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-16task-shr-feed: add gabrielKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-01-16checksums.ini: update checksum URLs for change in XFCE source hostingRolf Leggewie
2010-01-16Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2010-01-16mythplugins: fixed SRC_URI and ${S} for 0.22Frans Meulenbroeks
2010-01-16conf/checksums.ini: moved one item according to the sorting rulesFrans Meulenbroeks
2010-01-16classes/xfce.bbclass: fix SRC_URIRolf Leggewie
2010-01-16zd1211: move oldest and unfetchable entries to obsolete/Rolf Leggewie
2010-01-16xmame: move oldest and unfetchable entries to obsolete/Rolf Leggewie
2010-01-16didiwiki: move oldest, unfetchable recipes to obsolete/ and selfhost sources ↵Rolf Leggewie
for the rest
2010-01-16gimp: move two old and unfetchable recipes to obsolete directoryRolf Leggewie
2010-01-16myththemes: 0.22 fix SRC_URI and ${S}Frans Meulenbroeks
2010-01-16xserver-nodm-init: uncomment DESCRIPTION, commented out by accidentMartin Jansa
* Extra entry to my commit policy: be double carefull after 2AM, sorry Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-15uclibc: Package uclibc_nonshared.a into ulibc-dev.Khem Raj
* uclibc_noshared.a and libpthread_nonshared.a are right now packaged into uclibc-static which does not get installed along with uclibc-dev. These libraries are required on target for native SDK to work. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-15cpio: Dont munge rmt during do_install on uclibc.Khem Raj
* cpio configure checks for sgtty.h in order to enable rmt to build as part of cpio package but this header is not available on uclibc so we have to adapt do_install accordingly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-16xserver-nodm-init: add procps directly to RDEPENDS as procps is pulled ↵Martin Jansa
usually only by task_cli_tools_debug and busybox version doesn't support 'ps -e x' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-16xserver-nodm-init: add procps directly to RDEPENDS as procps is pulled ↵Martin Jansa
usually only by task_cli_tools_debug and busybox version doesn't support 'ps -e x' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-16vagalume: update to version 0.8.2Thomas Zimmermann
* depends now on gst-plugin-gconfelements * recommends hicolor-icon-theme to show the icons Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-16matchbox-panel-2: add -Wno-error to TARGET_CFLAGS to build with gcc 4.4Thomas Zimmermann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-01-16libefso: add efreed dependencyThomas Zimmermann
2010-01-16midori: move some old and obsolete recipes to obsolete directoryRolf Leggewie
2010-01-16recode: GNU_HASH QA error fixKhem Raj
2010-01-15task-shr-feed: add wpa-guiMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>