aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-04-03gst-meta-base: fixed ivorbis dependency and bump PRDenis 'GNUtoo' Carikli
I had the following error: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for gst-meta-audio: | * gst-plugin-ivorbis * but... I also had that in my deploy dir: gst-plugin-ivorbisdec_0.10.28-r7.1.5_armv6.ipk So I changed gst-plugin-ivorbis to gst-plugin-ivorbisdec
2010-04-03e2fsprogs.inc depends on util-linux-ng-native for native builds and bump PRDenis 'GNUtoo' Carikli
if We don't depend on util-linux-ng and that it has not been compiled yet in e2fsck we get undefined references to: e2fsck_free_context, check_super_block, e2fsck_fix_ext3_journal_hint, e2fsck_journal_load,e2fsck_get_journal,e2fsck_check_ext3_journal, e2fsck_journal_reset_super,setup_tdb
2010-04-03gst-plugins-bad 0.10.18 : also depend on orc and bump PRDenis 'GNUtoo' Carikli
If we depend only on orc-native and not also on orc (and orc is not installed): *it won't be able to find orc/orc.h *orcc will be detected correctly,which will cause the following code: " do_configure_append() { for i in $(find ${S} -name "Makefile") ; do sed -i -e s:/usr/bin/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i done } " that is in gst-plugins.inc to sed the /usr/bin/orcc in STAGING_BINDIR_NATIVE}/orcc with STAGING_BINDIR_NATIVE}/orcc roughly a path like: ${TMPDIR}/staging/i686-linux/usr/bin/orcc will result in ${TMPDIR}/staging/i686-linux/${TMPDIR}/staging/i686-linux/usr/bin/orcc:
2010-04-03linux-leviathan: bump to master to get GNUtoo's latest suspend/resume ↵Michael 'Mickey' Lauer
stability fixes
2010-04-03task-cli-tools: add mioctl to -debugMichael 'Mickey' Lauer
2010-04-03linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixesMichael 'Mickey' Lauer
2010-04-02thone: move to version 0.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02linux-kexecboot: initial commit of 2.6.34-rc3Andrea Adami
2010-04-02insane.bbclass: Switch to endswith() and fix la/pc checkTom Rini
This changes insane.bbclass to use s.endswith("str") rather than s[-3:] == "str". The primary motivation for this is that we have tests that check for 'la' and 'pc' files when we really want '.la' and '.pc' to be what we check for. Also, our -dev symlink test does if test1: if test2 and test3: action, when it could just be if test1 and test2 and test3. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-02xf86-driver-common: PR bump for newer xserver in SHRMartin Jansa
2010-04-02mioctl: new recipe; command-line utility to call ioctlsMichael 'Mickey' Lauer
2010-04-02xorg-xserver: add new 1.8.0 versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02mokoko: add autopoint work-aroundMartin Jansa
2010-04-02shadow: fix do_install with automake-1.11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02pisi: Add version 0.5, move checksums to recipeMichael Pilgermann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02shr-settings: Changed the broken use of * in the CONFFILE section. It seems ↵Tom
that opkg does not respect *s there. Wrote all the files manually instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02mcnavi: replace link to (sometimes) non-existent INSTALL file with empty fileMartin Jansa
2010-04-02task-shr-feed: add thoneMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02thone: new recipe for terminal phone appsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02mcnavi: enable gspd-2.90 APIMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02gpsd: add 2.91 needed for mcnavi (needs gps_waiting())Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipesMartin Jansa
* Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-01contrib: Add scripts to run qemuKhem Raj
* These scripts are tested on ubuntu and should run on debian like systems. * For networking to work it needs ethernet does not work on wireless. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-01eglibc: Add patch to limit gcc commandline output.Khem Raj
* This patch reduced the size of do_compile of eglibc from 12M to 5.4M and the build time for eglibc improved a bit too * The patch applied to 2.9,2.10 and 2.11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-01gnome-mplayer: force linking with stdc++, using AC_PROG_CXX isn't enoughKoen Kooi
2010-04-01vte: add 0.24.0Koen Kooi
2010-04-01metacity: add 2.30, cross compile patch partially stolen from pokyKoen Kooi
2010-04-01epiphany: add 2.30.0Koen Kooi
2010-04-02postfix: add 2.7.0 versionRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-02postfix: convert to BBCLASSEXTEND and new staging for nativeRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-02bitbake.conf: add STAGING_SBINDIR_NATIVERoman I Khimov
Makes referencing it easier. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-01vala: prohibit PARALELL_MAKEMichael 'Mickey' Lauer
2010-04-01squidguard: new recipeRoman I Khimov
squidGuard is a combined filter, redirector and access controller plugin for Squid. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-01tzdata: change 2010f to 2010g, since the former is unfetchableKoen Kooi
2010-04-01tzcode: update to tzdata2010gSteve Sakoman
2010-04-01gnome-python: add 2.28.1, convert to new style stagingKoen Kooi
2010-04-01Revert "libcanberra 0.17: switch to new-style staging"Koen Kooi
vala.bbclass is still living in the dark age of legacy staging :( This reverts commit 6ef9251103896b171d28dd2aa9c79f0f22bb022d.
2010-04-01glib 1.2: move to new style stagingKoen Kooi
2010-04-01libgnomeprintui: add 2.18.5Koen Kooi
2010-04-01libgnomeprint: add 2.18.7Koen Kooi
2010-04-01libcanberra 0.17: switch to new-style stagingKoen Kooi
2010-04-01angstrom: switch to latest glibmm and gtkmmKoen Kooi
2010-04-01gtkmm: add 2.20.0Koen Kooi
2010-04-01cairomm: add 1.8.4Koen Kooi
2010-04-01gnome bbclass: put devhelp stuff in -docKoen Kooi
2010-04-01libsigc++-2.0: add 2.2.5 and convert to new style stagingKoen Kooi
2010-04-01glibmm: add 2.24.0Koen Kooi
2010-04-01gtkmm: convert to new style stagingKoen Kooi
2010-04-01libgtop: add 2.28.1Koen Kooi