Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst-meta-base: fixed ivorbis dependency and bump PR | Denis 'GNUtoo' Carikli | 2010-04-03 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
* | e2fsprogs.inc depends on util-linux-ng-native for native builds and bump PR | Denis 'GNUtoo' Carikli | 2010-04-03 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | gst-plugins-bad 0.10.18 : also depend on orc and bump PR | Denis 'GNUtoo' Carikli | 2010-04-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | 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: | ||||
* | linux-leviathan: bump to master to get GNUtoo's latest suspend/resume ↵ | Michael 'Mickey' Lauer | 2010-04-03 | 1 | -2/+2 |
| | | | | stability fixes | ||||
* | task-cli-tools: add mioctl to -debug | Michael 'Mickey' Lauer | 2010-04-03 | 1 | -1/+2 |
| | |||||
* | linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixes | Michael 'Mickey' Lauer | 2010-04-03 | 1 | -5/+5 |
| | |||||
* | thone: move to version 0.7 | Martin Jansa | 2010-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | linux-kexecboot: initial commit of 2.6.34-rc3 | Andrea Adami | 2010-04-02 | 5 | -0/+4035 |
| | |||||
* | insane.bbclass: Switch to endswith() and fix la/pc check | Tom Rini | 2010-04-02 | 1 | -7/+6 |
| | | | | | | | | | | | | 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> | ||||
* | xf86-driver-common: PR bump for newer xserver in SHR | Martin Jansa | 2010-04-02 | 2 | -2/+2 |
| | |||||
* | mioctl: new recipe; command-line utility to call ioctls | Michael 'Mickey' Lauer | 2010-04-02 | 1 | -0/+17 |
| | |||||
* | xorg-xserver: add new 1.8.0 version | Martin Jansa | 2010-04-02 | 2 | -0/+47 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | mokoko: add autopoint work-around | Martin Jansa | 2010-04-02 | 1 | -1/+5 |
| | |||||
* | shadow: fix do_install with automake-1.11 | Martin Jansa | 2010-04-02 | 2 | -1/+94 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | pisi: Add version 0.5, move checksums to recipe | Michael Pilgermann | 2010-04-02 | 3 | -8/+37 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | shr-settings: Changed the broken use of * in the CONFFILE section. It seems ↵ | Tom | 2010-04-02 | 1 | -2/+6 |
| | | | | | | that opkg does not respect *s there. Wrote all the files manually instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | mcnavi: replace link to (sometimes) non-existent INSTALL file with empty file | Martin Jansa | 2010-04-02 | 1 | -1/+6 |
| | |||||
* | task-shr-feed: add thone | Martin Jansa | 2010-04-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | thone: new recipe for terminal phone apps | Martin Jansa | 2010-04-02 | 1 | -0/+18 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | mcnavi: enable gspd-2.90 API | Martin Jansa | 2010-04-02 | 2 | -1/+16 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | gpsd: add 2.91 needed for mcnavi (needs gps_waiting()) | Martin Jansa | 2010-04-02 | 2 | -0/+38 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | sane-srcrevs: move SRCREVs to recipes | Martin Jansa | 2010-04-02 | 104 | -144/+120 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes | Martin Jansa | 2010-04-02 | 54 | -88/+54 |
| | | | | | | * Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | contrib: Add scripts to run qemu | Khem Raj | 2010-04-01 | 3 | -0/+183 |
| | | | | | | | | | | * 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> | ||||
* | eglibc: Add patch to limit gcc commandline output. | Khem Raj | 2010-04-01 | 4 | -3/+85 |
| | | | | | | | | | * 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> | ||||
* | gnome-mplayer: force linking with stdc++, using AC_PROG_CXX isn't enough | Koen Kooi | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | vte: add 0.24.0 | Koen Kooi | 2010-04-01 | 1 | -0/+32 |
| | |||||
* | metacity: add 2.30, cross compile patch partially stolen from poky | Koen Kooi | 2010-04-01 | 2 | -1/+60 |
| | |||||
* | epiphany: add 2.30.0 | Koen Kooi | 2010-04-01 | 1 | -0/+19 |
| | |||||
* | postfix: add 2.7.0 version | Roman I Khimov | 2010-04-02 | 3 | -1/+8 |
| | | | | | Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com> | ||||
* | postfix: convert to BBCLASSEXTEND and new staging for native | Roman I Khimov | 2010-04-02 | 3 | -23/+22 |
| | | | | Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
* | bitbake.conf: add STAGING_SBINDIR_NATIVE | Roman I Khimov | 2010-04-02 | 1 | -1/+2 |
| | | | | | | | Makes referencing it easier. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com> | ||||
* | vala: prohibit PARALELL_MAKE | Michael 'Mickey' Lauer | 2010-04-01 | 1 | -0/+3 |
| | |||||
* | squidguard: new recipe | Roman I Khimov | 2010-04-01 | 5 | -0/+432 |
| | | | | | | | squidGuard is a combined filter, redirector and access controller plugin for Squid. Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
* | tzdata: change 2010f to 2010g, since the former is unfetchable | Koen Kooi | 2010-04-01 | 2 | -7/+7 |
| | |||||
* | tzcode: update to tzdata2010g | Steve Sakoman | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | gnome-python: add 2.28.1, convert to new style staging | Koen Kooi | 2010-04-01 | 2 | -5/+33 |
| | |||||
* | Revert "libcanberra 0.17: switch to new-style staging" | Koen Kooi | 2010-04-01 | 1 | -2/+3 |
| | | | | | | vala.bbclass is still living in the dark age of legacy staging :( This reverts commit 6ef9251103896b171d28dd2aa9c79f0f22bb022d. | ||||
* | glib 1.2: move to new style staging | Koen Kooi | 2010-04-01 | 1 | -10/+6 |
| | |||||
* | libgnomeprintui: add 2.18.5 | Koen Kooi | 2010-04-01 | 1 | -0/+11 |
| | |||||
* | libgnomeprint: add 2.18.7 | Koen Kooi | 2010-04-01 | 1 | -0/+13 |
| | |||||
* | libcanberra 0.17: switch to new-style staging | Koen Kooi | 2010-04-01 | 1 | -3/+2 |
| | |||||
* | angstrom: switch to latest glibmm and gtkmm | Koen Kooi | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | gtkmm: add 2.20.0 | Koen Kooi | 2010-04-01 | 1 | -0/+9 |
| | |||||
* | cairomm: add 1.8.4 | Koen Kooi | 2010-04-01 | 1 | -0/+9 |
| | |||||
* | gnome bbclass: put devhelp stuff in -doc | Koen Kooi | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | libsigc++-2.0: add 2.2.5 and convert to new style staging | Koen Kooi | 2010-04-01 | 2 | -6/+20 |
| | |||||
* | glibmm: add 2.24.0 | Koen Kooi | 2010-04-01 | 2 | -1/+10 |
| | |||||
* | gtkmm: convert to new style staging | Koen Kooi | 2010-04-01 | 1 | -6/+4 |
| | |||||
* | libgtop: add 2.28.1 | Koen Kooi | 2010-04-01 | 1 | -0/+9 |
| |