Andreas Oberritter [Fri, 11 Feb 2011 20:51:40 +0000 (20:51 +0000)]
utils.bbclass: restore previous implementation of explode_deps()
* explode_deps() changed its behavior to omit version information
when the function was removed from OE in favor of BitBake's
implementation in March 2010. Since then, packages didn't contain
versioned runtime dependencies.
See commit
89b7e433719f43f1c36c76cb8856d559014e99bc
* This patch restores the previous implementation of explode_deps(),
thus fixing the generation of versioned runtime dependencies.
* Reimplementing explode_deps() using bb.utils.explode_dep_versions()
didn't work, because it choked upon parsing inline python code, e.g.
on update-modules_1.0.bb's RDEPENDS_${PN} field.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sat, 12 Feb 2011 05:49:01 +0000 (05:49 +0000)]
dpkg: add perl modules package
dpkg contains of perl modules as well, we need to provide these for
example for update-alternatives.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sat, 12 Feb 2011 16:29:54 +0000 (16:29 +0000)]
distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.
tslib and dialog should be pulled in by appropiate dependencies and
wireless-tools comes from wifi in DISTRO_FEATURES.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Thu, 3 Feb 2011 15:00:21 +0000 (15:00 +0000)]
insane.bbclass: fix the check for bad RPATH
* Variable 'sane' is boolean, so adding to it breaks the error condition
* Fixes previous commit
6aa31074 ported from Yocto
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 12 Feb 2011 19:12:13 +0000 (19:12 +0000)]
util-linux-ng: use u-a for /sbin/blockdev
* resolves conflict with latest busybox
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Sat, 12 Feb 2011 19:12:14 +0000 (19:12 +0000)]
eject: use u-a for /usr/bin/volname
* resolves conflict with latest busybox
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Yuri Bushmelev [Sat, 12 Feb 2011 11:00:27 +0000 (14:00 +0300)]
oestats-client.bbclass: fix bug in oestat_send() code
This should fix disabling oestats with following message:
WARNING: oestats: error sending task (exception <type
'exceptions.KeyError'>, value 'qalog'), disabling stats
Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
Martin Jansa [Sat, 12 Feb 2011 08:19:06 +0000 (09:19 +0100)]
shr-e-gadgets: add path to edje-cc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 12 Feb 2011 07:16:04 +0000 (08:16 +0100)]
msmcomm: bump SRCREV for version compatible with current cornucopia rev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 12 Feb 2011 07:15:23 +0000 (08:15 +0100)]
shr-e-gadgets: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Yuri Bushmelev [Fri, 11 Feb 2011 23:22:36 +0000 (02:22 +0300)]
src_distribute.bbclass: iterate over SRC_URI instead of using urldata
Do not use bb.fetch.urldata in do_distribute_sources() for traversing
SRC_URIs like was already done for do_unpack(). See
661658f62b for
additional info.
This fixes race issue with lzma-native:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/026076.html
Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Filip Zyzniewski [Sat, 12 Feb 2011 02:14:26 +0000 (02:14 +0000)]
initscripts: removed jornada7xx specific scripts.
Stock ones work better (remounting / rw, makedevs calling).
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Müller [Fri, 4 Feb 2011 05:36:10 +0000 (05:36 +0000)]
clutter: fix broken clutter-gtk
* Since clutter 1.4.2 clutter-gtk fails for machines/archs configuring
* flavour=eglx with (see clutter.inc)
*
* | Making all in clutter-gtk
* | make[2]: Entering directory `/home/Superandi/tmp/work/armv7a-angstrom-linux-gnueabi/clutter-gtk-0.10.8-r2.0/clutter-gtk-0.10.8/clutter-gtk'
* | CC libclutter_gtk_0.10_la-gtk-clutter-embed.lo
* | CC libclutter_gtk_0.10_la-gtk-clutter-scrollable.lo
* | CC libclutter_gtk_0.10_la-gtk-clutter-util.lo
* | CC libclutter_gtk_0.10_la-gtk-clutter-viewport.lo
* | CC libclutter_gtk_0.10_la-gtk-clutter-zoomable.lo
* | CCLD libclutter-gtk-0.10.la
* | /home/Superandi/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lclutter-egl-1.0
*
* Since clutter 1.3.x in 'configure.ac' the meaning of 'CLUTTER_WINSYS' has
* changed. In clutter 1.2.x 'CLUTTER_WINSYS' contained the value passed by
* 'flavour' (in the error case 'eglx'). In 1.3.x this variable is set in
* 'configure.ac'. For flavour=eglx it is set to 'egl'! The correct value
* 'eglx' is found in 'CLUTTER_SONAME_INFIX'. Some of the '*.pc.in' files
* were changed. clutter-gtk fell victim for clutter-x11.pc.in.
*
* Build tested for all clutter recipes with
*
* BB_VERSION = "1.10.2"
* MACHINE = "overo"
* DISTRO = "angstrom"
* DISTRO_VERSION = "2010.7-test-
20110203"
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Müller [Thu, 3 Feb 2011 07:14:02 +0000 (07:14 +0000)]
clutter-gst add 1.3.4
* clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
* development snapshot sources
*
* Build tested with
* BB_VERSION = "1.10.2"
* METADATA_BRANCH = "master"
* METADATA_REVISION = "2049a96"
* TARGET_ARCH = "arm"
* TARGET_OS = "linux-gnueabi"
* MACHINE = "overo"
* DISTRO = "angstrom"
* DISTRO_VERSION = "2010.7-test-
20110202"
* TARGET_FPU = "hard"
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sat, 12 Feb 2011 02:06:19 +0000 (02:06 +0000)]
initscripts: handle busybox version of makedevs properly.
Makedevs from busybox has a different command line syntax.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Sat, 12 Feb 2011 03:35:31 +0000 (03:35 +0000)]
udev: also use /proc/devices to invalidate devcache
* Besides checking for kernel version, bootargs or cmdline changes between
reboots, also consider changes in /proc/devices to invalidate device cache.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
AJ ONeal [Sat, 12 Feb 2011 03:01:35 +0000 (03:01 +0000)]
nodejs: updated to 0.2.6
* added version number to patches
* libev-cross-cc_0.2.6.patch - turns off execution so that cross-compile succeeds
* node-cross-cc_0.2.6.patch - enables cross-compiling of v8 for x86, x86_64, arm, and mips
Signed-off-by: AJ ONeal <coolaj86@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
George Alexandru Dorobantu [Sat, 12 Feb 2011 04:17:36 +0000 (04:17 +0000)]
libtomcrypt: updated download link
* updated the download link; libtomcrypt has moved to google code and the old link is dead
Signed-off-by: George Alexandru Dorobantu <gdalex@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Fri, 11 Feb 2011 19:20:59 +0000 (14:20 -0500)]
udev-141: backport the initscript depmod call from recent versions
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Martin Jansa [Fri, 11 Feb 2011 16:46:29 +0000 (17:46 +0100)]
xkbcomp: upgrade from 1.2.0 to 1.2.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Tom Rini [Fri, 11 Feb 2011 07:24:10 +0000 (07:24 +0000)]
postgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4
We update SHR to pinning 8.4.7 (safe upgrade) and drop
8.1.x (EOL) and 8.2.x (un-pinned and EOL this year). We also
un-pin SHR (at Martin's suggestion).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Andreas Oberritter [Thu, 20 Jan 2011 17:24:17 +0000 (17:24 +0000)]
busybox: create busybox-inetd package
* Empty package unless CONFIG_INETD=y.
* Use update-alternatives with priority 50.
* Install initscript and inetd.conf.
* RPROVIDE inetd
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bénard <eric@eukrea.com>
Andreas Oberritter [Fri, 11 Feb 2011 20:58:00 +0000 (20:58 +0000)]
wpa-supplicant-0.7.3: depend on openssl
* let defconfig decide which crypto library to use
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Andreas Oberritter [Fri, 11 Feb 2011 20:57:59 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: enable madwifi support
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Andreas Oberritter [Fri, 11 Feb 2011 20:57:58 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: install only required files for dbus support
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Andreas Oberritter [Fri, 11 Feb 2011 20:57:57 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: rename defconfig-gnutls to defconfig
* Use a more useful name for overrides in case gnutls is not to be used.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Andreas Oberritter [Fri, 11 Feb 2011 20:57:56 +0000 (20:57 +0000)]
wpa-supplicant-0.7.3: remove unused files
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Steffen Sledz [Fri, 11 Feb 2011 11:39:28 +0000 (12:39 +0100)]
testscript.sh: be able to use branches other than testing-next
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Fri, 11 Feb 2011 12:54:25 +0000 (13:54 +0100)]
libmms 0.5: move to libmms dir
Andreas Oberritter [Tue, 1 Feb 2011 15:18:43 +0000 (15:18 +0000)]
upstart: create directory before installing files into it
* do_install installs files into ${sysconfdir}/event.d, so the
directory must be created first.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Andreas Oberritter [Tue, 1 Feb 2011 15:16:16 +0000 (15:16 +0000)]
linux: don't patch unifdef.c if it doesn't exist
* Fixes build with Linux 2.6.18.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Andreas Oberritter [Thu, 3 Feb 2011 20:51:25 +0000 (20:51 +0000)]
libmms-0.6: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Andreas Oberritter [Fri, 4 Feb 2011 01:15:53 +0000 (01:15 +0000)]
libdca-0.0.5-3: initial recipe (Debian)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Koen Kooi [Fri, 11 Feb 2011 09:40:26 +0000 (10:40 +0100)]
rfkill: fix install and remove bogus DEPENDS, it's not using libnl nor pkgconfig(-native)
Signed-off-by: Koen Kooi <koen@openembedded.org>
Henning Heinold [Fri, 11 Feb 2011 08:38:41 +0000 (09:38 +0100)]
libsdl-directfb: delete unpinned version 1.2.9
Henning Heinold [Fri, 11 Feb 2011 08:38:06 +0000 (09:38 +0100)]
libsdl-mixer: fix it the same way as the libsdl recipe and bump PR
Alex Ferguson [Mon, 31 Jan 2011 16:43:44 +0000 (18:43 +0200)]
linux-jlime-ben-nanonote: Add support for USB networking
Added jz4740-udc.patch from qi-hardware which adds support for
usb networking.
Added modified kernel config file which enables the above patch.
Modified linux-jlime-ben-nanonote recipe for the above files.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Mon, 31 Jan 2011 16:43:43 +0000 (18:43 +0200)]
jlime-extras: Update version from 1.0.6 to 1.0.7
The newer version contains some changes in the startup scripts and
configuration for mplayer.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Mon, 31 Jan 2011 16:43:42 +0000 (18:43 +0200)]
jlime-extras-ben-nanonote: Update version from 1.0.1 to 1.0.2
The newer version contains some changes in relation to jlime-extras.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Mon, 31 Jan 2011 16:43:41 +0000 (18:43 +0200)]
fileselector: Update version from 1.3.1 to 1.3.2
The newer version contains some bugfixes.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Henning Heinold [Thu, 10 Feb 2011 17:35:17 +0000 (18:35 +0100)]
pulseaudio: add version 0.9.22 with DP=-1
* only one patch from 0.9.21 was applied, so no
need to copy them all around
Henning Heinold [Thu, 10 Feb 2011 17:33:38 +0000 (18:33 +0100)]
pulseaudio: fix build for uclibc again and bump PR
Stefan Schmidt [Thu, 10 Feb 2011 15:45:38 +0000 (16:45 +0100)]
usb-modeswitch-data: Patch makefile to use portable install options.
Without this it fails with our install wrapper whcih does only support portable
options.
Stefan Schmidt [Thu, 10 Feb 2011 15:44:25 +0000 (16:44 +0100)]
usb-modeswitch: Patch makefile to use portable install options.
Without this it fails with our install wrapper whcih does only support portable
options.
Denis 'GNUtoo' Carikli [Thu, 10 Feb 2011 15:26:10 +0000 (16:26 +0100)]
xserver-xorg-conf: fix htcdream calibration and Monitor entries
Without that fix that fix the screen is not calibrated well.
The Monitor "Monitor" -> Monitor "Monitor0" was a typo,
Thanks pespin in #openmoko-cdevel on Freenode on irc for notifying the error:
Feb 09 23:27:58 <pespin> I think this line in xorg.conf is wrong -> Monitor "Monitor"
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Martin Jansa [Thu, 10 Feb 2011 08:26:44 +0000 (09:26 +0100)]
xserver-xorg: 1.9.3.902 was released as 1.9.4, rename
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
chase maupin [Thu, 10 Feb 2011 04:36:59 +0000 (04:36 +0000)]
cups: fix desktop file QA issues
* This patch fixes the QA issues with version 1.2.12 of cups.
* The patch being applied was taken from
http://bugs.gentoo.org/show_bug.cgi?id=236706
* Bump the PR
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Thu, 10 Feb 2011 04:23:09 +0000 (04:23 +0000)]
base-files: update fstab for jornada7xx
We use the scsi subsystem for PCMCIA ATA access, so device files are
/dev/sda*, not /dev/hda*.
See recipes/linux/linux-jlime-jornada7xx-2.6.34+git/defconf_jlime:702.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Wed, 9 Feb 2011 21:26:57 +0000 (22:26 +0100)]
linux-omap 2.6.31: remove DP for zoom2
Signed-off-by: Koen Kooi <koen@openembedded.org>
Graeme Gregory [Wed, 9 Feb 2011 18:21:26 +0000 (18:21 +0000)]
omapzoom2/3.conf : switch to linux-omap kernel
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Graeme Gregory [Wed, 9 Feb 2011 18:19:24 +0000 (18:19 +0000)]
linux-omap_2.6.38.bb: add 2.6.38-rc4 version
I have only enabled this kernel for the omapzoom2/3 machines that I
take care of and it has been boot tested on the zoom3.
This recipe has PARALLEL_MAKE disabled as multiple jobs is showing
a dependency issue in the kernel which I hit 100% of time in OE.
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Chris Larson [Wed, 9 Feb 2011 19:02:36 +0000 (12:02 -0700)]
oe.test_types: improve naming/organization
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 9 Feb 2011 17:28:42 +0000 (10:28 -0700)]
More sane naming for the variable typing code
oe.types.value -> oe.data.typed_value
This name has been bugging me. This function is the primary interface to
the module for OE metadata, as it takes a variable name and datastore and
returns an object of the correct type. While this function is part of the
variable typing implementation, in reality it's more about giving you a
useful object from the metadata, so I think oe.data is a more appropriate
place for it.
oe.types -> oe.maketype
These are the functions which construct types, not the types themselves,
so it was somewhat misleading.
oe._types -> oe.types
These are the actual types, any callable in this module becomes an OE
type, using its arguments to determine the variable flags (optional and
required) to obey. Will use __init__'s args in the case of an actual
python class.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 9 Feb 2011 18:38:16 +0000 (11:38 -0700)]
oe.types: for invalid type, list valid ones
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Otavio Salvador [Wed, 9 Feb 2011 14:13:04 +0000 (14:13 +0000)]
tzcode-native: update to 2011b
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 20 Jan 2011 23:42:26 +0000 (23:42 +0000)]
cmake-sdk: add 2.8.2 recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 20 Jan 2011 17:33:32 +0000 (17:33 +0000)]
libnewt: include latest fixes and allow python removal
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 20 Jan 2011 16:19:44 +0000 (16:19 +0000)]
gitpkgv.bbclass: return None if repository does not exist
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 20 Jan 2011 16:18:26 +0000 (16:18 +0000)]
slang: fix 2.2.2 URL
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Koen Kooi [Wed, 9 Feb 2011 16:14:18 +0000 (17:14 +0100)]
networkmanager git: up DP for angstrom
Signed-off-by: Koen Kooi <koen@openembedded.org>
Marco Cavallini [Wed, 9 Feb 2011 15:14:11 +0000 (16:14 +0100)]
fbv-1.0b-BGR666.patch: patch for support BGR666 @ 24bpp
Marco Cavallini [Wed, 9 Feb 2011 15:12:23 +0000 (16:12 +0100)]
fbv_1.0b.bb: added support for new fbv-1.0b-BGR666.patch
* bump PR
* support for BGR666 @ 24bpp
Michael 'Mickey' Lauer [Wed, 9 Feb 2011 15:20:59 +0000 (16:20 +0100)]
fsogsmd: bump; we rely on libgisi / gisicomm now instead of libisi
Stefan Schmidt [Wed, 9 Feb 2011 11:40:25 +0000 (12:40 +0100)]
bug2v4l2: Fix recipe to atcually work.
The first commit of this one was not intended. Sorry for that. The recipe is now
cleaned up and working.
Stefan Schmidt [Thu, 2 Dec 2010 13:51:42 +0000 (14:51 +0100)]
buglabs/jnotify: Add recipe for java notify usage
Koen Kooi [Wed, 9 Feb 2011 11:21:52 +0000 (12:21 +0100)]
networkmanager git: update to 0.8.3
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Wed, 9 Feb 2011 09:40:10 +0000 (10:40 +0100)]
iw: bump PR for nl2 change
Signed-off-by: Koen Kooi <koen@openembedded.org>
Stefan Schmidt [Wed, 8 Dec 2010 11:12:19 +0000 (12:12 +0100)]
bug-x11-image: Add X11 buglabs image
Stefan Schmidt [Wed, 8 Dec 2010 11:59:51 +0000 (12:59 +0100)]
buglabs/dauber-feeds: Feed config for internal repos
Stefan Schmidt [Wed, 8 Dec 2010 12:00:23 +0000 (13:00 +0100)]
buglabs/repo-feeds: Feed configs for external use
Stefan Schmidt [Wed, 15 Dec 2010 17:52:09 +0000 (18:52 +0100)]
jni-library.bbclass: Override JAVAH for our jni recipes.
We need the javah from icedtea6 here.
Stefan Schmidt [Thu, 3 Feb 2011 13:51:01 +0000 (14:51 +0100)]
iw: Its compatible with libnl2 as well use it.
Stefan Schmidt [Thu, 3 Feb 2011 09:34:55 +0000 (10:34 +0100)]
wpa-supplicant-0.7: Enable the nl80211 driver
Also enable support for libnl2 and depend on it.
Graeme Gregory [Tue, 8 Feb 2011 22:40:17 +0000 (22:40 +0000)]
u-boot : for omapzoom2/3 and gcc 4.5 the -Os optimisation produces a
u-boot which doesnt boot or launch kernel. This makes u-boot a lot
slower but as we only see it once on boot this is unimportant in long
view so remove the -Os from build.
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Henning Heinold [Tue, 8 Feb 2011 22:31:53 +0000 (23:31 +0100)]
libsdl: use new .inc for 2.1.14 version
* make autotools-usage and libtool2.4 from directfb generic,
this fixes libsdl-x11 too
* switch to INC_PR
Henning Heinold [Tue, 8 Feb 2011 22:24:59 +0000 (23:24 +0100)]
disko: update git version, use INC_PR, re work disko.inc usage
Henning Heinold [Tue, 8 Feb 2011 22:26:25 +0000 (23:26 +0100)]
disko: fix legacy staging
Koen Kooi [Tue, 8 Feb 2011 20:00:16 +0000 (21:00 +0100)]
u-boot git: add missing patch to beagle. Thanks to Steve K for spotting that
Signed-off-by: Koen Kooi <koen@openembedded.org>
Henning Heinold [Tue, 8 Feb 2011 17:06:40 +0000 (18:06 +0100)]
directfb: update directfb 1.4 to directfb 1.4.11 and switch to INC_PR support
* remove directfb < 1.2 stuff from .inc file
* bump PR through INC_PR support
Filip Zyzniewski [Mon, 7 Feb 2011 04:12:05 +0000 (04:12 +0000)]
rootfs_deb.bbclass: fix alternatives handling
After fixing update-alternatives-native the command:
rmdir ${IMAGE_ROOTFS}/var/dpkg/alternatives
fails, because the directory is not empty, and the command:
ln -s ${libdir}/opkg/alternatives ${IMAGE_ROOTFS}/var/dpkg/alternatives
creates a dangling symlink, because we mkdir only the parent directory of
the target.
Fixes: mkdir -p the alternatives directory itself and move alternatives
definitions into it before rmdiring the original alternatives directory
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Mon, 7 Feb 2011 04:01:59 +0000 (04:01 +0000)]
update-alternatives-dpkg: make it work.
Previous version of the recipe provided a non-functional version
of update-alternatives.
* move from 1.13.25 to 1.14.29
1.13.25 needed dpkg-gettext.pl which is not contained by
dpkg-1.14.29.
* patching the native one with update-alternatives-native.patch
- remove absolute perl path from the shebang
- handle a mix of build host and target host paths
- patch contains a piece from the previous paths.patch
* moved paths.patch application from the main inc file to 1.13.25
recipes
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Mon, 7 Feb 2011 02:00:35 +0000 (02:00 +0000)]
dpkg-native: Fix the admindir location.
Until now the admindir was specified as $STAGING_DIR_NATIVE/var/dpkg,
which caused update-alternatives to put alternative definitions there.
This patch causes the definitions to be put into the host's rootfs
during rootfs_deb_do_rootfs (when running busybox postinst for
example).
resulting line in Dpkg.pm: our $admindir="$ENV{D}/var/dpkg"
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Mon, 7 Feb 2011 01:02:18 +0000 (01:02 +0000)]
apt: remove references to not-built man pages.
Manual pages are not being built because doxygen is currently not
supported by openembedded.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sun, 6 Feb 2011 23:56:47 +0000 (23:56 +0000)]
apt_0.7.20.2: fixed compilation errors with gcc-4.4.
Just like in apt-native_0.7.20.2.bb.
Related bugzilla entry: http://bugs.openembedded.org/show_bug.cgi?id=5511
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sun, 6 Feb 2011 23:48:56 +0000 (23:48 +0000)]
rootfs_deb.bbclass: removed $(( ... )) operator usage.
Bitbake's pyshlex.py cannot parse it raising NotImplementedError in
line 295 (bitbake @
c8d8388ce9662574a390be3b849c07d1b044275d).
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Tue, 8 Feb 2011 12:24:21 +0000 (13:24 +0100)]
linux-omap 2.6.37: catch up with beagleboardtoys wifi rename
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Tue, 8 Feb 2011 11:30:34 +0000 (12:30 +0100)]
u-boot git: beagleboard: add more expansionboards and rediff patches
Signed-off-by: Koen Kooi <koen@openembedded.org>
Khem Raj [Mon, 7 Feb 2011 20:38:24 +0000 (12:38 -0800)]
linux-libc-headers_2.6.31.bb: Fix build with make 3.82 for powerpc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Mon, 7 Feb 2011 20:15:57 +0000 (13:15 -0700)]
gcc, {e,}glibc: work around pstage install order issue
Note that this is dealt with differently in the sstate world, so this should
*not* go into the meta-oe/oe-core universe.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Bernhard Guillon [Mon, 7 Feb 2011 13:20:00 +0000 (14:20 +0100)]
libglademm_2.4.1.bb: remove legacy staging, bump PR
*removing legacy staging also solve missing libglademm-2.4.pc problem
Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org>
Koen Kooi [Mon, 7 Feb 2011 12:19:28 +0000 (13:19 +0100)]
angstrom source mirror: blacklist *.done as well
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Mon, 7 Feb 2011 11:41:08 +0000 (12:41 +0100)]
libgles-omap3: fix other devmem2 references and remove stale comment about non-TSPA releases
Signed-off-by: Koen Kooi <koen@openembedded.org>
Eric Bénard [Sun, 6 Feb 2011 18:17:08 +0000 (19:17 +0100)]
busybox-1.18.2: add latest fixes
ping : fix IPv6 pinging
1bb52a9b73772d47a49bcaee0eb4eeb0c68b9b4c
udhcpc: fix a problem with binary-encoded options
fbea22056014a05a0c6619eb458d4955869b5e93
tar: update TAR_AUTODETECT
Signed-off-by: Eric Bénard <eric@eukrea.com>
Koen Kooi [Mon, 7 Feb 2011 10:27:46 +0000 (11:27 +0100)]
angstrom source mirror: blacklist git2/ dir as well
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Mon, 7 Feb 2011 10:06:04 +0000 (11:06 +0100)]
libgles-omap3: catch up with devmem2 changes
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Mon, 7 Feb 2011 09:10:52 +0000 (10:10 +0100)]
task-shr-feed: add samba
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Steffen Sledz [Mon, 7 Feb 2011 08:00:34 +0000 (09:00 +0100)]
testscript.sh: update to bitbake 1.10.2
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Henning Heinold [Sun, 6 Feb 2011 22:56:54 +0000 (23:56 +0100)]
python-pygobject-native: set RDEPENDS to nothing
Henning Heinold [Sun, 6 Feb 2011 22:55:33 +0000 (23:55 +0100)]
pango: set RRECOMMENDS_${PN} to nothing for virtclass-native
Henning Heinold [Sun, 6 Feb 2011 22:54:19 +0000 (23:54 +0100)]
update-rc.d.bbclass: set RDEPENDS_${PN} to nothing for virtclass-native