Denys Dmytriyenko [Mon, 27 Sep 2010 08:21:04 +0000 (08:21 +0000)]
base.bbclass: not use bb.fetch.urldata in do_unpack() for traversing SRC_URIs
bb.fetch.urldata contains cached SRC_URIs, but in case SRC_URI is altered by
amend.inc or machine override, the original SRC_URI is not removed from the
cache, leading to calling do_unpack() multiple times on original and modified
versions of the file. Don't rely on bb.fetch.urldata and traverse SRC_URIs
directly.
Some background and details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/36703
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Vaudano Luca [Mon, 27 Sep 2010 17:46:31 +0000 (17:46 +0000)]
estardict: add new version 0.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Roman I Khimov [Tue, 14 Sep 2010 09:54:47 +0000 (13:54 +0400)]
iw: fix build
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:52:31 +0000 (19:52 +0200)]
pulseaudio : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:45:36 +0000 (19:45 +0200)]
pthsem : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:42:32 +0000 (19:42 +0200)]
procps : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:46 +0000 (19:41 +0200)]
pimlico : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:37 +0000 (19:41 +0200)]
pidgin : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:28:36 +0000 (19:28 +0200)]
python: moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Chris Larson [Mon, 27 Sep 2010 17:01:49 +0000 (10:01 -0700)]
amend.bbclass: kill override specific
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Jeff Lance [Thu, 23 Sep 2010 09:41:37 +0000 (09:41 +0000)]
matrix-gui: updating to use latest source revision
* Use latest source revision 131
* Add platform support for multiple platforms
* Remove un-used files from SRC_URI and repository.
* init files are now part of the matrix repository
* matrix-gui.desktop is now part of the matrix repository
* the cursor override patch is now in the matrix sources
* Bumped SRCREV to 136 in version 3 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Jeff Lance [Thu, 23 Sep 2010 09:41:36 +0000 (09:41 +0000)]
matrix-gui-e: updating to latest source revision
* Updated recipe to use the latest source revision 131
* Included platform support
* Removed init files from OE repository since they are now part
of the matrix repository.
* Bumped SRCREV to 136 in version 2 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Jeff Lance [Thu, 23 Sep 2010 09:41:35 +0000 (09:41 +0000)]
matrix-gui-common: update to latest sources
* Updated to use repository revision 131
* This includes platform support
* Removed the browser binary
* Copy files based on PLATFORM
* Bumped SRCREV to 136 in version 2 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Fri, 24 Sep 2010 06:09:35 +0000 (06:09 +0000)]
fbset_2.1: add dependency on bison-native
* fbset requires bison in order to build. This patch adds
bison-native to the DEPENDS.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Thu, 23 Sep 2010 04:18:48 +0000 (04:18 +0000)]
freetype: update LICENSE field
* The LICENSE.TXT file says that freetype may be licensed under
either the FreeType license or the GPLv2 license. This patch
updates the LICENSE field to reflect that this software can
use either license.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Fri, 10 Sep 2010 06:27:24 +0000 (06:27 +0000)]
qte: only export touchscreen setting if ts exists
* Changed the qte.sh script to check for whether or not the
touchscreen exists before exporting QWS_MOUSE_PROTO to use
the touchscreen. This is so that devices that don't have
a touchscreen can use the regular mouse support.
* Bumped the PR
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:32:18 +0000 (16:32 +0200)]
gcc: added 2010.09 Linaro release of gcc-4.5
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain
This version does not have any OE patches applied (other then
zecke-no-host-includes.patch in gcc-cross).
There are build problems with this release in OE. But as it is not default
version I am pushing it like it is.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:31:29 +0000 (16:31 +0200)]
gcc 4.4-2010.09: moved FILESDIR to inc file
Koen Kooi [Mon, 27 Sep 2010 13:46:03 +0000 (15:46 +0200)]
usb-modeswitch: fix recipe and packaging
Koen Kooi [Mon, 27 Sep 2010 13:19:14 +0000 (15:19 +0200)]
usb-modeswitch-data: add
20100826
usb-modeswitch: recommend the above
Koen Kooi [Mon, 27 Sep 2010 13:02:07 +0000 (15:02 +0200)]
usb-modewitch: add 1.1.4
Michael Smith [Thu, 23 Sep 2010 20:49:18 +0000 (16:49 -0400)]
gst-plugins.inc: fix path to orcc when prefix != /usr
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Thu, 23 Sep 2010 20:32:30 +0000 (16:32 -0400)]
gst-plugins-base 0.10.30: depend on gtk+
Some of the tests and examples require gtk.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Thu, 23 Sep 2010 18:47:32 +0000 (14:47 -0400)]
libvpx: fix 0.9.1 build when prefix=""
The configure script was changed in 0.9.1 and introduced some logic that
breaks when prefix is an empty string.
Also switch to INC_PR for 0.9.0 and 0.9.1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Fri, 24 Sep 2010 18:46:20 +0000 (14:46 -0400)]
openvpn: change kernel-module-tun to RRECOMMEND
RRECOMMEND, not RDEPEND, in case a particular platform doesn't have
a separate kernel-module-tun package. Matches behaviour of other
packages, like bridge-utils.
Also switch to INC_PR.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Martin Jansa [Mon, 27 Sep 2010 11:08:12 +0000 (13:08 +0200)]
shr-e-gadgets: remove edje_convert calls (should be converted already in source)
Martin Jansa [Wed, 22 Sep 2010 08:32:01 +0000 (10:32 +0200)]
pixman_0.19.4: increase D_P for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 26 Sep 2010 16:07:59 +0000 (18:07 +0200)]
linux-kexecboot-2.6.35: enable CONFIG_BLK_DEV_SD
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 07:57:15 +0000 (09:57 +0200)]
kexecboot: bump SRCREV for devicescan fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 07:58:16 +0000 (09:58 +0200)]
linux-openmoko-2.6.34: add 3 patches from qtmoko
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 09:42:08 +0000 (11:42 +0200)]
shr-e-gadgets: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Stanislav Brabec [Sun, 26 Sep 2010 23:19:37 +0000 (23:19 +0000)]
iw: Updated to version 0.9.20. Removed old versions.
Stanislav Brabec [Sun, 26 Sep 2010 23:12:57 +0000 (23:12 +0000)]
wpa-supplicant: Added version 0.6.10. Refreshed defconfig: Added nl80211 and ralink support.
Stanislav Brabec [Sun, 26 Sep 2010 23:06:42 +0000 (23:06 +0000)]
rt3070: Added version 2.3.0.4.
Koen Kooi [Sun, 26 Sep 2010 20:12:55 +0000 (22:12 +0200)]
angstrom-next: switch to QT 4.7.0
Martin Jansa [Sun, 26 Sep 2010 14:15:04 +0000 (16:15 +0200)]
shr: bump SRCREVs of recipes from shr-autorev for versions compatible with current EFL_SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 26 Sep 2010 13:29:19 +0000 (15:29 +0200)]
initscripts-shr: prepare /var/volatile/appshadow for shr-wizard
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:15:19 +0000 (13:15 +0200)]
pdm : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:10:33 +0000 (13:10 +0200)]
phalanx : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:06:46 +0000 (13:06 +0200)]
packagekit : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:04:36 +0000 (13:04 +0200)]
parted : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:02:48 +0000 (13:02 +0200)]
pango : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 26 Sep 2010 11:00:43 +0000 (13:00 +0200)]
perl: moved a few unused patches to obsolete
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Łukasz Pankowski [Fri, 24 Sep 2010 19:00:00 +0000 (21:00 +0200)]
ffalarms: bump git revision, fixes simultaneous alarms
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric Bénard [Mon, 13 Sep 2010 10:57:21 +0000 (12:57 +0200)]
util-linux-ng: reset rdepends on ncurses-tools
* reset is a script which is using tput provided by ncurses-tools
(which also provides reset) so util-linux-ng's reset command fails
if ncurses-tools is not installed on the target
* this patch creates a utils-linux-ng-reset package with
RDEPENDS="ncurses-tools"
Signed-off-by: Eric Bénard <eric@eukrea.com>
Chris Larson [Tue, 21 Sep 2010 05:06:21 +0000 (05:06 +0000)]
utility-tasks.bbclass: drop mrproper task
This task is misleading and potentially quite harmful, as it wipes the entire
DL_DIR, yet tasks are supposed to be recipe specific. We have the proper
distclean task to wipe sources for a recipe + run do_clean, and the user can
always wipe all of DL_DIR manually if necessary.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:54:23 +0000 (19:54 +0200)]
libintl-perl_1.11.bb: removed
this one does not fetch any more (it is not available on cpan any more)
also we still have 1.16 and 1.20
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:38:59 +0000 (19:38 +0200)]
libxslt : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:37:02 +0000 (19:37 +0200)]
libtool : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:32:46 +0000 (19:32 +0200)]
libqpe : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:31:05 +0000 (19:31 +0200)]
libopie : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:30:13 +0000 (19:30 +0200)]
libmimedir : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:29:10 +0000 (19:29 +0200)]
ltrace : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:28:42 +0000 (19:28 +0200)]
libmatchbox : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:28:17 +0000 (19:28 +0200)]
lesstif : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 17:26:57 +0000 (19:26 +0200)]
lemon : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Sat, 25 Sep 2010 06:34:18 +0000 (23:34 -0700)]
quilt-0.48: Check if file is a symlink before deleting.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Holger Hans Peter Freyther [Sat, 25 Sep 2010 16:09:37 +0000 (00:09 +0800)]
Merge branch 'holger/qt4-4.7'
Holger Hans Peter Freyther [Sat, 25 Sep 2010 15:57:28 +0000 (23:57 +0800)]
qt4: Bump the PR after packaging changes
Holger Hans Peter Freyther [Sat, 25 Sep 2010 10:15:49 +0000 (18:15 +0800)]
qt4: Package the debug binaries into tools-dbg
Holger Hans Peter Freyther [Sat, 25 Sep 2010 10:04:03 +0000 (18:04 +0800)]
qt4.inc: Package the xmlpatterns utility
Holger Hans Peter Freyther [Sat, 25 Sep 2010 09:27:49 +0000 (17:27 +0800)]
qt4.inc: Package qmlviewer into a new package.
Holger Hans Peter Freyther [Sat, 25 Sep 2010 08:45:33 +0000 (16:45 +0800)]
qt4.inc: Package the bearer plugins.
Frans Meulenbroeks [Sat, 25 Sep 2010 11:32:28 +0000 (13:32 +0200)]
mythwebplugins: fixed mythweb packaging
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Sat, 25 Sep 2010 09:38:58 +0000 (02:38 -0700)]
binutils_cvs.bb: Use FILESPATHPKG
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 08:59:39 +0000 (10:59 +0200)]
libevent: added 1.4.14b-stable; DP = "-1" until more tested
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 08:59:07 +0000 (10:59 +0200)]
transmission: added 2.04, DP = "-1" until more tested
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 25 Sep 2010 08:08:20 +0000 (10:08 +0200)]
transmission: moved to 1.93
also introduced INC_PR and added a few indents
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Fri, 24 Sep 2010 22:13:34 +0000 (00:13 +0200)]
gimp: bump PR for webkit change
Frans Meulenbroeks [Fri, 24 Sep 2010 20:52:47 +0000 (22:52 +0200)]
transmission : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Fri, 24 Sep 2010 20:45:40 +0000 (13:45 -0700)]
eglibc.inc: Use quotes to cover -jN and -j N
Thanks Heinervdm for testing.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 20:43:12 +0000 (22:43 +0200)]
neon : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 20:40:20 +0000 (22:40 +0200)]
netbase : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 20:36:25 +0000 (22:36 +0200)]
numptyphysics_svn: changed proto=tthps to proto=http
it would not fetch without that
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 20:34:36 +0000 (22:34 +0200)]
numptyphysics : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 20:25:16 +0000 (22:25 +0200)]
navit : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Roman I Khimov [Thu, 23 Sep 2010 13:49:51 +0000 (17:49 +0400)]
hostap-daemon: add version 0.7.3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 23 Sep 2010 11:29:25 +0000 (15:29 +0400)]
groff: fix groff-native build
Fails at install stage in doc/ with missing images otherwise.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Khem Raj [Fri, 24 Sep 2010 07:09:12 +0000 (00:09 -0700)]
eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS
* 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>
Khem Raj [Fri, 24 Sep 2010 18:27:25 +0000 (11:27 -0700)]
staging.bbclass: Use sysroot_stage_dir instead of autotools_stage_dir
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>
Koen Kooi [Fri, 24 Sep 2010 18:33:34 +0000 (20:33 +0200)]
speex: disable asm for arm since too many toolchains trip up
Koen Kooi [Fri, 24 Sep 2010 18:12:21 +0000 (20:12 +0200)]
epiphany: bump PR for webkit change
Martin Jansa [Fri, 24 Sep 2010 18:12:56 +0000 (20:12 +0200)]
mokosuite2: bump PR after libfreesmartphone-glib change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 24 Sep 2010 18:11:37 +0000 (20:11 +0200)]
libfreesmartphone-glib: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 17:38:07 +0000 (19:38 +0200)]
cdparanoia : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Fri, 24 Sep 2010 17:28:39 +0000 (19:28 +0200)]
e-wm-theme-illume-(gry|neo): bump SRCREV for last fix
Martin Jansa [Fri, 24 Sep 2010 17:25:01 +0000 (19:25 +0200)]
e-wm-theme-illume: PACKAGE_ARCH all for all SHR themes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 20 Sep 2010 05:59:17 +0000 (07:59 +0200)]
EFL: bump SRCREV
* 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>
Frans Meulenbroeks [Fri, 24 Sep 2010 16:28:34 +0000 (18:28 +0200)]
directfb: moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 24 Sep 2010 16:24:57 +0000 (18:24 +0200)]
directfb: remove some old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Frans Meulenbroeks [Thu, 23 Sep 2010 09:59:29 +0000 (09:59 +0000)]
directfb-1.1.1: remove
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>
Koen Kooi [Fri, 24 Sep 2010 16:04:30 +0000 (18:04 +0200)]
angstrom: switch to newer networkmanager
Koen Kooi [Fri, 24 Sep 2010 15:52:34 +0000 (17:52 +0200)]
networkmanager 0.8.1: cleanup recipe, fix loopback init with a patch from debian, fix dhclient and iptable paths as well
Koen Kooi [Fri, 24 Sep 2010 15:46:42 +0000 (17:46 +0200)]
dhcp: add 4.x from poky
Koen Kooi [Fri, 24 Sep 2010 15:20:54 +0000 (17:20 +0200)]
speex: make float and asm settings more intelligent
Frans Meulenbroeks [Thu, 23 Sep 2010 20:05:45 +0000 (22:05 +0200)]
dosfstools : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Fri, 24 Sep 2010 13:49:23 +0000 (15:49 +0200)]
networkmanager: bump PR for ppp
Koen Kooi [Fri, 24 Sep 2010 13:47:55 +0000 (15:47 +0200)]
networkmanager-openvpn: add 0.8.1
Eric Bénard [Tue, 21 Sep 2010 08:51:41 +0000 (10:51 +0200)]
gs: add gs-fonts-std
* thsi is one of the font packages gs can use to render ps files
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Tue, 21 Sep 2010 08:49:46 +0000 (10:49 +0200)]
openvpn: add 2.1.3
* tested on armv5te using shared keys setup
* DEFAULT_PREFERENCE = "-1" until it's more tested
Signed-off-by: Eric Bénard <eric@eukrea.com>