Koen Kooi [Fri, 18 Jun 2010 09:09:53 +0000 (11:09 +0200)]
libmicrohttpd: fix typo
Koen Kooi [Thu, 17 Jun 2010 14:57:16 +0000 (16:57 +0200)]
swig 1.3.39: bump PR
Henning Heinold [Wed, 16 Jun 2010 21:03:24 +0000 (23:03 +0200)]
systemd: add systemd to openembedded
* not fully functional yet
* needs udev-154 and cgroup enabled in kernel
* halt/reboot don't work with busybox
Henning Heinold [Wed, 16 Jun 2010 21:01:50 +0000 (23:01 +0200)]
udev: add version 154
* not fully testet yet so checking with DEFAULT_PREFERENCE = "-1"
* systemd needs it
Henning Heinold [Wed, 16 Jun 2010 21:00:37 +0000 (23:00 +0200)]
libcgroup: added libcgroup to openembedded
Chris Larson [Thu, 17 Jun 2010 21:03:20 +0000 (14:03 -0700)]
Indentation fixups, caught by python -t
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 17 Jun 2010 21:03:40 +0000 (14:03 -0700)]
Drop old unused crufty MANIFEST variable
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Mike Westerhof [Thu, 17 Jun 2010 17:14:35 +0000 (12:14 -0500)]
SlugOS: package feed changes to drop x11, and unbuildable packages
This set of changes removes packages that pull in libx11, and
(temporarily) disables packages that won't build, mostly due to
gcc 4.4.4 issues. Only tested on LE for the moment.
Mike Westerhof [Thu, 17 Jun 2010 16:28:23 +0000 (11:28 -0500)]
SlugOS: slugos.inc - Fix bluez dependencies
No need to build all of bluez if we only depend on the libs.
Joshua Judson Rosen [Thu, 17 Jun 2010 11:28:47 +0000 (13:28 +0200)]
foxtrotgps: add recipe for FoxtrotGPS 0.99.4
* also add it to shr feeds
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Thu, 17 Jun 2010 08:16:56 +0000 (10:16 +0200)]
libcap2: use attr instead of libattr as dependency
* convert to new staging system, by removing do_stage
* bump PR
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Henning Heinold [Thu, 17 Jun 2010 08:24:01 +0000 (10:24 +0200)]
libattr: remove libattr because it is clashing with udev/attr and is not used by any other recipe
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Thu, 17 Jun 2010 10:02:13 +0000 (12:02 +0200)]
fakeroot(-native): convert to new style staging
Staging looks really weird, but it matches the way it was.
Koen Kooi [Thu, 17 Jun 2010 10:01:30 +0000 (12:01 +0200)]
angstrom: pin llh-native, just like SHR does
Koen Kooi [Thu, 17 Jun 2010 09:32:43 +0000 (11:32 +0200)]
dbus-native 1.2.1: convert to new style staging
Martin Jansa [Thu, 17 Jun 2010 09:17:54 +0000 (11:17 +0200)]
preferred-shr-versions: set preferred version also for linux-libc-headers-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 17 Jun 2010 08:50:34 +0000 (10:50 +0200)]
toolchain-internal: define PREFERRED_PROVIDER for linux-libc-headers
toolchain-external: define PREFERRED_PROVIDER for linux-libc-headers, but comment it. Someone actually using this needs to verify
Koen Kooi [Thu, 17 Jun 2010 08:17:18 +0000 (10:17 +0200)]
angstrom: pin eglibc version to the same as the glibc version
Koen Kooi [Thu, 17 Jun 2010 08:15:53 +0000 (10:15 +0200)]
fontconfig-native 2.6.0: convert to new style staging
Steffen Sledz [Fri, 11 Jun 2010 08:46:25 +0000 (10:46 +0200)]
busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc
* The former default behaviour was to exit with failure if lease is not
immediately obtained. This results in permanent network disconnect if DHCP
server is (accidentally) not available at boot time. :(
* Since bb 1.14 this is no longer hardcoded and can be configured.
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Henri Bragge <henri.bragge@dcombus.com>
Leon Woestenberg [Mon, 14 Jun 2010 20:12:34 +0000 (22:12 +0200)]
udev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.
The subdirectory Makefile includes a file, that overrides the
variables inherited from the parent Makefile. Those where provided
to the parent make through '-e'.
Make sure the subdir makes also use '-e'.
(An alternative fix is to sed the include file.)
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Koen Kooi [Wed, 16 Jun 2010 20:31:15 +0000 (22:31 +0200)]
gnu-config git: remove duplicate, wrong checksums
Khem Raj [Wed, 16 Jun 2010 19:41:13 +0000 (12:41 -0700)]
gnu-config_git.bb: Add checksums
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Mike Westerhof [Wed, 16 Jun 2010 18:31:14 +0000 (13:31 -0500)]
SlugOS: Initial commit for SlugOS 5.5 - update toolchain, use eglibc
Switch to gcc 4.4.4, update toolchains to match, switch to eglibc
Also add some PREFERRED_PROVIDERS.
Tom Rini [Wed, 16 Jun 2010 18:18:22 +0000 (11:18 -0700)]
local.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Jun 2010 18:16:23 +0000 (11:16 -0700)]
linux-libc-headers-native: Add, make it a dependency for most native recipes
On some host distributions the provided linux kernel headers are too old to
compile utilities we need. Given that we need these utilities to run things on
the target the best solution is to provide linux-libc-headers-native. Rather
than get things into an inconsistent state, we make linux-libc-headers-native
be a default dependency.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Robert Schuster [Wed, 16 Jun 2010 17:33:55 +0000 (19:33 +0200)]
llvm-native 2.5: Removed unneeded recipe (superseeded by llvm2.5-native).
llvm-gcc4 svn: Removed unused recipe.
llvm-gcc4-cross svn: Removed unused recipe.
Robert Schuster [Wed, 16 Jun 2010 16:54:14 +0000 (18:54 +0200)]
jamvm *: Install libjvm.so into separate folder in ${libdir}.
Robert Schuster [Wed, 16 Jun 2010 16:53:02 +0000 (18:53 +0200)]
cacao *: Install libjvm.so into separate folder in ${libdir}.
Marcin Juszkiewicz [Wed, 16 Jun 2010 16:27:29 +0000 (18:27 +0200)]
MAINTAINERS: removed my machines/distros
Stefan Schmidt [Wed, 16 Jun 2010 16:19:43 +0000 (18:19 +0200)]
MAINTAINERS: Mention bug20 in my machines
Stefan Schmidt [Wed, 16 Jun 2010 16:17:20 +0000 (18:17 +0200)]
u-boot_git: Cleanup and refresh bug20 patch.
Thanks to Jens Seidel for spotting.
Koen Kooi [Wed, 16 Jun 2010 13:29:02 +0000 (15:29 +0200)]
gnu-config git: don't use git since git-native needs gnu-config-native. Switch to angstrom sourcemirror for http fetching
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:42:53 +0000 (16:42 +0400)]
task-sdk-base: drop ipkg-dev from list of packages
As per discussion on oe-devel, drop ipkg-dev from list of task-sdk-base deps.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:39:44 +0000 (16:39 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:38:51 +0000 (16:38 +0400)]
Revert "task-sdk-base: replace ipkg-dev with virtual/opkg-dev"
This reverts commit
eeffe0a6eee97604679cf9a3cf40ed4604ae6493.
Per request from Koen Kooi, as this breaks task-sdk-native, etc.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:37:50 +0000 (16:37 +0400)]
Revert "opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-dev"
This reverts commit
aa45596db92a18851de6f2f241e578047f488307.
Per request from Koen Kooi.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
Martin Jansa [Wed, 16 Jun 2010 10:09:18 +0000 (12:09 +0200)]
navit: add STAGING_DIR_NATIVE prefix to moc_location returned by pkg-config
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Graeme Gregory [Fri, 5 Mar 2010 23:03:41 +0000 (23:03 +0000)]
linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles
modern avr32 kernels really need that -mno-pic
Graeme Gregory [Mon, 1 Mar 2010 22:34:57 +0000 (22:34 +0000)]
binutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32
Martin Jansa [Wed, 16 Jun 2010 08:28:23 +0000 (10:28 +0200)]
json-c: move and rename to libjson as older version was
* also convert old version to new staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Robert Schuster [Wed, 16 Jun 2010 08:15:58 +0000 (10:15 +0200)]
llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build
Rui Miguel Silva Seabra [Wed, 16 Jun 2010 07:56:53 +0000 (09:56 +0200)]
json-c: add recipe for json C library
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 22:35:19 +0000 (02:35 +0400)]
task-sdk-base: replace ipkg-dev with virtual/opkg-dev
ipkg is long EOL. However task-sdk-base still tries to pull it in via
ipkg-dev dependency. Then it clashes with opkg pulled in via
DISTRO_FEED_CONFIGS and so building of meta-toolchain-gpe,-opie, etc.
fails. This fix allows me to build those sdks w/o any problems.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 22:33:57 +0000 (02:33 +0400)]
opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-dev
This will be used in task-sdk-base (instead of ipkg-dev). Also bump all
PRs to force rebuild.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 21:25:59 +0000 (01:25 +0400)]
gdb-cross-sdk: drop more files conflicting with binutils-cross-sdk
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 21:18:46 +0000 (01:18 +0400)]
lowpan-tools: add 0.2.1 release
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Khem Raj [Tue, 15 Jun 2010 22:06:27 +0000 (15:06 -0700)]
uclibc_git: Bump SRCREV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 15 Jun 2010 20:52:40 +0000 (13:52 -0700)]
gnu-config: Add recipe for git version.
* Rename gnu-config to files folder.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Tue, 15 Jun 2010 20:49:01 +0000 (22:49 +0200)]
evas: disable neon for the time being, see thread.gmane.org/gmane.comp.window-managers.enlightenment.devel/25194
Cliff Brake [Tue, 15 Jun 2010 20:23:28 +0000 (16:23 -0400)]
gitver.bbclass: fix issue with detached heads
Tom Rini [Tue, 15 Jun 2010 19:13:22 +0000 (12:13 -0700)]
oprofile: busybox shell needs we need a bit more quoting in opcontrol
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Khem Raj [Tue, 15 Jun 2010 17:16:32 +0000 (10:16 -0700)]
patchelf: New recipe
* Its used to modify rpaths in ELF files. Replacement for chrpath.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 15 Jun 2010 15:37:55 +0000 (08:37 -0700)]
ltrace_0.5.3.bb: Add binutils to DEPENDS
* ltrace needs libiberty which is staged by
binutils. Earlier it was staged via gcc-cross
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 15:20:50 +0000 (19:20 +0400)]
xorg-app-common: include app-defaults into built packages
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 14:28:17 +0000 (18:28 +0400)]
gdb-cross-sdk: drop bfd&opcodes messages from the archive
As a way to restore meta-toolchain generation, drop bfd.mo and
opcodes.mo from gdb-cross-sdk archives, as these files clash with ones
from binutils-cross-sdk.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 14:26:59 +0000 (18:26 +0400)]
gdb-cross-sdk: unify recipes, move common code to gdb-corss-sdk.inc
Unify gdb-cross-sdk recipes. INC_PR is choosen to be r3, as to be not
less than 6.6 PR = r3.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 12:53:45 +0000 (16:53 +0400)]
angstrom feed sorter: always call ipkg-make-index from ${ipkg_tools_path}
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 12:51:37 +0000 (16:51 +0400)]
angstrom feed sorter: add 486sx arch and drop armv7 from the arches list
Add 486sx (vortex86sx machine) and drop armv7 (no such thing exists
anymore).
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 12:49:12 +0000 (16:49 +0400)]
icecc: also set environment in do_install
Libtool in some packages (e.g. curl) tries to relink libraries during
installation stage. If the Icecc environment isn't set in the do_install
such relinking fails. Fix this by adding do_install_prepend to
icecc.bbclass with set_icecc_env() call.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 12:48:51 +0000 (16:48 +0400)]
gdb: fix building of sim/ppc
One shouldn't depend on $(LIBS) value, as it contains -lz-like things, not only filenames.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 09:26:12 +0000 (13:26 +0400)]
angstrom feed sorter: tqm8540 is ppce500, not ppc500
There is no such thing, as ppc500 (it's e500). Moreover no such thing
exists as ppc500, so drop it completely.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Khem Raj [Tue, 15 Jun 2010 14:19:54 +0000 (07:19 -0700)]
iproute2_2.6.34: Make configure to honor cross environment.
* The configure is hand made and it calls gcc directly to poke for
stuff which is not correct when build in cross enviroment so
change gcc calls to $CC and pass the sysroot as a parameter to
search libraries in correct sysroot and not in /usr/lib or /lib
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 15 Jun 2010 14:15:06 +0000 (07:15 -0700)]
binutils-2.20.1: Update libtool files so cross native builds are correct.
* Currently libtool adds -L/usr/lib to the link command which directs
linker to pull from /usr/lib. Many distro's dont have stuff which is
conflicting in /usr/lib with the target libraries but some do. Like
archlinux has libgcc_s.so.1 in /usr/lib due to the above -L it gets
picked over the target libgcc and the link command fails. -L/usr/lib
is generated by libtool when it sees -rpath /usr/lib which may be not
the right think when doing cross native builds.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Tue, 15 Jun 2010 08:41:02 +0000 (10:41 +0200)]
opencv: add bzip2 dep
Khem Raj [Tue, 15 Jun 2010 04:10:53 +0000 (21:10 -0700)]
gcc-4.5: Bump SRCREV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Mon, 14 Jun 2010 22:33:31 +0000 (15:33 -0700)]
libsdl-x11-1.2.14: Update libtool macros and remove legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Mon, 14 Jun 2010 22:28:25 +0000 (15:28 -0700)]
tiff_3.9.2.bb: Use default do_configure from autotools.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Yuri Bushmelev [Fri, 11 Jun 2010 22:01:01 +0000 (02:01 +0400)]
neon_0.25.5: Disable GSSAPI to remove kerberos dependency.
Martin Jansa [Mon, 14 Jun 2010 12:48:56 +0000 (14:48 +0200)]
xorg-data: convert to new staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 9 Jun 2010 22:40:59 +0000 (00:40 +0200)]
navit: move packaging from svn version to .inc file, add qt-painter package, enable qt
* for qml you need qt-4.7.0-beta1 or newer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 09:37:55 +0000 (11:37 +0200)]
navit: remove old versions to simplify .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 09:38:59 +0000 (11:38 +0200)]
navit-icons: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 10:49:05 +0000 (12:49 +0200)]
elementary: try to fix upgrade path from older -themes and -configs subpackage
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 14 Jun 2010 09:54:10 +0000 (11:54 +0200)]
omapfbplay: update to latest git
Martin Jansa [Mon, 14 Jun 2010 08:52:43 +0000 (10:52 +0200)]
mkfontdir: always include non-native recipe and use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:50:28 +0000 (10:50 +0200)]
xterm: use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:50:14 +0000 (10:50 +0200)]
mkbold-mkitalic-native: use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:50:01 +0000 (10:50 +0200)]
mkfontscale: always include non-native recipe and use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:49:55 +0000 (10:49 +0200)]
xkbcomp-native: use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:37:35 +0000 (10:37 +0200)]
xorg-app: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:36:08 +0000 (10:36 +0200)]
xorg-data: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:18:59 +0000 (10:18 +0200)]
xorg-driver: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Jun 2010 08:13:18 +0000 (10:13 +0200)]
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
add PR = r1 to recipes not including any .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 14 Jun 2010 09:09:10 +0000 (11:09 +0200)]
omapfbplay: bump PR
Koen Kooi [Mon, 14 Jun 2010 07:23:08 +0000 (09:23 +0200)]
opencv, -samples: bump SRCREV
Koen Kooi [Mon, 14 Jun 2010 07:21:18 +0000 (09:21 +0200)]
mythtv 0.23: make it atually fetch for the 0.23 branch instead of the 0.22 branch
Koen Kooi [Mon, 14 Jun 2010 07:20:42 +0000 (09:20 +0200)]
angstrom: pin mythtv to 0.22
Koen Kooi [Mon, 14 Jun 2010 07:08:37 +0000 (09:08 +0200)]
mythtv: add back 0.22+fixes which is still in active use
* 0.23 is incompatible with 0.22 (as usual with mythtv)
Martin Jansa [Mon, 14 Jun 2010 06:08:11 +0000 (08:08 +0200)]
recipes: PR bump after EFL SRCREV change resulting to different .so names.
* mostly libelementary-ver-svn-06 -> libelementary-ver-pre-svn-06
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Sun, 13 Jun 2010 20:47:06 +0000 (22:47 +0200)]
MAINTAINERS: updated my entry
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 13 Jun 2010 20:41:48 +0000 (22:41 +0200)]
mythtv/myththemes/mythplugins: moved from 0.22+fixes to 0.23+fixes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 13 Jun 2010 20:01:38 +0000 (22:01 +0200)]
lirc: moved 0.8.5 to 0.8.6+cvs20100613
lirc versions before mar 20, 2010 do not compile with kernels >= 2.6.33
As there is no regular release after that date, I've moved lirc to the current cvs head
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Denis 'GNUtoo' Carikli [Sun, 13 Jun 2010 14:13:32 +0000 (16:13 +0200)]
linux-leviathan: fix the "empty.gz already exists" message
if we don't check if empty and empty.gz already exist,
The fist time empty.gz is copied to the deploy dir,
then the second build we have:
gzip: empty.gz already exists; not overwritten
And it fails.
so we need to touch and gzip only if empty.gz not already present.
Koen Kooi [Sat, 12 Jun 2010 08:01:19 +0000 (10:01 +0200)]
EFL: bump SRCREV
Otavio Salvador [Sun, 13 Jun 2010 02:20:55 +0000 (23:20 -0300)]
freerdp: add
Henning Heinold [Sat, 12 Jun 2010 21:24:55 +0000 (23:24 +0200)]
tgt: unbork then recipe, next please look better into it
Frans Meulenbroeks [Sat, 12 Jun 2010 20:21:07 +0000 (22:21 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Conflicts:
recipes/tgt/tgt_1.0.5.bb
Frans Meulenbroeks [Sat, 12 Jun 2010 19:59:52 +0000 (21:59 +0200)]
libvpx: added --disable-install-docs to configure
build failed for me on a fresh build in do_install because this path
${S}/vpx-vp8-nopost-nodocs*${PV}/* did not exist.
adding --disable-install-docs caused the path name to become correct.
open issue: lots of files are reported as being installed but not in any package
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 12 Jun 2010 19:20:51 +0000 (21:20 +0200)]
tgt: updated to 1.0.5
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>