Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-09-25 | libtool : moved unused files to obsolete dir | Frans Meulenbroeks | 2 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | libqpe : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | libopie : moved unused files to obsolete dir | Frans Meulenbroeks | 7 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | libmimedir : moved unused files to obsolete dir | Frans Meulenbroeks | 4 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | ltrace : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | libmatchbox : moved unused files to obsolete dir | Frans Meulenbroeks | 6 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | lesstif : moved unused files to obsolete dir | Frans Meulenbroeks | 4 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | lemon : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | quilt-0.48: Check if file is a symlink before deleting. | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-09-26 | Merge branch 'holger/qt4-4.7' | Holger Hans Peter Freyther | 3 | |
2010-09-26 | qt4: Bump the PR after packaging changes | Holger Hans Peter Freyther | 2 | |
2010-09-26 | qt4: Package the debug binaries into tools-dbg | Holger Hans Peter Freyther | 1 | |
2010-09-26 | qt4.inc: Package the xmlpatterns utility | Holger Hans Peter Freyther | 1 | |
2010-09-26 | qt4.inc: Package qmlviewer into a new package. | Holger Hans Peter Freyther | 1 | |
2010-09-26 | qt4.inc: Package the bearer plugins. | Holger Hans Peter Freyther | 1 | |
2010-09-25 | mythwebplugins: fixed mythweb packaging | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | binutils_cvs.bb: Use FILESPATHPKG | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-09-25 | libevent: added 1.4.14b-stable; DP = "-1" until more tested | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | transmission: added 2.04, DP = "-1" until more tested | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | transmission: moved to 1.93 | Frans Meulenbroeks | 3 | |
also introduced INC_PR and added a few indents Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-25 | gimp: bump PR for webkit change | Koen Kooi | 1 | |
2010-09-24 | transmission : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | eglibc.inc: Use quotes to cover -jN and -j N | Khem Raj | 1 | |
Thanks Heinervdm for testing. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-09-24 | neon : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | netbase : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | numptyphysics_svn: changed proto=tthps to proto=http | Frans Meulenbroeks | 1 | |
it would not fetch without that Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | numptyphysics : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | navit : moved unused files to obsolete dir | Frans Meulenbroeks | 1 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | hostap-daemon: add version 0.7.3 | Roman I Khimov | 2 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-09-24 | groff: fix groff-native build | Roman I Khimov | 1 | |
Fails at install stage in doc/ with missing images otherwise. Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-09-24 | eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS | Khem Raj | 1 | |
* Currently we are passing -jN flags to eglibc makefiles however eglibc uses a make variable called PARALLELMFLAGS to pass information about parallel build to sub-makes * Currently make install ran without parallelism but now it should have parallel building flags passed to do_install correctly which inturn should improve build time of eglibc on systems using parallel build -j with values > 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-09-24 | staging.bbclass: Use sysroot_stage_dir instead of autotools_stage_dir | Khem Raj | 1 | |
Some packages like package-stagemanager-native dont use autoools and autotools_stage_dir can not be found for such recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-09-24 | speex: disable asm for arm since too many toolchains trip up | Koen Kooi | 1 | |
2010-09-24 | epiphany: bump PR for webkit change | Koen Kooi | 1 | |
2010-09-24 | mokosuite2: bump PR after libfreesmartphone-glib change | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-09-24 | libfreesmartphone-glib: bump SRCREV | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-09-24 | cdparanoia : moved unused files to obsolete dir | Frans Meulenbroeks | 2 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | e-wm-theme-illume-(gry|neo): bump SRCREV for last fix | Martin Jansa | 2 | |
2010-09-24 | e-wm-theme-illume: PACKAGE_ARCH all for all SHR themes | Martin Jansa | 5 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-09-24 | EFL: bump SRCREV | Martin Jansa | 5 | |
* python-efl: python EFL bindings are now using autotools instead of setuptools started with r52282 * python-efl: prefix includedir value returned from pkg-config --variable=includedir with STAGING_DIR_HOST * python-efl: don't install .svn files with examples * python-edje: update patch for unicode conversion * elmdentica: jump back to EFL_SRCREV * ecore: rebased patch, see http://patchwork.openembedded.org/patch/2626/ for discussion if it's still really needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-09-24 | directfb: moved unused files to obsolete dir | Frans Meulenbroeks | 2 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | directfb: remove some old versions | Frans Meulenbroeks | 6 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> | ||||
2010-09-24 | directfb-1.1.1: remove | Frans Meulenbroeks | 2 | |
code is from 2008, not pinned src tarball is not available any more (see http://www.directfb.org/downloads/Old/) lastest version we have is 1.4.2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> | ||||
2010-09-24 | angstrom: switch to newer networkmanager | Koen Kooi | 2 | |
2010-09-24 | networkmanager 0.8.1: cleanup recipe, fix loopback init with a patch from ↵ | Koen Kooi | 2 | |
debian, fix dhclient and iptable paths as well | ||||
2010-09-24 | dhcp: add 4.x from poky | Koen Kooi | 7 | |
2010-09-24 | speex: make float and asm settings more intelligent | Koen Kooi | 2 | |
2010-09-24 | dosfstools : moved unused files to obsolete dir | Frans Meulenbroeks | 5 | |
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2010-09-24 | networkmanager: bump PR for ppp | Koen Kooi | 1 | |
2010-09-24 | networkmanager-openvpn: add 0.8.1 | Koen Kooi | 1 | |