Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-04-03 | libfso-glib_git.bb: bump PR to make it rebuild with new fso-specs | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-04-03 | fso-image.inc: do not search for .desktop files | Denis 'GNUtoo' Carikli | 1 | |
We do not ship .desktop files in the image,so if we search for them we end up with this: ++ find ./usr/share/applications -name '*.desktop' find: `./usr/share/applications': No such file or directory + desktop= in do_rootfs and it fails. So commenting that part fixes it Thanks mickeyl for telling me(#openmoko-cdevel in Freenode) how to fix(so I didn't have to dig into it,and fixed quicker): Apr 02 14:55:49 <mickeyl> just comment this line out PR was not bumped because for mickeyl told me(also #openmoko-cdevel in Freenode) that it was not necessary for images: Apr 02 14:59:45 <GNUtoo> should I INC_PR the file? Apr 02 14:59:53 <mickeyl> not necessary Apr 02 14:59:59 <mickeyl> image files will be reread Apr 02 15:00:06 <mickeyl> every time you build | ||||
2010-04-03 | gst-meta-base: fixed ivorbis dependency and bump PR | Denis 'GNUtoo' Carikli | 1 | |
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-03 | e2fsprogs.inc depends on util-linux-ng-native for native builds and bump PR | Denis 'GNUtoo' Carikli | 1 | |
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-03 | gst-plugins-bad 0.10.18 : also depend on orc and bump PR | Denis 'GNUtoo' Carikli | 1 | |
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-03 | linux-leviathan: bump to master to get GNUtoo's latest suspend/resume ↵ | Michael 'Mickey' Lauer | 1 | |
stability fixes | ||||
2010-04-03 | task-cli-tools: add mioctl to -debug | Michael 'Mickey' Lauer | 1 | |
2010-04-03 | linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixes | Michael 'Mickey' Lauer | 1 | |
2010-04-02 | thone: move to version 0.7 | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | linux-kexecboot: initial commit of 2.6.34-rc3 | Andrea Adami | 5 | |
2010-04-02 | xf86-driver-common: PR bump for newer xserver in SHR | Martin Jansa | 2 | |
2010-04-02 | mioctl: new recipe; command-line utility to call ioctls | Michael 'Mickey' Lauer | 1 | |
2010-04-02 | xorg-xserver: add new 1.8.0 version | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | mokoko: add autopoint work-around | Martin Jansa | 1 | |
2010-04-02 | shadow: fix do_install with automake-1.11 | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | pisi: Add version 0.5, move checksums to recipe | Michael Pilgermann | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | shr-settings: Changed the broken use of * in the CONFFILE section. It seems ↵ | Tom | 1 | |
that opkg does not respect *s there. Wrote all the files manually instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | mcnavi: replace link to (sometimes) non-existent INSTALL file with empty file | Martin Jansa | 1 | |
2010-04-02 | task-shr-feed: add thone | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | thone: new recipe for terminal phone apps | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | mcnavi: enable gspd-2.90 API | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | gpsd: add 2.91 needed for mcnavi (needs gps_waiting()) | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | sane-srcrevs: move SRCREVs to recipes | Martin Jansa | 102 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-02 | EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes | Martin Jansa | 53 | |
* Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-04-01 | eglibc: Add patch to limit gcc commandline output. | Khem Raj | 4 | |
* 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-01 | gnome-mplayer: force linking with stdc++, using AC_PROG_CXX isn't enough | Koen Kooi | 1 | |
2010-04-01 | vte: add 0.24.0 | Koen Kooi | 1 | |
2010-04-01 | metacity: add 2.30, cross compile patch partially stolen from poky | Koen Kooi | 2 | |
2010-04-01 | epiphany: add 2.30.0 | Koen Kooi | 1 | |
2010-04-02 | postfix: add 2.7.0 version | Roman I Khimov | 3 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-04-02 | postfix: convert to BBCLASSEXTEND and new staging for native | Roman I Khimov | 3 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-04-01 | squidguard: new recipe | Roman I Khimov | 5 | |
squidGuard is a combined filter, redirector and access controller plugin for Squid. Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-04-01 | tzdata: change 2010f to 2010g, since the former is unfetchable | Koen Kooi | 2 | |
2010-04-01 | tzcode: update to tzdata2010g | Steve Sakoman | 1 | |
2010-04-01 | gnome-python: add 2.28.1, convert to new style staging | Koen Kooi | 2 | |
2010-04-01 | Revert "libcanberra 0.17: switch to new-style staging" | Koen Kooi | 1 | |
vala.bbclass is still living in the dark age of legacy staging :( This reverts commit 6ef9251103896b171d28dd2aa9c79f0f22bb022d. | ||||
2010-04-01 | glib 1.2: move to new style staging | Koen Kooi | 1 | |
2010-04-01 | libgnomeprintui: add 2.18.5 | Koen Kooi | 1 | |
2010-04-01 | libgnomeprint: add 2.18.7 | Koen Kooi | 1 | |
2010-04-01 | libcanberra 0.17: switch to new-style staging | Koen Kooi | 1 | |
2010-04-01 | gtkmm: add 2.20.0 | Koen Kooi | 1 | |
2010-04-01 | cairomm: add 1.8.4 | Koen Kooi | 1 | |
2010-04-01 | libsigc++-2.0: add 2.2.5 and convert to new style staging | Koen Kooi | 2 | |
2010-04-01 | glibmm: add 2.24.0 | Koen Kooi | 2 | |
2010-04-01 | gtkmm: convert to new style staging | Koen Kooi | 1 | |
2010-04-01 | libgtop: add 2.28.1 | Koen Kooi | 1 | |
2010-04-01 | glibmm: convert to new style staging | Koen Kooi | 1 | |
2010-04-01 | gnome-system-monitor: add 2.28.1 | Koen Kooi | 1 | |
2010-04-01 | gnome-system-tools: add 2.30.0 | Koen Kooi | 1 | |
2010-04-01 | system-tools-backends: add 2.10.0 | Koen Kooi | 3 | |