Michael Smith [Fri, 24 Sep 2010 16:50:00 +0000 (12:50 -0400)]
package.bbclass: copy dotfiles in root D to PKGD
Use shutil.copytree() to copy D ("image") to PKGD ("package"). The
previous system("cp %s/* ...") missed dotfiles/dirs at the top-level.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Koen Kooi [Tue, 12 Oct 2010 19:35:45 +0000 (21:35 +0200)]
x-load-sakoman: fix typo
Martin Jansa [Tue, 12 Oct 2010 18:57:22 +0000 (20:57 +0200)]
vala-terminal: bump SRCREV for new vala detection
Martin Jansa [Tue, 12 Oct 2010 18:08:52 +0000 (20:08 +0200)]
task-shr-feed: add ffphonelog and inkspill
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Justus Winter [Thu, 7 Oct 2010 12:31:46 +0000 (12:31 +0000)]
inkspill: add recipe for nice little game written by Al Sweigart.
* I merely optimized the animations until it ran smoothly on my openmoko,
tweaked the user interface for the mokos screen and packaged it.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Łukasz Pankowski [Mon, 11 Oct 2010 07:16:06 +0000 (09:16 +0200)]
ffphonelog: new recipe from SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 11 Oct 2010 09:18:59 +0000 (11:18 +0200)]
dbus: add recipe for git version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 11 Oct 2010 09:18:10 +0000 (11:18 +0200)]
dbus: move initscript and patches shared by all dbus versions to shared dbus directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 11 Oct 2010 08:56:26 +0000 (10:56 +0200)]
mokosuite2: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 11 Oct 2010 08:56:02 +0000 (10:56 +0200)]
mokojeweled: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Tue, 12 Oct 2010 15:46:10 +0000 (17:46 +0200)]
linux.inc: add knob to turn off cortex a8 fixups
linux-sakoman 2.6.35: use above knob
Koen Kooi [Tue, 12 Oct 2010 15:02:48 +0000 (17:02 +0200)]
u-boot-sakoman: remove autorev
Koen Kooi [Tue, 12 Oct 2010 15:00:34 +0000 (17:00 +0200)]
x-load-sakoman: remove autorev
Koen Kooi [Tue, 12 Oct 2010 14:58:53 +0000 (16:58 +0200)]
linux-sakoman: remove autorev and non OE machines
Koen Kooi [Tue, 12 Oct 2010 11:47:40 +0000 (13:47 +0200)]
linux-sakoman 2.6.35: fix build
Koen Kooi [Tue, 12 Oct 2010 11:04:43 +0000 (13:04 +0200)]
u-boot-sakoman: fix build
Koen Kooi [Tue, 12 Oct 2010 10:51:00 +0000 (12:51 +0200)]
omap4430-panda: work around image depends
Koen Kooi [Tue, 12 Oct 2010 10:38:50 +0000 (12:38 +0200)]
omap3.inc: set TARGET_ARCH to arm
Steve Sakoman [Wed, 8 Sep 2010 20:25:45 +0000 (13:25 -0700)]
machine conf: Add Panda
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Thu, 7 Oct 2010 17:09:03 +0000 (10:09 -0700)]
omap3-sgx-modules: Fix to build for recent linux-omap kernels
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Wed, 8 Sep 2010 20:33:17 +0000 (13:33 -0700)]
linux: Add recipe to build from sakoman.com linux repository
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Wed, 8 Sep 2010 20:29:19 +0000 (13:29 -0700)]
u-boot: Add recipe to build from sakoman.com u-boot repository
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steve Sakoman [Sun, 12 Sep 2010 04:19:56 +0000 (21:19 -0700)]
x-load: Add recipe to build from sakoman.com x-load repository
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Tue, 12 Oct 2010 08:15:34 +0000 (10:15 +0200)]
linux-omap: add 2.6.36rc7, only for beagleboard at the moment
Koen Kooi [Sun, 10 Oct 2010 16:47:22 +0000 (18:47 +0200)]
multi-kernel: adapt to kernel_do_compile_kernelmodules change in kernel.bbclass
Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Koen Kooi [Sat, 9 Oct 2010 10:47:53 +0000 (12:47 +0200)]
kernel bbclass: make 'kernel-modules' meta-package use RRECOMMENDS to please insane.bbclass
Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Koen Kooi [Sat, 9 Oct 2010 10:45:49 +0000 (12:45 +0200)]
kernel bbclass: split do_compile into do_compile and do_compile_modules
This allows recipes to insert a custom task in between building *Image and modules
Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Tom Rini [Tue, 12 Oct 2010 13:55:02 +0000 (06:55 -0700)]
freetype: Add 2.4.3
This fixes a number of security issues over previous versions including
CVE-2010-3054 and CVE-2010-3311
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 12 Oct 2010 13:52:33 +0000 (06:52 -0700)]
samba, samba-ads: Update to 3.5.6 for security fixes
There's a large number of issues fixed over 3.3.9 (and even more over
the older versions) here. Still D_P = -1 for the tdb thing but if
your distro was on 3.3.x 3.5.6 should be a safe upgrade.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 11 Oct 2010 16:43:09 +0000 (09:43 -0700)]
samba: Drop name=src from checksums
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Mueller [Mon, 11 Oct 2010 20:01:58 +0000 (22:01 +0200)]
gedit: add `gnome-doc-utils-native` to `DEPENDS`
Otherwise task `do_compile` fails with the following error. `xml2po` is provided by `gnome-doc-utils-native`.
| xsltproc -o gedit-C.omf --stringparam db2omf.basename gedit --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/gedit.omf.in" `/oe/build-minimal-eglibc/minimal-dev/sysroots/i686-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gedit.xml || { rm -f "gedit-C.omf"; exit 1; }
| if ! test -d ar/; then mkdir ar/; fi
| if ! test -d bg/; then mkdir bg/; fi
| if ! test -d ca/; then mkdir ca/; fi
| if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
| mo="ar/ar.mo"; \
| if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
| (cd ar/ && \
| `which xml2po` -m docbook -e -t "${mo}" \
| "${d}C/gedit.xml" > gedit.xml.tmp && \
| cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
| if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
| mo="ca/ca.mo"; \
| if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
| (cd ca/ && \
| `which xml2po` -m docbook -e -t "${mo}" \
| "${d}C/gedit.xml" > gedit.xml.tmp && \
| cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
| if [ -f "C/gedit.xml" ]; then d="../"; else d="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/"; fi; \
| mo="bg/bg.mo"; \
| if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help/${mo}"; fi; \
| (cd bg/ && \
| `which xml2po` -m docbook -e -t "${mo}" \
| "${d}C/gedit.xml" > gedit.xml.tmp && \
| cp gedit.xml.tmp gedit.xml && rm -f gedit.xml.tmp)
| /bin/sh: line 4: -m: command not found
| /bin/sh: line 4: -m: command not found
| make[2]: *** [ar/gedit.xml] Error 127
| make[2]: *** Waiting for unfinished jobs....
| make[2]: *** [ca/gedit.xml] Error 127
| /bin/sh: line 4: -m: command not found
| make[2]: *** [bg/gedit.xml] Error 127
| compilation error: file C/gedit.xml line 19 element article
| xsltParseStylesheetProcess : document is not a stylesheet
| make[2]: *** [gedit-C.omf] Error 1
| make[2]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0/help'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/gedit-2.30.0-r2/gedit-2.30.0'
| make: *** [all] Error 2
| FATAL: oe_runmake failed
| ERROR: Function do_compile failed
NOTE: package gedit-2.30.0-r2: task do_compile: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/gnome/gedit_2.30.0.bb do_compile failed
ERROR: Task 12 (/oe/openembedded/recipes/gnome/gedit_2.30.0.bb, do_compile) failed with 256
ERROR: '/oe/openembedded/recipes/gnome/gedit_2.30.0.bb' failed
ERROR: '/oe/openembedded/recipes/gnome/gedit_2.30.0.bb' failed
Build tested with `minimal-eglibc` for `MACHINE = "beagleboard"`.
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Andreas Mueller [Mon, 11 Oct 2010 20:01:58 +0000 (22:01 +0200)]
gedit: add `enchant` to `DEPENDS`
checking for ENCHANT... no
configure: error: Enchant library not found or too old. Use --disable-spell to build without spell plugin.
ERROR: Function do_configure failed
I build tested this with `minimal-eglibc` for `MACHINE = "beagleboard"` and it fixes task `do_configure`.
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Paul Menzel [Mon, 11 Oct 2010 22:55:26 +0000 (00:55 +0200)]
gedit: GPLv2+ is the correct the `LICENSE`.
`COPYING` [1] and the file headers, for example [2], say GPLv2+. Only `README` [3] just mentions GPLv2.
[1] http://git.gnome.org/browse/gedit/tree/COPYING?id=
dada4388aa0c33486a6d48ee1c8f2adac67abb01
[2] http://git.gnome.org/browse/gedit/tree/gedit/gedit-view-frame.c?id=
dada4388aa0c33486a6d48ee1c8f2adac67abb01
[3] http://git.gnome.org/browse/gedit/tree/README?id=
3fdf01ec9e0ac5f48d22e7e5d369c81fa357ea49
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Paul Menzel [Mon, 11 Oct 2010 22:51:26 +0000 (00:51 +0200)]
gedit: sort `DEPENDS` alphabetically
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Tue, 12 Oct 2010 01:26:58 +0000 (18:26 -0700)]
binutils-cross-sdk.inc: Do not install ${D}${infodir}/dir
* This file should be generates when the package is actually installed
not when we install it during build.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 12 Oct 2010 01:23:01 +0000 (18:23 -0700)]
libtool: Abstact more common things to libtool.inc
* inherit autotools is now in libtool.inc and so is EXTRA_AUTORECONF =
"--exclude=libtoolize"
* Include libtool.inc separately into -cross -native -sdk and -nativesdk
recipes for 2.4 this avoids the problem where libltdl etc are also
provided by -sdk and -nativesdk recipes which is incorrect
* Delete ${D}${infodir}/dir this should be regenerated at install time
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Mon, 11 Oct 2010 21:54:45 +0000 (23:54 +0200)]
libqpe-opie: remove superfluous do_stage (). Bump PR.
Khem Raj [Mon, 11 Oct 2010 21:20:36 +0000 (14:20 -0700)]
curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned
* Using BBCLASSEXTEND for native nativesdk and sdk needs
adjusting the DEPENDS and EXTRA_OECONF
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Mon, 11 Oct 2010 20:58:36 +0000 (22:58 +0200)]
opie-taskbar: move to new style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 22:20:34 +0000 (00:20 +0200)]
opie-libqresync: convert to new style staging.
Andrea Adami [Sun, 10 Oct 2010 22:15:44 +0000 (00:15 +0200)]
opie-pickboard: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 22:05:00 +0000 (00:05 +0200)]
opie-networksettings: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 21:59:38 +0000 (23:59 +0200)]
libopietooth: convert to new-style staging. Bump PR.
Andrea Adami [Mon, 11 Oct 2010 20:51:49 +0000 (22:51 +0200)]
libxsettings-client: convert to new-style staging
* remove unused/unpinned versions
* bump PR
Andrea Adami [Sun, 10 Oct 2010 21:32:42 +0000 (23:32 +0200)]
libxsettings: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 21:16:11 +0000 (23:16 +0200)]
libgpepimc: convert to new-style staging
* remove unused versions
* re-stylize
* bump PR
Andrea Adami [Sun, 10 Oct 2010 22:23:09 +0000 (00:23 +0200)]
libqtaux: remove superfluous do_stage()
Andrea Adami [Sun, 10 Oct 2010 21:18:26 +0000 (23:18 +0200)]
preferred-gpe-versions: remove unused/unpinned versions
* only two distros are currently using this files:
* sharprom-compatible.conf -> preferred-gpe-versions.inc
* amsdelta-oe.conf -> preferred-gpe-versions-2.8.inc
* both could probably live with latest versions...who knows...
Frans Meulenbroeks [Mon, 11 Oct 2010 21:01:59 +0000 (23:01 +0200)]
Revert "openjade : moved unused files to obsolete dir"
This reverts commit
14d5920cc37dac7c118cb019a90fde9c56f4b99d.
apparently this patch was accidently not included in the recipe
it has been added since, so reverting this commit
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Mon, 11 Oct 2010 20:57:39 +0000 (13:57 -0700)]
openjade_1.3.2.bb: Add missing patch to native build.
* While merging native recipe one patch got lost which
should have been applied to native build only. Otherwise
a clean rebuild wont work.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:37:44 +0000 (22:37 +0200)]
libxine : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:36:08 +0000 (22:36 +0200)]
openjade : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:18:34 +0000 (22:18 +0200)]
gypsy : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:18:24 +0000 (22:18 +0200)]
gputty : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:18:14 +0000 (22:18 +0200)]
gnuradio : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:17:33 +0000 (22:17 +0200)]
gmp : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:16:53 +0000 (22:16 +0200)]
glib-2.0 : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:14:26 +0000 (22:14 +0200)]
gkdial : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:14:17 +0000 (22:14 +0200)]
git : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:13:36 +0000 (22:13 +0200)]
gdb : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 11 Oct 2010 20:06:59 +0000 (22:06 +0200)]
gcc : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Chris Larson [Mon, 11 Oct 2010 16:41:18 +0000 (12:41 -0400)]
u-boot: ensure deploy runs before package_stage
Without this, whether the u-boot binaries make it into the staging package can
vary, causing failures when building u-boot from pstage.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 11 Oct 2010 16:39:12 +0000 (12:39 -0400)]
gnome-bluetooth-2.30.0: add missing x11, xi deps
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 11 Oct 2010 16:35:05 +0000 (12:35 -0400)]
cups14: add missing deps on libpng, jpeg
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Koen Kooi [Mon, 11 Oct 2010 13:05:49 +0000 (15:05 +0200)]
libtool-sdk: add recipe for 2.4
Without this pkgconfig-sdk fails to build as part of meta-toolchain when using libtool 2.4
Koen Kooi [Mon, 11 Oct 2010 12:13:04 +0000 (14:13 +0200)]
multi-kernel: use PARALLEL_MAKE if set by user
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Sat, 9 Oct 2010 11:34:26 +0000 (13:34 +0200)]
libvpx: update to 0.9.2
Henning Heinold [Sun, 10 Oct 2010 21:37:41 +0000 (23:37 +0200)]
libxine: update to version 1.1.19
* remove older 1.1.16 version
Henning Heinold [Sun, 10 Oct 2010 21:37:11 +0000 (23:37 +0200)]
libgsm: update to version 1.0.13 and use .inc file
Henning Heinold [Sat, 9 Oct 2010 12:23:39 +0000 (14:23 +0200)]
libcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc is used
* bump INC_PR
Klaus Kurzmann [Wed, 22 Sep 2010 11:11:41 +0000 (13:11 +0200)]
shr-image.inc: override DEV_MANGER for nokia900 to get udev
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 10 Oct 2010 09:50:37 +0000 (11:50 +0200)]
xorg: add new versions for
20101010
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 10 Oct 2010 09:50:14 +0000 (11:50 +0200)]
SHR: prefer dbus 1.4.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 10 Oct 2010 08:41:55 +0000 (10:41 +0200)]
dbus: add recipe for 1.4.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 7 Oct 2010 09:31:28 +0000 (11:31 +0200)]
EFL: bump SRCREV a bit more
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Chris Larson [Sun, 10 Oct 2010 15:40:17 +0000 (08:40 -0700)]
oe.packagegroup: fix python version compat issue
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:25:30 +0000 (13:25 +0200)]
gtk-webcore : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:22:48 +0000 (13:22 +0200)]
gtk+ : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:12:03 +0000 (13:12 +0200)]
gsoap : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:11:44 +0000 (13:11 +0200)]
gsm : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:11:27 +0000 (13:11 +0200)]
xtscal : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:10:54 +0000 (13:10 +0200)]
xserver-common : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 11:08:14 +0000 (13:08 +0200)]
xorg-driver : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 10:51:29 +0000 (12:51 +0200)]
xffm : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 10 Oct 2010 10:50:54 +0000 (12:50 +0200)]
xfce-base : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Chase Maupin [Fri, 24 Sep 2010 06:09:13 +0000 (06:09 +0000)]
desktop-file-utils: fix broken download links
* fixed the SRC_URI download links
* fixed md5 and sha256 sums for the downloads
* Updated recipe license
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Kelvie Wong [Sat, 25 Sep 2010 07:07:04 +0000 (07:07 +0000)]
initramfs-image: Make intiramfs images cpio.gz
The kernel doesn't recognize anything else, anyways.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Alexander Stohr [Thu, 7 Oct 2010 05:27:55 +0000 (05:27 +0000)]
fix for building freetype-native on a symlinked build environment
patchyfied for 2.2.1, 2.3.6 and 2.3.12 including recipes changes
see attachment
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Sun, 10 Oct 2010 09:02:30 +0000 (11:02 +0200)]
angstrom next: switch to libtool 2.4, activate sysroot support, bump DISTRO_PR
Khem Raj [Sun, 10 Oct 2010 09:00:31 +0000 (02:00 -0700)]
libgee_0.5.2.bb/libgee_0.6.0.bb: Fix native recipe build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:56:01 +0000 (23:56 -0700)]
libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1
* Its not default so disable it being picked by mistake
one should enable it explicitly.
This means by default we still use 2.2.6b
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:51:18 +0000 (23:51 -0700)]
libcdio: Workaround gcc ICE in thumb code when compiling with -O1
* This is a known bug in GCC 4.5 when compiling for thumb mode
thats why we only override it for thumb
DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:48:42 +0000 (23:48 -0700)]
wget_1.12.bb: Make default preferred version if not pinned.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:48:10 +0000 (23:48 -0700)]
curl_7.21.1.bb: Add new recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:46:53 +0000 (23:46 -0700)]
openjade: Remove legacy staging.
* Use BBCLASSEXTEND to implement native recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 10 Oct 2010 06:43:09 +0000 (23:43 -0700)]
gcc-configure-target.inc: Add with-build-sysroot
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 8 Oct 2010 05:48:36 +0000 (22:48 -0700)]
binutils_2.20.1.bb: Updates to use libtool 2.4 macros
* Use this patch conditionally only if libtool 2.4 is selected
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Khem Raj [Tue, 5 Oct 2010 07:31:07 +0000 (00:31 -0700)]
gnutls_2.10.1.bb: Update to libtools 2.4 macros.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Khem Raj [Wed, 6 Oct 2010 04:01:38 +0000 (21:01 -0700)]
insane.bbclass: If LIBTOOL_HAS_SYSROOT is set then do not check for la insanity
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Khem Raj [Wed, 6 Oct 2010 03:59:11 +0000 (20:59 -0700)]
cross.bbclass,staging.bbclass,utils.bbclass: Make sure that .la munging is not done for libtool > 2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>