openembedded.git
14 years agokernel bbclass: split do_compile into do_compile and do_compile_modules
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>
14 years agofreetype: Add 2.4.3
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>
14 years agosamba, samba-ads: Update to 3.5.6 for security fixes
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>
14 years agosamba: Drop name=src from checksums
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>
14 years agogedit: add `gnome-doc-utils-native` to `DEPENDS`
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>
14 years agogedit: add `enchant` to `DEPENDS`
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>
14 years agogedit: GPLv2+ is the correct the `LICENSE`.
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>
14 years agogedit: sort `DEPENDS` alphabetically
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>
14 years agobinutils-cross-sdk.inc: Do not install ${D}${infodir}/dir
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>
14 years agolibtool: Abstact more common things to libtool.inc
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>
14 years agolibqpe-opie: remove superfluous do_stage (). Bump PR.
Andrea Adami [Mon, 11 Oct 2010 21:54:45 +0000 (23:54 +0200)]
libqpe-opie: remove superfluous do_stage (). Bump PR.

14 years agocurl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tuned
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>
14 years agoopie-taskbar: move to new style staging. Bump PR.
Andrea Adami [Mon, 11 Oct 2010 20:58:36 +0000 (22:58 +0200)]
opie-taskbar: move to new style staging. Bump PR.

14 years agoopie-libqresync: convert to new style staging.
Andrea Adami [Sun, 10 Oct 2010 22:20:34 +0000 (00:20 +0200)]
opie-libqresync: convert to new style staging.

14 years agoopie-pickboard: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 22:15:44 +0000 (00:15 +0200)]
opie-pickboard: convert to new-style staging. Bump PR.

14 years agoopie-networksettings: 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.

14 years agolibopietooth: 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.

14 years agolibxsettings-client: convert to new-style staging
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

14 years agolibxsettings: convert to new-style staging. Bump PR.
Andrea Adami [Sun, 10 Oct 2010 21:32:42 +0000 (23:32 +0200)]
libxsettings: convert to new-style staging. Bump PR.

14 years agolibgpepimc: convert to new-style staging
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

14 years agolibqtaux: remove superfluous do_stage()
Andrea Adami [Sun, 10 Oct 2010 22:23:09 +0000 (00:23 +0200)]
libqtaux: remove superfluous do_stage()

14 years agopreferred-gpe-versions: remove unused/unpinned versions
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...

14 years agoRevert "openjade : moved unused files to obsolete dir"
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>
14 years agoopenjade_1.3.2.bb: Add missing patch to native build.
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>
14 years agolibxine : moved unused files to obsolete dir
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>
14 years agoopenjade : moved unused files to obsolete dir
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>
14 years agogypsy : moved unused files to obsolete dir
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>
14 years agogputty : moved unused files to obsolete dir
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>
14 years agognuradio : moved unused files to obsolete dir
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>
14 years agogmp : moved unused files to obsolete dir
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>
14 years agoglib-2.0 : moved unused files to obsolete dir
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>
14 years agogkdial : moved unused files to obsolete dir
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>
14 years agogit : moved unused files to obsolete dir
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>
14 years agogdb : moved unused files to obsolete dir
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>
14 years agogcc : moved unused files to obsolete dir
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>
14 years agou-boot: ensure deploy runs before package_stage
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>
14 years agognome-bluetooth-2.30.0: add missing x11, xi deps
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>
14 years agocups14: add missing deps on libpng, jpeg
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>
14 years agolibtool-sdk: add recipe for 2.4
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

14 years agomulti-kernel: use PARALLEL_MAKE if set by user
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>
14 years agolibvpx: update to 0.9.2
Koen Kooi [Sat, 9 Oct 2010 11:34:26 +0000 (13:34 +0200)]
libvpx: update to 0.9.2

14 years agolibxine: update to version 1.1.19
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

14 years agolibgsm: update to version 1.0.13 and use .inc file
Henning Heinold [Sun, 10 Oct 2010 21:37:11 +0000 (23:37 +0200)]
libgsm: update to version 1.0.13 and use .inc file

14 years agolibcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc...
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

14 years agoshr-image.inc: override DEV_MANGER for nokia900 to get udev
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>
14 years agoxorg: add new versions for 20101010
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>
14 years agoSHR: prefer dbus 1.4.0
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>
14 years agodbus: add recipe for 1.4.0
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>
14 years agoEFL: bump SRCREV a bit more
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>
14 years agooe.packagegroup: fix python version compat issue
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>
14 years agogtk-webcore : moved unused files to obsolete dir
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>
14 years agogtk+ : moved unused files to obsolete dir
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>
14 years agogsoap : moved unused files to obsolete dir
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>
14 years agogsm : moved unused files to obsolete dir
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>
14 years agoxtscal : moved unused files to obsolete dir
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>
14 years agoxserver-common : moved unused files to obsolete dir
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>
14 years agoxorg-driver : moved unused files to obsolete dir
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>
14 years agoxffm : moved unused files to obsolete dir
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>
14 years agoxfce-base : moved unused files to obsolete dir
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>
14 years agodesktop-file-utils: fix broken download links
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>
14 years agoinitramfs-image: Make intiramfs images cpio.gz
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>
14 years agofix for building freetype-native on a symlinked build environment
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>
14 years agoangstrom next: switch to libtool 2.4, activate sysroot support, bump DISTRO_PR
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

14 years agolibgee_0.5.2.bb/libgee_0.6.0.bb: Fix native recipe build
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>
14 years agolibtool_2.4.bb: Set DEFAULT_PREFERENCE to -1
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>
14 years agolibcdio: Workaround gcc ICE in thumb code when compiling with -O1
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>
14 years agowget_1.12.bb: Make default preferred version if not pinned.
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>
14 years agocurl_7.21.1.bb: Add new recipe
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>
14 years agoopenjade: Remove legacy staging.
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>
14 years agogcc-configure-target.inc: Add with-build-sysroot
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>
14 years agobinutils_2.20.1.bb: Updates to use libtool 2.4 macros
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>
14 years agognutls_2.10.1.bb: Update to libtools 2.4 macros.
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>
14 years agoinsane.bbclass: If LIBTOOL_HAS_SYSROOT is set then do not check for la insanity
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>
14 years agocross.bbclass,staging.bbclass,utils.bbclass: Make sure that .la munging is not done...
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>
14 years agoautotools.bbclass: Conditionally use autotools_prepackage_lamangler
Khem Raj [Tue, 5 Oct 2010 23:50:27 +0000 (16:50 -0700)]
autotools.bbclass: Conditionally use autotools_prepackage_lamangler

* autotools_prepackage_lamangler is not needed with libtool 2.4+
* add --with-sysroot when using 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>
14 years agobitbake.conf: Define LIBTOOL_HAS_SYSROOT
Khem Raj [Tue, 5 Oct 2010 21:45:46 +0000 (14:45 -0700)]
bitbake.conf: Define LIBTOOL_HAS_SYSROOT

* Set default weak to "no"
* Use in TARGET_LDFLAGS

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>
14 years agolibtool-2.4: Add recipes for libtool 2.4
Khem Raj [Tue, 5 Oct 2010 05:32:15 +0000 (22:32 -0700)]
libtool-2.4: Add recipes for libtool 2.4

* Add fixes needed for sysroot working within libtool
* Let nativesdk recipe not provide PACKAGES provided by libtool
  Otherwise when an image wants say libltdl-dev it picks up
  libtool-nativesdk instead of libtool recipe to provide it

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>
14 years agoxserver-nodm-init_2.0: move Xsession log from /tmp/x.log to /var/log/Xsession.log
Martin Jansa [Sun, 10 Oct 2010 06:51:34 +0000 (08:51 +0200)]
xserver-nodm-init_2.0: move Xsession log from /tmp/x.log to /var/log/Xsession.log

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoImplement 'dbg', 'dev', and 'doc' package groups
Chris Larson [Sun, 10 Oct 2010 05:22:44 +0000 (22:22 -0700)]
Implement 'dbg', 'dev', and 'doc' package groups

These allow one to include debugging, development, and documentation files for
all packages installed in the image, via IMAGE_FEATURES.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: implement IMAGE_FEATURES
Chris Larson [Sat, 9 Oct 2010 03:07:23 +0000 (20:07 -0700)]
image.bbclass: implement IMAGE_FEATURES

IMAGE_FEATURES, as with the other _FEATURES variables, is a space separated
list of words which identify pieces of functionality to be included /
supported.  Currently, any defined package group may be included (see the
oe.packagegroup python module).

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoMove packagedata code into oe.packagedata
Chris Larson [Sun, 10 Oct 2010 04:24:38 +0000 (21:24 -0700)]
Move packagedata code into oe.packagedata

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: don't export PACKAGE_INSTALL
Chris Larson [Sat, 9 Oct 2010 02:49:52 +0000 (19:49 -0700)]
image.bbclass: don't export PACKAGE_INSTALL

It doesn't need to be exported, as the rootfs classes use the bitbake variable
directly, not the shell variable created from it.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: add LINGUAS_INSTALL to PACKAGE_INSTALL.
Chris Larson [Sat, 9 Oct 2010 01:14:02 +0000 (18:14 -0700)]
image.bbclass: add LINGUAS_INSTALL to PACKAGE_INSTALL.

They aren't a special case, no reason to handle them that way, as we can
leverage overrides.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: use PACKAGE_INSTALL in RDEPENDS
Chris Larson [Sat, 9 Oct 2010 01:10:57 +0000 (18:10 -0700)]
image.bbclass: use PACKAGE_INSTALL in RDEPENDS

Don't Repeat Yourself.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: apply package renaming to optional
Chris Larson [Sat, 9 Oct 2010 00:18:55 +0000 (17:18 -0700)]
image.bbclass: apply package renaming to optional

Runs runtime_mapping_rename against PACKAGE_INSTALL_ATTEMPTONLY, which has
packages we'd like to install, but which are optional.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.packagegroup: add code for package groups
Chris Larson [Sat, 9 Oct 2010 03:05:06 +0000 (20:05 -0700)]
oe.packagegroup: add code for package groups

This includes some utility functions for dealing with groups of packages
defined in the metadata.  Metadata syntax:

    PACKAGE_GROUP_<group> = "<list of packages>"

If the packages in the group are optional:

    PACKAGE_GROUP_<group>[optional] = "1"

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.package: add 'files' function
Chris Larson [Sun, 10 Oct 2010 00:59:05 +0000 (17:59 -0700)]
oe.package: add 'files' function

This function obtains a list of files to be included in a package, using the
globs in FILES_<pkg> and the files installed in ${D}.  Currently, the only
user is package_dbg, but I can see this being useful in package.bbclass as
well.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.path: add 'find' convenience function
Chris Larson [Sun, 10 Oct 2010 00:47:28 +0000 (17:47 -0700)]
oe.path: add 'find' convenience function

find is simply an os.walk in generator form, yielding the absolute path to
each file.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agolibxml-simple-perl_2.18.bb: similar license as perl so added GPLv1
Frans Meulenbroeks [Sat, 9 Oct 2010 20:00:37 +0000 (22:00 +0200)]
libxml-simple-perl_2.18.bb: similar license as perl so added GPLv1

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibwww-mechanize-perl_1.60.bb: changed license from perl to Artistic|GPLv1 as used...
Frans Meulenbroeks [Sat, 9 Oct 2010 19:55:37 +0000 (21:55 +0200)]
libwww-mechanize-perl_1.60.bb: changed license from perl to Artistic|GPLv1 as used everywhere else

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibsocket6-perl_0.23.bb: changed license to unkwown, no evidence that it is bsd ...
Frans Meulenbroeks [Sat, 9 Oct 2010 19:52:34 +0000 (21:52 +0200)]
libsocket6-perl_0.23.bb: changed license to unkwown, no evidence that it is bsd (or something else)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoliblinux-dvb-perl_1.0.bb: update LICENSE according to file COPYING
Frans Meulenbroeks [Sat, 9 Oct 2010 19:18:00 +0000 (21:18 +0200)]
liblinux-dvb-perl_1.0.bb: update LICENSE according to file COPYING

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibio-stringy-perl_2.110.bb: update LICENSE according to file COPYING
Frans Meulenbroeks [Sat, 9 Oct 2010 19:16:52 +0000 (21:16 +0200)]
libio-stringy-perl_2.110.bb: update LICENSE according to file COPYING

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibdevice-serialport-perl_1.04.bb: license = artistic according to .spec file in...
Frans Meulenbroeks [Sat, 9 Oct 2010 18:54:46 +0000 (20:54 +0200)]
libdevice-serialport-perl_1.04.bb: license = artistic according to .spec file in src dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocornucopia.inc: bump rev
Klaus Kurzmann [Sat, 9 Oct 2010 18:21:40 +0000 (20:21 +0200)]
cornucopia.inc: bump rev

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agolibclass-methodmaker-perl_2.15.bb: removed GPL from LICENSE
Frans Meulenbroeks [Sat, 9 Oct 2010 17:58:09 +0000 (19:58 +0200)]
libclass-methodmaker-perl_2.15.bb: removed GPL from LICENSE

LICENSE said unknown|GPL (which seems very odd)
could not find any evidence in the package or on CPAN about the license
so removed the |GPL part as that is probably not right

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibxml-parser-perl_2.36.bb: LICENSE is similar to perl so also GPLv1
Frans Meulenbroeks [Sat, 9 Oct 2010 17:49:38 +0000 (19:49 +0200)]
libxml-parser-perl_2.36.bb: LICENSE is similar to perl so also GPLv1

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibxml-parser-perl_2.34.bb: removed old version
Frans Meulenbroeks [Sat, 9 Oct 2010 17:47:04 +0000 (19:47 +0200)]
libxml-parser-perl_2.34.bb: removed old version

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoliblog-dispatch-perl: merged native and non-native recipes
Frans Meulenbroeks [Sat, 9 Oct 2010 17:44:55 +0000 (19:44 +0200)]
liblog-dispatch-perl: merged native and non-native recipes

as there is no functional change, no PR bump is needed

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoperl: updated LICENSE; GPL -> GPLv1
Frans Meulenbroeks [Sat, 9 Oct 2010 17:36:08 +0000 (19:36 +0200)]
perl: updated LICENSE; GPL -> GPLv1

perl has as license the choice between Artistic or GPLv1.
see http://dev.perl.org/licenses/
so changed LICENSE = "Artistic|GPL" to LICENSE = "Artistic|GPLv1"

This also applies to CPAN recipes. Typically they specify that the
code is licensed under the same terms as perl so figured that the
above changes would be better in most (if not all) cases
(and no, I did not verify all 130 or so recipes, if you feel this is needed,
be my guest)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>