openembedded.git
14 years agoopenldap_2.4.23.bb: Fix build when using libtool 2.4
Khem Raj [Sun, 17 Oct 2010 21:04:58 +0000 (14:04 -0700)]
openldap_2.4.23.bb: Fix build when using libtool 2.4

* It uses a prebuilt version of libtool which does not know
  about sysroot and worse it does not use automake and autoconf in such
  a way that one could use autoreconf to regenerate stuff. So we
  regenerate the things needed for libtool macros. It should work
  with any version of libtool now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognuradio: Update GNU Radio recipe. Clean up configuration settings.
Philip Balister [Sun, 17 Oct 2010 21:04:20 +0000 (17:04 -0400)]
gnuradio: Update GNU Radio recipe. Clean up configuration settings.

14 years agolinux-bug: fix installation
Denis 'GNUtoo' Carikli [Sat, 16 Oct 2010 17:17:07 +0000 (19:17 +0200)]
linux-bug: fix installation

without the fix it does that:
| cp: target `.../work/bug-angstrom-linux-gnueabi/linux-bug-2.6.27.2+svnr10746-r32/image/kernel//include/asm/' is not a directory
NOTE: package linux-bug-2.6.27.2+svnr10746-r32: task do_install: Failed

Thanks to eFfeM on #oe for help:
<eFfeM> you copy to $kerneldir/include/asm but that is not guaranteed to exist, ust add an install -d (install -d is better than mkdir as it will also create inbetween dirs if needed)
[...]
<eFfeM> just add the install

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoandroid-rpc_git: fix libgee link failure
Denis 'GNUtoo' Carikli [Tue, 12 Oct 2010 18:54:12 +0000 (20:54 +0200)]
android-rpc_git: fix libgee link failure

without the fix we have:
| .../sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot find -lgee
| collect2: ld returned 1 exit status
| make[3]: *** [fso-msm-gps-activator] Error 1

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agolibgee_0.6.0: add gobject-introspection-native to DEPENDS again
Martin Jansa [Sun, 17 Oct 2010 19:31:05 +0000 (21:31 +0200)]
libgee_0.6.0: add gobject-introspection-native to DEPENDS again

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agonotification: add new recipe
Thomas Zimmermann [Sun, 17 Oct 2010 17:57:13 +0000 (19:57 +0200)]
notification: add new recipe

* notification is a notification gadget for E

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoefm-{nav, path, pathbar}: add new recipes
Thomas Zimmermann [Sun, 17 Oct 2010 17:55:13 +0000 (19:55 +0200)]
efm-{nav, path, pathbar}: add new recipes

* this is a E module for the E file manager

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoangstrom next: bump DISTRO_PR for overrides and filespath changes
Koen Kooi [Sun, 17 Oct 2010 08:12:31 +0000 (10:12 +0200)]
angstrom next: bump DISTRO_PR for overrides and filespath changes

14 years agoimagemagick: add missing lcms dependency
Koen Kooi [Sat, 16 Oct 2010 23:15:48 +0000 (01:15 +0200)]
imagemagick: add missing lcms dependency

see http://gitorious.org/angstrom/angstrom-testlab/commit/22416165ec14512909041503be3aaa6490a62d89

14 years agognome-screensaver: add 2.30.2
Koen Kooi [Sat, 16 Oct 2010 19:55:40 +0000 (21:55 +0200)]
gnome-screensaver: add 2.30.2

14 years agosystem-tools-backends: update to 2.10.1 and make it work with libtool 2.4
Koen Kooi [Sat, 16 Oct 2010 17:53:34 +0000 (19:53 +0200)]
system-tools-backends: update to 2.10.1 and make it work with libtool 2.4

14 years agoti-dmai: pass c6accel location to makefile
Koen Kooi [Sat, 16 Oct 2010 12:46:22 +0000 (14:46 +0200)]
ti-dmai: pass c6accel location to makefile

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoangstrom-led-config: add pandaboard support
Koen Kooi [Sat, 16 Oct 2010 10:08:54 +0000 (12:08 +0200)]
angstrom-led-config: add pandaboard support

14 years agoomap4430-panda: update machine config to match latest MLO and linux providers
Koen Kooi [Fri, 15 Oct 2010 19:31:29 +0000 (21:31 +0200)]
omap4430-panda: update machine config to match latest MLO and linux providers

14 years agox-load-rsalveti: add x-load 1.41 built from Salveti's tree
Koen Kooi [Fri, 15 Oct 2010 19:29:18 +0000 (21:29 +0200)]
x-load-rsalveti: add x-load 1.41 built from Salveti's tree

14 years agoomap4-sgx-modules: add L24.9
Koen Kooi [Fri, 15 Oct 2010 19:28:47 +0000 (21:28 +0200)]
omap4-sgx-modules: add L24.9

14 years agolinux-omap4: add 2.5.35.3 from ubuntu git
Koen Kooi [Fri, 15 Oct 2010 19:27:54 +0000 (21:27 +0200)]
linux-omap4: add 2.5.35.3 from ubuntu git

14 years agolibgee.inc: Use libtool macros from installed libtool
Khem Raj [Sun, 17 Oct 2010 06:52:41 +0000 (23:52 -0700)]
libgee.inc: Use libtool macros from installed libtool

* Do not use libtool macros that come with libgee
* Default to autoconf provided do_configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobitbake.conf: sanitize FILESPATH
Chris Larson [Sun, 17 Oct 2010 05:34:51 +0000 (22:34 -0700)]
bitbake.conf: sanitize FILESPATH

- reverse OVERRIDES
- drop empty overrides
- uniq the list
- use nested variable references rather than getVar

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoutils, oe.utils: add 'uniq' function
Chris Larson [Sun, 17 Oct 2010 05:32:06 +0000 (22:32 -0700)]
utils, oe.utils: add 'uniq' function

Ignore duplicates in an iterable.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agophp: version 5.2.13 removed --without-iconv
Frans Meulenbroeks [Sat, 16 Oct 2010 23:40:11 +0000 (01:40 +0200)]
php: version 5.2.13 removed --without-iconv

5.2.13 had an inconsistency: there was a DEPENDS on virtual/iconv
yet there was a configure argument --without-iconv
as my project needed iconv, I removed the --without-iconv
(works like a charm :-) )

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocdfs-2.6.27: initial recipe
Andreas Oberritter [Fri, 1 Oct 2010 01:17:33 +0000 (01:17 +0000)]
cdfs-2.6.27: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocdtextinfo: initial recipe
Andreas Oberritter [Fri, 15 Oct 2010 02:16:01 +0000 (02:16 +0000)]
cdtextinfo: initial recipe

* cdtextinfo queries information about an Audio-CD from CD-Text
  or CDDB. It outputs queried data as XML.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-twisted: removed 2.5.0 version
Frans Meulenbroeks [Sat, 16 Oct 2010 19:49:23 +0000 (21:49 +0200)]
python-twisted: removed 2.5.0 version

we already have  8.2.0 for 1.5 year
no one pins this
some recipes depend on python-twisted-native but this version does not have a native counterpart

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agognutls_2.10.1: remove the libtool-m4-macros
Frans Meulenbroeks [Sat, 16 Oct 2010 11:53:33 +0000 (13:53 +0200)]
gnutls_2.10.1: remove the libtool-m4-macros

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
14 years agotask-shr-feed: add dns2tcp
Martin Jansa [Sat, 16 Oct 2010 12:22:33 +0000 (14:22 +0200)]
task-shr-feed: add dns2tcp

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodns2tcp: add recipe for dns2tcp-{client, server}
Justus Winter [Thu, 14 Oct 2010 20:30:17 +0000 (20:30 +0000)]
dns2tcp: add recipe for dns2tcp-{client, server}

* dns2tcp is a network tool designed to relay TCP connections through DNS traffic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux(-kexecboot)_git: bump SRCREV for 2.6.36-rc8
Martin Jansa [Fri, 15 Oct 2010 07:47:33 +0000 (09:47 +0200)]
linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc8

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouhd: Add recipe for Ettus Research Universal Hardware Driver.
Philip Balister [Sat, 16 Oct 2010 15:36:09 +0000 (11:36 -0400)]
uhd: Add recipe for Ettus Research Universal Hardware Driver.

14 years agoshr: bump DISTRO_PR after gcc changes
Martin Jansa [Mon, 27 Sep 2010 23:24:41 +0000 (01:24 +0200)]
shr: bump DISTRO_PR after gcc changes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoffalarms: bump SRCREV, remove patch applied upstream
Łukasz Pankowski [Fri, 15 Oct 2010 19:43:14 +0000 (21:43 +0200)]
ffalarms: bump SRCREV, remove patch applied upstream

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutils.bbclass: add name to SRC_URI[{md5, sha256}sum]
Andreas Oberritter [Wed, 29 Sep 2010 10:36:17 +0000 (10:36 +0000)]
utils.bbclass: add name to SRC_URI[{md5, sha256}sum]

* When a checksum is missing or invalid, print strings which can be
  copied into a recipe without modification.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg: move from 1.9.0.901 to 1.9.0.902
Martin Jansa [Sat, 16 Oct 2010 07:39:52 +0000 (09:39 +0200)]
xserver-xorg: move from 1.9.0.901 to 1.9.0.902

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofont-util: add version 1.2.0
Martin Jansa [Sat, 16 Oct 2010 07:25:18 +0000 (09:25 +0200)]
font-util: add version 1.2.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofont-util_1.1.1: replace -native recipe with BBCLASSEXTEND
Martin Jansa [Sat, 16 Oct 2010 07:25:41 +0000 (09:25 +0200)]
font-util_1.1.1: replace -native recipe with BBCLASSEXTEND

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxorg-font-common: use BPN instead of XORG_PN
Martin Jansa [Sat, 16 Oct 2010 07:04:01 +0000 (09:04 +0200)]
xorg-font-common: use BPN instead of XORG_PN

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: use newer python-pycairo
Martin Jansa [Fri, 15 Oct 2010 09:11:07 +0000 (11:11 +0200)]
SHR: use newer python-pycairo

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoEFL: bump SRCREV a bit more
Martin Jansa [Tue, 12 Oct 2010 07:59:30 +0000 (09:59 +0200)]
EFL: bump SRCREV a bit more

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: prefer libtool 2.4
Martin Jansa [Thu, 7 Oct 2010 11:30:26 +0000 (13:30 +0200)]
SHR: prefer libtool 2.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoobexd_0.34.bb: DEPEND on libical
Thomas Zimmermann [Sat, 16 Oct 2010 08:49:23 +0000 (10:49 +0200)]
obexd_0.34.bb: DEPEND on libical

* This dependencie was added with 0.24

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agolibsdl-ttf: fix version 2.0.10 by removing the libtool-m4-macros
Henning Heinold [Fri, 15 Oct 2010 09:05:54 +0000 (11:05 +0200)]
libsdl-ttf: fix version 2.0.10 by removing the libtool-m4-macros

* bump PR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocurl: Fix build for native BBLASSEXTEND
Khem Raj [Sat, 16 Oct 2010 05:58:41 +0000 (22:58 -0700)]
curl: Fix build for native BBLASSEXTEND

Delete unused recipes.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibtool-2.4: Append lt_sysroot to libdir
Khem Raj [Fri, 15 Oct 2010 23:37:52 +0000 (16:37 -0700)]
libtool-2.4: Append lt_sysroot to libdir

Remove cross.patch which is not needed now.
Fix PR setting.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-package-cross.inc: Edit the libdir enties in libstdc++.la and libsupc++.la
Khem Raj [Fri, 15 Oct 2010 06:42:48 +0000 (23:42 -0700)]
gcc-package-cross.inc: Edit the libdir enties in libstdc++.la and libsupc++.la

We manually move libstdc++ to staging sysroot from default install
location where gcc-cross installed it. During this process we have
to make sure that .la files are edited to contain proper libdir
entry pointing relative to sysroot.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-cross-intermediate.inc: Move libgcc from cross dir to target sysroot
Khem Raj [Fri, 15 Oct 2010 06:40:37 +0000 (23:40 -0700)]
gcc-cross-intermediate.inc: Move libgcc from cross dir to target sysroot

shared version of libgcc is also installed by gcc-cross-intermediate
which we did not move to staging as a result cross gcc found this libgcc
and used it compailing about missing libc.so stuff.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoFix class OVERRIDES order
Chase Maupin [Fri, 15 Oct 2010 10:32:28 +0000 (10:32 +0000)]
Fix class OVERRIDES order

* Changed the OVERRIDES settings in the classes to use the new
  ordering.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoFix Angstrom OVERRIDES settings
Chase Maupin [Fri, 15 Oct 2010 10:32:27 +0000 (10:32 +0000)]
Fix Angstrom OVERRIDES settings

* Use the new MACHINE_OVERRIDES variable in angstrom.inc to
  set the FEED_ARCH and SOC_FAMILY OVERRIDES
    * NOTE: These were left in their orignal order which will
            result in the SOC_FAMILY being more specific than
            the FEED_ARCH.  This was done on purpose as the
            SOC_FAMILY should be more specific.  i.e. for omap3
            the omap3 override is more specific than the armv7a
            override.
* Modified the glibc include files to prepend libc-glibc, etc
  to the OVERRIDES list.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agocups14: Drop legacy bits, correct libusb dep
Tom Rini [Fri, 15 Oct 2010 19:57:27 +0000 (12:57 -0700)]
cups14: Drop legacy bits, correct libusb dep

We don't need do_stage for target stuff, drop.  We don't need
name=foo on SRC_URIs in this case, drop.  We want virtual/libusb0
for a dep here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoReverse the order of OVERRIDES
Chris Larson [Fri, 15 Oct 2010 05:41:21 +0000 (05:41 +0000)]
Reverse the order of OVERRIDES

Given the current implementation of OVERRIDES in bitbake, the variable is
expected to contain elements in the order least specific to most specific,
however, our current usage of it does not match that.  As one example, "local"
is supposed to always be the most specific override, yet currently it's the
least specific.  As another example, currently the target architecture is seen
as more specific than the machine, which is also clearly wrong.

Big thanks to Chase Maupin for investigating and identifying this long
standing issue.

It becomes clear that a reversal of the current value will bring us to a more
sane behavior, and avoids the need for the dual overrides hack mentioned in
the comments, so this implements this reversal, and drops the unnecessary and
confusing comments.

This also introduces a MACHINE_OVERRIDES variable as a generic mechanism to
inject overrides elements which are more specific than the distro but less
specific than the machine, which is where things like MACHINE_CLASS or
SOC_FAMILY or the like would go.  This variable is *space* separated, to make
it easier and more convenient to assemble the variable incrementally.

Reported-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoopenswan: Update to 2.6.29
Tom Rini [Fri, 15 Oct 2010 16:51:41 +0000 (09:51 -0700)]
openswan: Update to 2.6.29

openswan 2.4.7 has a large number of security defects and was not
pinned by any users, so remove.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomatrix-tui: use INC_PR in versioned recipe
Chase Maupin [Wed, 13 Oct 2010 04:01:31 +0000 (04:01 +0000)]
matrix-tui: use INC_PR in versioned recipe

* Added an INC_PR to the matrix-tui.inc file to be used
  by the individual version recipes.
* Modified the version recipe to use INC_PR in its PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:30 +0000 (04:01 +0000)]
matrix-gui: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui-e: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:29 +0000 (04:01 +0000)]
matrix-gui-e: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui-e.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui-common: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:28 +0000 (04:01 +0000)]
matrix-gui-common: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui-common.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom-version: make lsb_release work with GNOME
Koen Kooi [Fri, 15 Oct 2010 12:44:09 +0000 (14:44 +0200)]
angstrom-version: make lsb_release work with GNOME

14 years agooe.unpack: fix subdir-feature
Henning Heinold [Fri, 15 Oct 2010 10:23:43 +0000 (12:23 +0200)]
oe.unpack: fix subdir-feature

14 years agomokosuite2: bump SRCREV, many bugs fixed and a test version of mokomessages
Daniele Ricci [Thu, 14 Oct 2010 11:40:58 +0000 (11:40 +0000)]
mokosuite2: bump SRCREV, many bugs fixed and a test version of mokomessages

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodirectfb_1.4.6: update mkdfiff.patch to fix building with newer eglibc
Martin Jansa [Fri, 15 Oct 2010 09:03:20 +0000 (11:03 +0200)]
directfb_1.4.6: update mkdfiff.patch to fix building with newer eglibc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython-pygobject: forcefully disable introspection
Koen Kooi [Fri, 15 Oct 2010 08:46:24 +0000 (10:46 +0200)]
python-pygobject: forcefully disable introspection

It will pick up the .pc from the native sysroot and then fail to build since we don't have target introspection libs to link against

14 years agoxst: bump PR for pkgconfig changes in bitbake.conf
Koen Kooi [Fri, 15 Oct 2010 08:06:48 +0000 (10:06 +0200)]
xst: bump PR for pkgconfig changes in bitbake.conf

14 years agolibsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool...
Martin Jansa [Fri, 15 Oct 2010 07:46:46 +0000 (09:46 +0200)]
libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool-2.2.6b

* there is patch only for libtool-2.4
* it expects libtool-2.2.6

14 years agogdb (all): Add bison-native to DEPENDS
Tom Rini [Thu, 14 Oct 2010 21:28:13 +0000 (14:28 -0700)]
gdb (all): Add bison-native to DEPENDS

While in here, noticed that I didn't do the second half of
8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and
actually delete the DEPENDS line here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodisko: update to version 1.7.0
Henning Heinold [Thu, 14 Oct 2010 20:53:18 +0000 (22:53 +0200)]
disko: update to version 1.7.0

14 years ago.gitignore: Add .pyo files, expand contrib mask
Tom Rini [Thu, 14 Oct 2010 18:36:25 +0000 (11:36 -0700)]
.gitignore: Add .pyo files, expand contrib mask

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs
Chris Larson [Thu, 14 Oct 2010 15:52:24 +0000 (08:52 -0700)]
bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: use un-renamed packages in RDEPENDS
Chris Larson [Thu, 14 Oct 2010 14:31:32 +0000 (07:31 -0700)]
image.bbclass: use un-renamed packages in RDEPENDS

The issue was that PACKAGE_INSTALL* get debian package renaming applied, but
this renaming is outside of bitbake's knowledge.  Making RDEPENDS use
PACKAGE_INSTALL, therefore, caused problems when adding libraries to images
directly rather than indirectly.

While I'm at it, change it to ensure PACKAGE_INSTALL_ATTEMPTONLY packages
also end up in RDEPENDS, not renamed.

Reported-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoc-ares: Fix configure.ac
Sean Cross [Wed, 13 Oct 2010 21:35:05 +0000 (21:35 +0000)]
c-ares: Fix configure.ac

Get configure to work with our version of autoconf by fixing
the syntax of configure.ac

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgee: remove unnecessary dependency on gobject-introspection
Simon Busch [Wed, 13 Oct 2010 21:03:04 +0000 (21:03 +0000)]
libgee: remove unnecessary dependency on gobject-introspection

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgee: define common INC_PR and use it in all specific version recipes
Simon Busch [Wed, 13 Oct 2010 21:03:03 +0000 (21:03 +0000)]
libgee: define common INC_PR and use it in all specific version recipes

Until now there is now way to indicate that the libgee.inc common part of libgee has
changed - the PR is only defined in the specific version recipes. This adds the INC_PR var
to to the common libgee.inc and use it in the specific version recipes.
INC_PR is initial set to the highest value of both version 0.5.2 and 0.6.0.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofreetype: Drop old recipes
Tom Rini [Thu, 14 Oct 2010 14:11:41 +0000 (07:11 -0700)]
freetype: Drop old recipes

All of these versions have various security issues to them and
are not pinned.  Remove.  While in here, rename files to freetype.
Acks apply to the removal portion.

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodirectfb: update to version 1.4.6
Henning Heinold [Thu, 14 Oct 2010 11:55:40 +0000 (13:55 +0200)]
directfb: update to version 1.4.6

* ts-lib patch is applied upstream
* remove older minor versions

14 years agoopenjdk: update to version 1.8.2, because of security issues
Henning Heinold [Thu, 14 Oct 2010 11:43:42 +0000 (13:43 +0200)]
openjdk: update to version 1.8.2, because of security issues

* bump PR

14 years agoicedtea6-native: update to version 1.7.5
Henning Heinold [Thu, 14 Oct 2010 11:41:52 +0000 (13:41 +0200)]
icedtea6-native: update to version 1.7.5

* remove 1.7.3 version because of security bugs
* explicit disable build of the new browser plugin

14 years agoepiphany: fix EXTRA_OECONF
Koen Kooi [Thu, 14 Oct 2010 09:37:37 +0000 (11:37 +0200)]
epiphany: fix EXTRA_OECONF

14 years agogstreamer: bump PR for introspection change
Koen Kooi [Thu, 14 Oct 2010 08:57:29 +0000 (10:57 +0200)]
gstreamer: bump PR for introspection change

14 years agognome-bluetooth 2.30.0: bump PR for introspection change
Koen Kooi [Thu, 14 Oct 2010 08:56:21 +0000 (10:56 +0200)]
gnome-bluetooth 2.30.0: bump PR for introspection change

14 years agoatk 1.30.0: bump PR for introspection change
Koen Kooi [Thu, 14 Oct 2010 08:55:33 +0000 (10:55 +0200)]
atk 1.30.0: bump PR for introspection change

14 years agognome bbclass: disable introspection
Koen Kooi [Thu, 14 Oct 2010 08:54:42 +0000 (10:54 +0200)]
gnome bbclass: disable introspection

* introspection doesn't work in a cross environment

14 years agoomap3-sgx-modules: make patch apply with all versions of patch
Koen Kooi [Thu, 14 Oct 2010 07:53:43 +0000 (09:53 +0200)]
omap3-sgx-modules: make patch apply with all versions of patch

14 years agoutils: fix popen->Popen reference
Chris Larson [Thu, 14 Oct 2010 04:43:38 +0000 (21:43 -0700)]
utils: fix popen->Popen reference

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobitbake.conf: add HOSTNAME variable
Chris Larson [Thu, 14 Oct 2010 04:22:14 +0000 (21:22 -0700)]
bitbake.conf: add HOSTNAME variable

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agombmerlin_0.8.1-2.bb: Don't overwrite a file staged by libx11.
Graham Gower [Wed, 1 Sep 2010 21:08:14 +0000 (21:08 +0000)]
mbmerlin_0.8.1-2.bb: Don't overwrite a file staged by libx11.

If mbmerlin is staged, packages which use the x11.pc file will get one
that mbmerlin provides.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agohtmldoc_1.8.27:: merge native and non-native recipes
Vitus Jensen [Mon, 6 Sep 2010 13:54:03 +0000 (13:54 +0000)]
htmldoc_1.8.27:: merge native and non-native recipes

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agohtmldoc-gui_1.9.x: remove, there is no GUI code in developer snapshots
Vitus Jensen [Mon, 6 Sep 2010 13:54:01 +0000 (13:54 +0000)]
htmldoc-gui_1.9.x: remove, there is no GUI code in developer snapshots

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoruby: update SRC_URI in ruby.inc
Jesse Gilles [Wed, 29 Sep 2010 06:13:46 +0000 (06:13 +0000)]
ruby: update SRC_URI in ruby.inc

Signed-off-by: Jesse Gilles <jgilles@multitech.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoruby: fix socket extension compile
Jesse Gilles [Wed, 29 Sep 2010 06:13:44 +0000 (06:13 +0000)]
ruby: fix socket extension compile

* fixes building socket extension with ipv6 enabled

Signed-off-by: Jesse Gilles <jgilles@multitech.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoglib-2.0_2.24.1: fix `error: Could not find a glib-genmarshal in your PATH`
Paul Menzel [Sun, 3 Oct 2010 18:01:46 +0000 (20:01 +0200)]
glib-2.0_2.24.1: fix `error: Could not find a glib-genmarshal in your PATH`

This commit partially reverts 1e4c8a [1].

Commit 1e4c8a removed `glib-2.0-native` from `DEPENDS`. Unfortunately `configure()` fails for me for minimal distributions with the following error. (It works for `angstrom-2008.1` though.)

    error: Could not find a glib-genmarshal in your PATH

Adding `glib-2.0-native` back to `DEPENDS` fixes the build error for me.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1e4c8ab77532c76ad041ab3b50d3e18bfc352080

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Florian Boor <florian.boor@kernelconcepts.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodsniff_2.3.bb: fix buildability.
Graham Gower [Sun, 10 Oct 2010 20:25:10 +0000 (20:25 +0000)]
dsniff_2.3.bb: fix buildability.

This almost 10 year old software is beginning to suffer bitrot. Libnids now
uses glib, and openssl structs have moved headers.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolua, lua-gtk2: move to obsolete.
Graham Gower [Sun, 10 Oct 2010 20:24:34 +0000 (20:24 +0000)]
lua, lua-gtk2: move to obsolete.

Lua fails to build. There are newer recipes (lua5.1) in tree, only
lua-gtk2 uses this old recipe and nothing uses lua-gtk2.

mipsel-oe-linux-gcc -march=mips32 -o ../../bin/luac -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1  -Wl,-E luac.o print.o lopcodes.o -L../../lib -llua -llualib -lm -ldl -lreadline
luac.o: In function `strip':
luac.c:(.text+0xa8): undefined reference to `luaM_realloc'
luac.c:(.text+0xc4): undefined reference to `luaM_realloc'
luac.c:(.text+0xdc): undefined reference to `luaM_realloc'
luac.o: In function `main':
luac.c:(.text+0x3f8): undefined reference to `lua_open'
luac.c:(.text+0x438): undefined reference to `lua_tostring'
luac.c:(.text+0x4cc): undefined reference to `luaM_realloc'
luac.c:(.text+0x4f4): undefined reference to `luaM_realloc'
collect2: ld returned 1 exit status
make[1]: *** [../../bin/luac] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoion: move to obsolete.
Graham Gower [Sun, 10 Oct 2010 20:24:01 +0000 (20:24 +0000)]
ion: move to obsolete.

This recipe has been marked BROKEN for 5 years or so.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoprboom_2.5.0.bb: fix compilation failure due to undefined references.
Graham Gower [Sun, 10 Oct 2010 20:23:32 +0000 (20:23 +0000)]
prboom_2.5.0.bb: fix compilation failure due to undefined references.

Need to #define _GNU_SOURCE for sched.h to define CPU_ZERO/CPU_SET.

 SDL/libsdldoom.a(i_system.o): In function `I_SetAffinityMask':
| i_system.c:(.text+0x7d4): undefined reference to `CPU_ZERO'
| i_system.c:(.text+0x7e8): undefined reference to `CPU_SET'
| collect2: ld returned 1 exit status

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogalago: move to obsolete.
Graham Gower [Sun, 10 Oct 2010 20:22:59 +0000 (20:22 +0000)]
galago: move to obsolete.

libgalago doesn't build, and presumably hasn't since dbus 0.92 was in the tree.

| ../libgalago/.libs/libgalago.so: undefined reference to `dbus_connection_disconnect'
| collect2: ld returned 1 exit status
| make[2]: *** [presence-feed] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocpio: update 2.5 to 2.11
Scott Garman [Mon, 11 Oct 2010 07:50:10 +0000 (07:50 +0000)]
cpio: update 2.5 to 2.11

Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogdb-cross-sdk.inc: We must use do_configure_append
Tom Rini [Thu, 14 Oct 2010 00:44:07 +0000 (17:44 -0700)]
gdb-cross-sdk.inc: We must use do_configure_append

The goal is to have oe_runconf happen twice.  So we want
the normal gdb-cross.inc do_configure to happen so we get
an initial configure.  Then gdb-cross-sdk does its thing and
then we run oe_runconf again.

All of this shows that we really need to sit down and think and
test the dance we're doing here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils.bbclass: add missing import of oe.process
Chris Larson [Thu, 14 Oct 2010 00:39:58 +0000 (17:39 -0700)]
utils.bbclass: add missing import of oe.process

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogitver: add missing import
Chris Larson [Thu, 14 Oct 2010 00:35:04 +0000 (17:35 -0700)]
gitver: add missing import

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogitver: drop 'v' tag prefix where appropriate
Chris Larson [Thu, 14 Oct 2010 00:29:09 +0000 (17:29 -0700)]
gitver: drop 'v' tag prefix where appropriate

If the tag starts with 'v' followed by a number, drop the 'v' prefix.  This
will not be done for you if you customize GIT_TAGADJUST.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobitbake.conf: fix pkg-config relocation issue
Chris Larson [Sat, 9 Oct 2010 19:38:39 +0000 (19:38 +0000)]
bitbake.conf: fix pkg-config relocation issue

By default, pkg-config falls back to checking the default search path for .pc
files, which is the native location.  If you relocate it, it will be unable to
hit that location, which can cause problems in certain cases.  In particular,
gnome-bluetooth requires gtk-doc-native to run its tools, and uses pkg-config
to determine its availability.

Fix by adding the native pkg-config locations to the PKG_CONFIG_PATH.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agogitver: allow tag adjustment via GIT_TAGADJUST
Chris Larson [Wed, 13 Oct 2010 02:06:25 +0000 (19:06 -0700)]
gitver: allow tag adjustment via GIT_TAGADJUST

Example usage:

    GIT_TAGADJUST = "version[1:]"

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agooe.unpack: use oe.process
Chris Larson [Thu, 14 Oct 2010 00:16:43 +0000 (17:16 -0700)]
oe.unpack: use oe.process

Signed-off-by: Chris Larson <chris_larson@mentor.com>