Fahad Usman [Wed, 15 Sep 2010 04:13:17 +0000 (04:13 +0000)]
nkf_2.07.bb: fixed build error (QA Issue with nkf: No GNU_HASH in the elf binary)
* added TARGET_CC_ARCH += "${LDFLAGS}"
* added PR = "r1"
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Vasily Khoruzhick [Mon, 13 Sep 2010 10:57:30 +0000 (10:57 +0000)]
gettext-0.18: use included libcroco instead of one provided by build system
gettext-native uses system libcroco if it's available, and breaks
compilation in this case.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
AJ ONeal [Wed, 15 Sep 2010 07:05:32 +0000 (07:05 +0000)]
nodejs: replaced v0.2.0 with v0.2.1
* now includes node-waf and node-repl
* updated pathname in libev-cross-cc and libev-cross-cc
* removed patch which is no longer necessary (applied upstream)
Signed-off-by: AJ ONeal <coolaj86@gmail.com>
Khem Raj [Wed, 15 Sep 2010 14:15:06 +0000 (07:15 -0700)]
linux-efikamx_git+2.6.31.14.bb: Set default preference to -1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Wed, 15 Sep 2010 00:24:05 +0000 (17:24 -0700)]
angstrom-eglibc.inc: Update SPE check
Use BASE_PACKAGE_ARCH to determine if we should be SPE, or not
which is what sane-toolchain.inc does. This saves us having to
update this file every time a new e500 machine is added.
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 15 Sep 2010 00:22:34 +0000 (17:22 -0700)]
mpc8544ds: Add this machine
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 14 Sep 2010 23:36:23 +0000 (16:36 -0700)]
p2020ds: Pull in tune-ppce500v2.conf
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 13 Sep 2010 16:59:23 +0000 (09:59 -0700)]
apr, apr-util: Remove 1.2.* versions
These don't patch and aren't pinned by anyone.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Khem Raj [Tue, 14 Sep 2010 22:41:48 +0000 (15:41 -0700)]
startup-notification_0.9.bb: Remove evas from DEPENDS
* This Reverts
697af28264704d9711d716504b809f0edaffbdb2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 9 Sep 2010 05:27:34 +0000 (22:27 -0700)]
libgles-omap3_3.01.00.07.bb: Add recipe
* Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Mon, 13 Sep 2010 19:52:36 +0000 (19:52 +0000)]
eglibc: Do not specify ports multiple time to --enable-addons
* While building for mips64 I noticed a problem where eglibc
configure did not get the mips sub arch correct during configure
the reason was we had ports twice in configure commandline which
ran a ports configure twice and appended machines multiple times
to paths which then were wrong and it failed to select correct
ABI to compile eglibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Tue, 14 Sep 2010 20:59:28 +0000 (22:59 +0200)]
fftw: added --enable-threads to the 3.2.2 recipes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Graham Gower [Mon, 13 Sep 2010 18:15:45 +0000 (18:15 +0000)]
foonas-init: remove broken and unused recipe.
This recipe has references to non existant files in its SRC_URI, I could not
find them in the git logs either.
A grep -r foonas-init shows no in tree users.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Verified with Tim Ellis and Oyvind Repvik that this can be deleted
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Tue, 14 Sep 2010 20:21:31 +0000 (13:21 -0700)]
dspgw-utils_3.3.1.bb,soundtracker-gtk2_0.6.7.bb: Add missing checksums
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Tue, 14 Sep 2010 09:39:33 +0000 (09:39 +0000)]
python-native: configure unicode to ucs4
* while trying to run gdb from an SDK created by OE, I got the following
errors: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb: undefined symbol:
PyUnicodeUCS2_FromEncodedObject
* the reason is that the workstation (ubuntu 10.04 or 9.01)'s Python is compiled using ucs4
and the python-native used to create arm-angstrom-linux-gnueabi-gdb is using ucs2, the
problem is detailed here :
http://docs.python.org/faq/extending#when-importing-module-x-why-do-i-get-undefined-symbol-pyunicodeucs2
* configuring python-native with ucs=4 solves this problem.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Tue, 14 Sep 2010 06:53:46 +0000 (06:53 +0000)]
task-qte-toolchain-target: add libqt-embeddedmultimedia4-dev
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric BENARD [Mon, 13 Sep 2010 09:33:36 +0000 (09:33 +0000)]
busybox/mdev.conf: add net/tun
having tun in /dev/net/tun allows openvpn to run without any hack
on the target
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Leon Woestenberg [Tue, 14 Sep 2010 19:23:27 +0000 (21:23 +0200)]
preferred-xorg-versions-X11R7.5-latest.inc: Move to pixman 0.18.4
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Frans Meulenbroeks <frans.meulenbroeks@gmail.com>
Simon Busch [Tue, 14 Sep 2010 14:54:38 +0000 (16:54 +0200)]
linux-palmpre: enable uinput support in defconfig
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Mon, 13 Sep 2010 18:50:03 +0000 (20:50 +0200)]
netbase: add interface file for palmpre machine and bump PR
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 8 Sep 2010 20:16:42 +0000 (22:16 +0200)]
tslib_git.bb: bump SRCREV
Newer version of tslib contains better support for the cy8mrln touchscreen used on the
palmpre machine.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Klaus Kurzmann [Tue, 14 Sep 2010 15:55:23 +0000 (17:55 +0200)]
xserver-common: patch to add a section for nokia900 to xserver-common
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Tue, 14 Sep 2010 15:54:06 +0000 (17:54 +0200)]
watchdog_5.6.bb: add config for the nokia900 machine
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Tue, 14 Sep 2010 14:29:41 +0000 (16:29 +0200)]
angstrom 2008: switch to cairo 1.10
Koen Kooi [Tue, 14 Sep 2010 13:38:16 +0000 (15:38 +0200)]
libdecodeqr: add 0.9.4+git
Roger Monk [Mon, 13 Sep 2010 08:26:28 +0000 (09:26 +0100)]
ti-codec-engine: Add initial recipe for latest ce 2.26.00.08
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 9 Sep 2010 23:37:07 +0000 (18:37 -0500)]
ti-codec-engine_2.26.00.08: add new codec engine version.
ti-codec-engine_2.26.00.08: add new codec engine version.
* Add CE 2.26 GA release version.
* .make target is no longer supported on 2.26 hence commenting out from .inc.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Khem Raj [Fri, 10 Sep 2010 17:40:07 +0000 (10:40 -0700)]
cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 10 Sep 2010 00:20:46 +0000 (17:20 -0700)]
cpuburn-neon.bb: Only build for arm hosts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 9 Sep 2010 19:20:08 +0000 (12:20 -0700)]
freesmartphone/msmcomm.inc: Bump SRCREV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Roman I Khimov [Mon, 13 Sep 2010 14:39:40 +0000 (18:39 +0400)]
openssl 1.0.0a: fix CVE-2010-2939
0.9.8 is also affected, please try the same patch if using that.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 13 Sep 2010 14:08:46 +0000 (18:08 +0400)]
quagga: update 0.99.16 to 0.99.17
* fixes two DoS attacks in BGP implementation
* fixes other bugs
* considered as sage upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 13 Sep 2010 13:56:59 +0000 (17:56 +0400)]
squid: update 3.1.7 to 3.1.8
* fixes SQUID-2010:3 DoS (http://www.squid-cache.org/Advisories/SQUID-2010_3.txt)
* hardenes DNS client
* fixes other bugs
* considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Mon, 13 Sep 2010 18:36:22 +0000 (20:36 +0200)]
angstrom-next: switch to perl 5.10.1
Simon Busch [Mon, 13 Sep 2010 18:14:08 +0000 (20:14 +0200)]
fsogsmd: fix dependency chain for palmpre machine
Through the last commit for fsogsmd the dependency chain for fsogsmd was broken.
libgsm0710mux was never compiled as dependency as it was overwritten by the other
dependencies necessary for the palmpre machine.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Andrea Adami [Mon, 13 Sep 2010 17:27:27 +0000 (19:27 +0200)]
klibc: fix packaging mismatch
* introduced by mistake extending list of packaged files
* (copy and paste is for the lazy...)
* bump PR
Koen Kooi [Mon, 13 Sep 2010 17:30:14 +0000 (19:30 +0200)]
Revert "gcc: trade QA errors for broken runtime dependencies"
This isn't needed anymore now the proper fix is in
This reverts commit
241b8865f20b9e3c3beb334535e6cd8452cbf47d.
Tom Rini [Fri, 10 Sep 2010 19:20:25 +0000 (12:20 -0700)]
time: Make /usr/bin/time use update-alternatives
This is a little funny as we don't want u-a on the -native.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 10 Sep 2010 18:28:32 +0000 (11:28 -0700)]
inetutils: Add traceroute and ifconfig to u-a, ifconfig moves to /sbin
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:47:27 +0000 (12:47 -0700)]
xfsprogs: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:47:15 +0000 (12:47 -0700)]
xfsdump: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:46:56 +0000 (12:46 -0700)]
sg3-utils: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:46:41 +0000 (12:46 -0700)]
jpeg 6b: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:45:41 +0000 (12:45 -0700)]
apmd: Switch to getting libtool from PATH
While doing this, also ensure CC/CFLAGS/LDFLAGS are also obeyed.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:48 +0000 (12:44 -0700)]
apr-util: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:17 +0000 (12:44 -0700)]
apr 1.2.12: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:01 +0000 (12:44 -0700)]
apr 1.3.5: Rework and re-apply the cleanup patch, so this builds.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 16:06:56 +0000 (09:06 -0700)]
packaged-staging: Fix libtool-cross staging
libtool-cross must not inherit cross, so wasn't getting the right
mangling and saving done. In addition, we want a slightly broader grep
to be used in these cases.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 16:04:58 +0000 (09:04 -0700)]
libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 8 Sep 2010 18:32:10 +0000 (11:32 -0700)]
packaged-staging: When taking ipks use PKGV not PV
This fixes a problem where ncurses 5.7 (and readline) wasn't having
ipks stored. package_ipk.bbclass uses PKGV not PV which means
packaged-staging should too.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 8 Sep 2010 16:25:21 +0000 (09:25 -0700)]
ffmpeg: Pass along all of CCLDs flags, fix !Altivec PowerPC
What's passed for --enable-ldflags is for ffmpeg using cc-as-ld but
not just using CCLD, so pass in TOOLCHAIN_OPTIONS. For PowerPC,
only pass --enable-altivec on ppce600 (only case of it we support)
otherwise disable as ffmpeg defaults to enabled.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Klaus Kurzmann [Mon, 13 Sep 2010 15:26:30 +0000 (17:26 +0200)]
libfreesmartphone-glib: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Mon, 13 Sep 2010 15:02:35 +0000 (17:02 +0200)]
angstrom-next: switch to a newer busybox and cairo
Koen Kooi [Mon, 13 Sep 2010 12:36:04 +0000 (14:36 +0200)]
cairo: add 1.10.0, latest stable release
Sebastian Krzyszkowiak [Mon, 13 Sep 2010 12:35:52 +0000 (12:35 +0000)]
shr-splash-theme-logo: support palmpre and htcdream machines
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Mon, 13 Sep 2010 12:33:30 +0000 (12:33 +0000)]
cornucopia: bump to get fsogsmd fix
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Eric Bénard [Mon, 13 Sep 2010 10:29:43 +0000 (12:29 +0200)]
util-linux-ng: increase PR
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:28:36 +0000 (12:28 +0200)]
util-linux-ng: fix broken symlinks
* # opkg files util-linux-ng | grep 'halt\|boot' | xargs file
/usr/sbin/fastboot: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/halt: broken symbolic link to `shutdown'
/usr/sbin/halt.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/fasthalt: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/reboot: broken symbolic link to `shutdown'
/usr/sbin/reboot.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'
* this patch close bug 5475
http://bugs.openembedded.org/show_bug.cgi?id=5475
From: Korey Lu <koreylu@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:22:06 +0000 (12:22 +0200)]
util-linux-ng: add missing `update-alternatives --remove' in pkg_prerm
* util-linux-ng installs alternative of hexdump, setsid and chrt in postinst, but
doesn't remove them in prerm leading to broken simlinks
* this patch closes bug 5476
http://bugs.openembedded.org/show_bug.cgi?id=5476
From: Korey Lu <koreylu@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:18:56 +0000 (12:18 +0200)]
util-linux-ng: fix reset update-alternative vs busybox
* we actually get the following log :
update-alternatives: Error: cannot register alternative reset
to /bin/reset since it is already registered to /usr/bin/reset
* the fix is to have util-linux-ng install reset in /usr/bin
Signed-off-by: Eric Bénard <eric@eukrea.com>
Koen Kooi [Mon, 13 Sep 2010 07:03:26 +0000 (09:03 +0200)]
gcc-package-cross.inc: install shlibs lists into target dir instead of host dir
This fixes the "libstdc++ isn't installed into my rootfs anymore" type of problems after a full rebuild of all packages
This bumps PR of gcc to force a rebuild, but that is *NOT* enough to fix the packages built before this fix, those still need rebuilding
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Dallas Foley <dfoley@telus.net>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 11 Sep 2010 07:47:19 +0000 (09:47 +0200)]
angstrom feed sorter: add mini6410
Brijesh Singh [Thu, 9 Sep 2010 23:38:41 +0000 (18:38 -0500)]
ti-framework-components_2.25.03.07: add new framework components recipe
ti-framework-components_2.25.03.07: add new framework components recipe
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 20:16:57 +0000 (21:16 +0100)]
ti-cgt6x: Prepare for ELF/C6000 EABI - Add cgt v7 versions (7.0.1/2/3)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 20:16:02 +0000 (21:16 +0100)]
ti-cgt6x: Add latest c6000 code generation tools versions (6.1.15/16/17)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 9 Sep 2010 23:39:44 +0000 (18:39 -0500)]
ti-xdais_6.26.00.02: add new xdais version.
ti-xdais_6.26.00.02: add new xdais version.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Brijesh Singh [Thu, 9 Sep 2010 23:39:21 +0000 (18:39 -0500)]
ti-linuxutils_2.25.05.11: add new linux utils recipe
ti-linuxutils_2.25.05.11: add new linux utils recipe
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Roger Monk [Sun, 12 Sep 2010 12:14:12 +0000 (13:14 +0100)]
ti-xdctools: Add Latest Versions 3.20.02/03
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 12:13:02 +0000 (13:13 +0100)]
ti-dspbios: Add Latest versions 5.41.06/07
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 10:47:37 +0000 (11:47 +0100)]
ti-codec-engine: Add space at end of SRC_URI to enable SRC_URI_append
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Wed, 1 Sep 2010 13:27:51 +0000 (15:27 +0200)]
ti recipes: remove -sourcetree support
Andrea Adami [Sun, 12 Sep 2010 23:08:27 +0000 (01:08 +0200)]
klibc: bump to 1.5.20
* still some doubt about klcc-cross packaging, triggering
* NOTE: the following files were installed but not shipped in any package:
* staging-klcc-cross seems sane, though.
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 15:12:28 +0000 (17:12 +0200)]
mplayer_git: fix omapfb patchset and bump PR
omapfb.patch was rebased and added as mplayer-git_omapfb.patch
vo_omapfb.c had to be patched due to API change,
hence the omapfb_control_arguments.patch
Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only
in do_configure_prepend which comes after do_patch
The first attempt :
file://omapfb_control_arguments.patch;patchdir=${WORKDIR}
resulted in a strange behaviour such as:
NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
${PN}-${EXTENDPE}${PV}-${PR}
NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
so I used patchdir=.. as advised:
<kergoth> you could try using patchdir=..
Thanks a lot for all the help.
Leon Woestenberg [Sun, 12 Sep 2010 20:17:10 +0000 (22:17 +0200)]
efikamx: Fixed spelling error Genisi to Genesi.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Leon Woestenberg [Sun, 12 Sep 2010 20:16:14 +0000 (22:16 +0200)]
linux-efikamx: Added git version for 2.6.31.14.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Holger Hans Peter Freyther [Sun, 12 Sep 2010 17:27:11 +0000 (01:27 +0800)]
glibc_2.9: Apply patch to fix manual/Makefile for newer GNU make
This patch is coming from upstream glibc and fixes an error on
make install in line 235 about mixing patterns.
Rui Miguel Silva Seabra [Sat, 11 Sep 2010 15:00:51 +0000 (15:00 +0000)]
Elmdentica abandoned json-c in favor of cjson
Hi,
cJSON is not a properly setup library, but drop in files (this should be
fixed in the future), however it seems to be working a lot better than
json-c.
I was running into a lot of weird problems and crashes derived from
json-c and so I tried cJSON as advised by disconfitor.
Indeed it's working, faster, and more reliably, so I now add two patches:
1) removes elmdentica svn dependency on libjson (already commit in e's
svn)
2) removes my naive patch to json-c (or libjson) as they're working on
a much better patch and I was the only one using it AFAICT
Please apply!
Rui
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 12 Sep 2010 11:07:09 +0000 (11:07 +0000)]
frameworkd-config-shr: bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 12 Sep 2010 11:06:39 +0000 (11:06 +0000)]
cornucopia: bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Fri, 10 Sep 2010 19:35:55 +0000 (19:35 +0000)]
shr-splash-theme-logo: bump and support nokia900
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Fri, 10 Sep 2010 19:35:54 +0000 (19:35 +0000)]
shr-splash-theme.inc: support splashes for different machines
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Tue, 7 Sep 2010 17:23:03 +0000 (17:23 +0000)]
nokia900: generate also tar.gz images for installation on SD card
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Tue, 7 Sep 2010 13:08:04 +0000 (13:08 +0000)]
task-shr-minimal: add gtk-immodule-xim for devices with hardware keyboard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 5 Sep 2010 18:18:00 +0000 (18:18 +0000)]
xserver-xorg-conf: add xorg.conf for nokia900
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sat, 4 Sep 2010 19:30:28 +0000 (19:30 +0000)]
task-shr-feed: add xterm
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sat, 4 Sep 2010 19:30:12 +0000 (19:30 +0000)]
task-shr-feed: add udev
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 14:12:36 +0000 (16:12 +0200)]
nokia900: do not require omap3.inc as we would have to override nearly everything
when we required omap3.inc we pulled that:
EXTRA_IMAGEDEPENDS += "u-boot x-load"
which we can't and won't use for the moment.
We also had to override nearly all variables.
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 10:13:24 +0000 (12:13 +0200)]
linux-2.6.28 : nokia900: update patchset and unbreak compilation with gcc 4.4
The gcc patch was indicated to me by felipec in #maemo on freenode
<felipec> GNUtoo|laptop: http://article.gmane.org/gmane.linux.ports.arm.omap/28461
The nokia patch was updated to kernel_2.6.28-
20101501+0m5.diff.gz
I was also told in #openmoko-cdevelon freenode by dos11
that PR had to be bumped only in the machine config:
<apt> dos11 meant: GNUtoo|laptop: only macine conf
Frans Meulenbroeks [Sun, 12 Sep 2010 11:30:08 +0000 (13:30 +0200)]
mythplugins_0.23: added mythweather dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:13:17 +0000 (13:13 +0200)]
libdatetime-timezone-perl_1.21.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:12:57 +0000 (13:12 +0200)]
libdatetime-perl_0.61.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:12:32 +0000 (13:12 +0200)]
libdatetime-locale-perl_0.45.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:10:56 +0000 (13:10 +0200)]
libdatetime-format-builder-perl_0.80.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:09:37 +0000 (13:09 +0200)]
libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:09:05 +0000 (13:09 +0200)]
libmime-tools-perl_5.427.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:08:33 +0000 (13:08 +0200)]
libsoap-lite-perl_0.712.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:05:11 +0000 (13:05 +0200)]
libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:48:03 +0000 (10:48 +0200)]
libterm-progressbar-perl_2.09.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:46:55 +0000 (10:46 +0200)]
libxml-sax-perl_0.96.bb: fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:45:10 +0000 (10:45 +0200)]
libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>