openembedded.git
14 years agocdparanoia: oe-stylize
Frans Meulenbroeks [Mon, 9 Aug 2010 19:25:57 +0000 (21:25 +0200)]
cdparanoia: oe-stylize

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogsnmp-0.3.0: fix quoting in autoconf macros
Henri Bragge [Mon, 9 Aug 2010 05:31:37 +0000 (05:31 +0000)]
gsnmp-0.3.0: fix quoting in autoconf macros

Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
14 years agofirmware: Add recipe to work with the marvell-sdio-tf-fw
Stefan Schmidt [Mon, 9 Aug 2010 15:26:00 +0000 (17:26 +0200)]
firmware: Add recipe to work with the marvell-sdio-tf-fw

14 years agopointercal: Add bug20 support and bump PR
Stefan Schmidt [Mon, 9 Aug 2010 14:52:18 +0000 (16:52 +0200)]
pointercal: Add bug20 support and bump PR

14 years agotask-x11: fix PACKAGE_ARCH override for task-x11-server, _pn- didn't work it seems
Martin Jansa [Mon, 9 Aug 2010 13:18:35 +0000 (15:18 +0200)]
task-x11: fix PACKAGE_ARCH override for task-x11-server, _pn- didn't work it seems

14 years agotask-shr-feed: add xfsprogs
Martin Jansa [Mon, 9 Aug 2010 09:32:25 +0000 (11:32 +0200)]
task-shr-feed: add xfsprogs

14 years agocalibrateproto: fix qa_staging
Martin Jansa [Mon, 9 Aug 2010 06:40:39 +0000 (08:40 +0200)]
calibrateproto: fix qa_staging

* use relative path, otherwise we stage link to workdir, which is later cleaned by rm_work and qa_staging fails

Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoeglibc_2.12/eglibc_svn: Update SRCREV to latest tip.
Khem Raj [Mon, 9 Aug 2010 00:41:50 +0000 (17:41 -0700)]
eglibc_2.12/eglibc_svn: Update SRCREV to latest tip.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoklibc: Get rid of legacy staging.
Khem Raj [Sun, 8 Aug 2010 21:54:23 +0000 (14:54 -0700)]
klibc: Get rid of legacy staging.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-leviathan: bump git revivion and PR
Denis 'GNUtoo' Carikli [Sun, 8 Aug 2010 18:31:45 +0000 (20:31 +0200)]
linux-leviathan: bump git revivion and PR

This new revision support a new procfs file that prints
  a resume reason.
That is needed for resuming when we get a call.
(this kernel is used on the htcdream,which is a phone)

14 years agolibsdl-mixer: fixed the absence of ogg support(because of a libmikmod issue),bump...
Denis 'GNUtoo' Carikli [Sat, 7 Aug 2010 12:56:38 +0000 (14:56 +0200)]
libsdl-mixer: fixed the absence of ogg support(because of a libmikmod issue),bump PR and convert libmikmod staging

When I ran wesnoth 1.8.3 I had no music and similar messages on the console:
  error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg'
At first I tought that I missed a dlopend library.
But I did an ldd on libsdl-mixer and compared with the version on my desktop:
 root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1
  libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x400 54000)
  libpthread.so.0 => /lib/libpthread.so.0 (0x400d4000)
  libmad.so.0 => /usr/lib/libmad.so.0 (0x400f4000)
  libc.so.6 => /lib/libc.so.6 (0x40110000)
  libm.so.6 => /lib/libm.so.6 (0x40234000)
  libts-1.0.so.0 => /usr/lib/libts-1.0.so.0 (0x402d0000)
  libdl.so.2 => /lib/libdl.so.2 (0x402dc000)
  libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402e8000)
  /lib/ld-linux.so.3 (0x2a000000)
And I found huge differences with my desktop version:
linux-vdso.so.1 =>  (0x00007fff63cef000)
libm.so.6 => /lib/libm.so.6 (0x00007f32232dd000)
libmikmod.so.2 => /usr/lib/libmikmod.so.2 (0x00007f322308d000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f3222e88000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000)
libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000)
libc.so.6 => /lib/libc.so.6 (0x00007f3222409000)
/lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f32221dc000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f3221fd4000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3221cc0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f3221aa9000)
libpulse-simple.so.0 => /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000)
libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007f3221662000)
libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000)
libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000)
libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3220d9e000)
libpulsecommon-0.9.21.so => /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000)
librt.so.1 => /lib/librt.so.1 (0x00007f3220949000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3220610000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f32203f4000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f32201eb000)
libXtst.so.6 => /usr/lib/libXtst.so.6 (0x00007f321ffe4000)
libwrap.so.0 => /lib/libwrap.so.0 (0x00007f321fdd8000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007f321fb73000)
libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00007f321f934000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f321f716000)
libuuid.so.1 => /lib/libuuid.so.1 (0x00007f321f511000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f321f2ff000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f321f0ee000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007f321eed4000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007f321ec89000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f321e6a9000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000)
Then I looked in the configure log of libsdl-mixer and found that:
 .../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor'
 collect2: ld returned 1 exit status
 configure:11865: $? = 1
During the detection of libvorbis.

I had no idea on how to fix that,so I asked on irc(#oe on Freenode):
Khem helped me a lot and at some point said(about libmikmod):
 Aug 03 16:57:38 <khem>  add -lm to LDFLAGS
And finally:
 Aug 03 17:35:33 <ensc|w> GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it
 Aug 03 17:35:37 <GNUtoo|laptop> armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod
 Aug 03 17:35:50 <GNUtoo|laptop> ensc|w, isn't that risky? but I can try that
 Aug 03 17:36:02 <GNUtoo|laptop> you mean OEMAKE?
 Aug 03 17:36:11 <ensc|w> wrong... EXTRA_OECONF='LIBRARY_LIB=-lm'
Thanks a lot for the help

About the PR bump:
 19:59 < khem> you should only bump the pr of the package you are modifying
 19:59 < GNUtoo|htcdream> khem: ok thanks a lot
So I bumped only PR of libmikmod and sdl-mixer

14 years agominimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"
Michael 'Mickey' Lauer [Sun, 8 Aug 2010 16:18:12 +0000 (18:18 +0200)]
minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"

This reverts commit f00b1bec3efb8490b3343c368d36788e290e6fc7.

Unfortunately this slipped under my radar. MACHINE_CLASS is being
used by me, e.g. for Motorola EZX, HTC MSM7, and more --
so please leave it in here.

14 years agourjtag: fixed license (GPL -> GPLv2)
Frans Meulenbroeks [Sun, 8 Aug 2010 15:54:14 +0000 (17:54 +0200)]
urjtag: fixed license (GPL -> GPLv2)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agourjtag: new recipe
Frans Meulenbroeks [Sun, 8 Aug 2010 15:42:20 +0000 (17:42 +0200)]
urjtag: new recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agorecipes: bump PR for packages depending on jpeg which changed .so name with 6b -...
Martin Jansa [Sat, 7 Aug 2010 19:03:02 +0000 (21:03 +0200)]
recipes: bump PR for packages depending on jpeg which changed .so name with 6b -> 8b upgrade

* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more

14 years agosox: Get rid of do_stage and use BBCLASSEXTEND
Khem Raj [Sat, 7 Aug 2010 18:43:36 +0000 (11:43 -0700)]
sox: Get rid of do_stage and use BBCLASSEXTEND

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agouclibc++_0.1.9.bb: Get rid of legacy staging.
Khem Raj [Sat, 7 Aug 2010 06:53:49 +0000 (23:53 -0700)]
uclibc++_0.1.9.bb: Get rid of legacy staging.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoelfutils_0.89.bb: Remove.
Khem Raj [Sat, 7 Aug 2010 06:51:25 +0000 (23:51 -0700)]
elfutils_0.89.bb: Remove.

* Old recipe not used by anyone

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocairo/libsvg/xsvg: Remove staging null ops
Richard Purdie [Sun, 1 Aug 2010 19:50:04 +0000 (20:50 +0100)]
cairo/libsvg/xsvg: Remove staging null ops

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoshasum: Convert do_stage -> do_install (from Poky)
Richard Purdie [Sun, 1 Aug 2010 19:45:54 +0000 (20:45 +0100)]
shasum: Convert do_stage -> do_install (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocalibrateproto: Convert do_stage to do_install
Richard Purdie [Sun, 1 Aug 2010 19:37:28 +0000 (20:37 +0100)]
calibrateproto: Convert do_stage to do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxorg-font: Remove null op staging functions
Richard Purdie [Sun, 1 Aug 2010 19:33:13 +0000 (20:33 +0100)]
xorg-font: Remove null op staging functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomodutils-cross: Convert do_stage to do_install (from Poky)
Richard Purdie [Sun, 1 Aug 2010 19:19:46 +0000 (20:19 +0100)]
modutils-cross: Convert do_stage to do_install (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agochicken-cross: Remove do_stage
Richard Purdie [Sun, 1 Aug 2010 19:22:01 +0000 (20:22 +0100)]
chicken-cross: Remove do_stage

These do_stage functions are duplicates of the do_install so may as well be
removed. The do_install doesn't install into ${D} but that is a different
problem.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocross.bbclass: Drop automatic stage function and associated gcc dummy stub
Richard Purdie [Sun, 1 Aug 2010 19:30:02 +0000 (20:30 +0100)]
cross.bbclass: Drop automatic stage function and associated gcc dummy stub

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogdb: Drop empty do_stage functions
Richard Purdie [Sun, 1 Aug 2010 19:29:21 +0000 (20:29 +0100)]
gdb: Drop empty do_stage functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-native: Convert do_stage to do_install
Richard Purdie [Sun, 1 Aug 2010 19:24:04 +0000 (20:24 +0100)]
gcc-native: Convert do_stage to do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-cross-kernel: Convert do_stage to do_install (from Poky)
Richard Purdie [Sat, 7 Aug 2010 06:26:00 +0000 (23:26 -0700)]
gcc-cross-kernel: Convert do_stage to do_install (from Poky)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils: Clean out unneeded do_stage functions
Richard Purdie [Sun, 1 Aug 2010 19:13:37 +0000 (20:13 +0100)]
binutils: Clean out unneeded do_stage functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoftdi_eeprom: Add recipe for version 0.3
Khem Raj [Sat, 7 Aug 2010 05:50:34 +0000 (22:50 -0700)]
ftdi_eeprom: Add recipe for version 0.3

* Remove unused patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoconfuse: Add recipe for 2.7
Khem Raj [Sat, 7 Aug 2010 05:26:09 +0000 (22:26 -0700)]
confuse: Add recipe for 2.7

* Use BBCLASSEXTEND for native recipe.
* Remove older versions.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibftdi: Upgrade to 0.18
Khem Raj [Sat, 7 Aug 2010 04:46:36 +0000 (21:46 -0700)]
libftdi: Upgrade to 0.18

* Use BBCLASSEXTEND for native recipes.
* Remove old versions of native and target recipes.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopenjdk: update the unused-backtrace-patch for uclibc
Henning Heinold [Thu, 5 Aug 2010 14:51:11 +0000 (16:51 +0200)]
openjdk: update the unused-backtrace-patch for uclibc

14 years agoapt: removed 0.7.2
Frans Meulenbroeks [Fri, 6 Aug 2010 21:08:59 +0000 (23:08 +0200)]
apt: removed 0.7.2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agosip-native: removed a few old versions
Frans Meulenbroeks [Fri, 6 Aug 2010 21:07:12 +0000 (23:07 +0200)]
sip-native: removed a few old versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-cython[-native] removed 0.10.3
Frans Meulenbroeks [Fri, 6 Aug 2010 21:01:53 +0000 (23:01 +0200)]
python-cython[-native] removed 0.10.3

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-pygobject[-native]: removed old 2.14.2 version
Frans Meulenbroeks [Fri, 6 Aug 2010 21:00:17 +0000 (23:00 +0200)]
python-pygobject[-native]: removed old 2.14.2 version

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoopenssl: removed old 0.9.7 versions
Frans Meulenbroeks [Fri, 6 Aug 2010 20:58:31 +0000 (22:58 +0200)]
openssl: removed old 0.9.7 versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoapt: removed some very old versions
Frans Meulenbroeks [Fri, 6 Aug 2010 20:56:31 +0000 (22:56 +0200)]
apt: removed some very old versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agom4: removed 1.4.4 and 1.4.11 (old, unused)
Frans Meulenbroeks [Fri, 6 Aug 2010 20:51:45 +0000 (22:51 +0200)]
m4: removed 1.4.4 and 1.4.11 (old, unused)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoabiword: deleted some old versions
Frans Meulenbroeks [Fri, 6 Aug 2010 20:47:22 +0000 (22:47 +0200)]
abiword: deleted some old versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoyasm, migrate to BBCLASSEXTEND = "native"
Frans Meulenbroeks [Fri, 6 Aug 2010 19:41:02 +0000 (21:41 +0200)]
yasm, migrate to  BBCLASSEXTEND = "native"

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-docutils: removed legacy staging, converted to BBCLASSEXTEND
Frans Meulenbroeks [Fri, 6 Aug 2010 18:47:54 +0000 (20:47 +0200)]
python-docutils: removed legacy staging, converted to BBCLASSEXTEND

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux-omap-psp 2.6.32: fix SRC_URI indentation
Koen Kooi [Fri, 6 Aug 2010 15:17:56 +0000 (17:17 +0200)]
linux-omap-psp 2.6.32: fix SRC_URI indentation

14 years agoangstrom: jpeg 8b doesn't build, prefer 6b for the time being
Koen Kooi [Fri, 6 Aug 2010 14:53:57 +0000 (16:53 +0200)]
angstrom: jpeg 8b doesn't build, prefer 6b for the time being

14 years agoxslt: deletel 1.1.17: very old, not pinned
Frans Meulenbroeks [Fri, 6 Aug 2010 14:27:24 +0000 (16:27 +0200)]
xslt: deletel 1.1.17: very old, not pinned

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux-omap-psp: Add camera bootarg
Jason Kridner [Fri, 6 Aug 2010 04:05:07 +0000 (04:05 +0000)]
linux-omap-psp: Add camera bootarg

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@beagleboard.org>
14 years agolibgsm: kill legacy staging
Koen Kooi [Fri, 6 Aug 2010 14:05:56 +0000 (16:05 +0200)]
libgsm: kill legacy staging

14 years agompeg2dec: kill legacy staging
Koen Kooi [Fri, 6 Aug 2010 14:04:52 +0000 (16:04 +0200)]
mpeg2dec: kill legacy staging

14 years agoRemove redundant dependencies upon opkg and opkg-collateral.
Graham Gower [Wed, 4 Aug 2010 20:58:54 +0000 (20:58 +0000)]
Remove redundant dependencies upon opkg and opkg-collateral.

rootfs_ipk.bbclass already pulls these in, so avoid some confusion.

This is totally untested.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoRevert "rootfs_ipk.bbclass: install the package manager in a separate pass from the...
Martin Jansa [Thu, 5 Aug 2010 07:41:39 +0000 (09:41 +0200)]
Revert "rootfs_ipk.bbclass: install the package manager in a separate pass from the other packages"

* This reverts commit acc720fa80227d08fd15764117e0c34e2387e804.
* Graham already has a proper fix for this.
* This breaks rootfs with ${ONLINE_PACKAGE_MANAGEMENT}" == "none"

Conflicts:

classes/rootfs_ipk.bbclass

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-By: Chris Larson <clarson@mvista.com>
14 years agopackage_ipk.bbclass: add lists_dir to sysroots' /etc/opkg.conf
Graham Gower [Wed, 4 Aug 2010 20:31:50 +0000 (20:31 +0000)]
package_ipk.bbclass: add lists_dir to sysroots' /etc/opkg.conf

This makes the sysroots' /etc/opkg.conf agree with opkg-collateral on where
the package lists database should be found. Fixes a problem whereby opkg
cannot find the package lists after opkg-collateral is installed.

This fixes the same problem as acc720fa80227d08fd15764117e0c34e2387e804.
But since that doesn't take into account other dependencies bringing
opkg-collateral into the image, it doesn't solve the problem in all
cases and could probably be reverted.

This is a bit messy, having hardcoded /var/lib/opkg as the lists_dir
in multiple locations. Other suggestions welcome.
I'm not sure its all that necessary to be using /usr/lib/opkg other
than for backwards compatibility with existing installations.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoreadline: apply the patches...
Enrico Scholz [Fri, 6 Aug 2010 10:51:03 +0000 (12:51 +0200)]
readline: apply the patches...

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
14 years agoreadline: added 6.1 recipe
Enrico Scholz [Fri, 24 Jul 2009 09:05:50 +0000 (11:05 +0200)]
readline: added 6.1 recipe

It has a negative default preference for now due to the GPLv2 -> GPLv3
switch.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
14 years agojpeg: updated to version 8b
Enrico Scholz [Fri, 24 Jul 2009 13:52:44 +0000 (15:52 +0200)]
jpeg: updated to version 8b

jpeg8b is now automake based and does not required the patches from the
6b recipe anymore.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
14 years agoshr: prefer ncurses 5.7 also for native
Martin Jansa [Fri, 6 Aug 2010 09:04:42 +0000 (11:04 +0200)]
shr: prefer ncurses 5.7 also for native

14 years agoshr: prefer ncurses 5.7
Martin Jansa [Thu, 5 Aug 2010 09:58:21 +0000 (11:58 +0200)]
shr: prefer ncurses 5.7

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agorecipe for scli-0.4.0
Henri Bragge [Wed, 4 Aug 2010 22:44:41 +0000 (22:44 +0000)]
recipe for scli-0.4.0

Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
14 years agorecipe for gsnmp-0.3.0
Henri Bragge [Wed, 4 Aug 2010 22:44:40 +0000 (22:44 +0000)]
recipe for gsnmp-0.3.0

Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
14 years agoComedilib: Add version 0.8.1
Martyn Welch [Mon, 14 Jun 2010 22:22:56 +0000 (22:22 +0000)]
Comedilib: Add version 0.8.1

The Comedi project develops open-source drivers, tools, and libraries for
data acquisition.

Comedilib is a user-space library that provides a developer-friendly
interface to Comedi devices.

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
14 years agotar: removed 1.13.93
Frans Meulenbroeks [Fri, 6 Aug 2010 07:05:03 +0000 (09:05 +0200)]
tar: removed 1.13.93

5 years old, 4 newer versions exist, not pinned
using legacy staging and native recipe
more than enough reasons to remove

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoshadow: added new package shadow-group. Fix for build with uclibc.
Vladimir Sorokin [Tue, 4 May 2010 08:46:14 +0000 (12:46 +0400)]
shadow: added new package shadow-group. Fix for build with uclibc.

shadow-group contains utilities (sg, newgrp, gpasswd, groups) for group
manipulation, useful when you only need things not provided by busybox.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agou-boot: calamari: moved to 2010.06 version
Frans Meulenbroeks [Fri, 6 Aug 2010 05:34:33 +0000 (07:34 +0200)]
u-boot: calamari: moved to 2010.06 version

all changes are calamari specific
moved to 2010.06 version
made sure all u-boot variants are build and deployed (for nor/nand/sd/spi)
removed the patches that have been merged upstream
removed a stale file that was not used: buggy-gcc-really-no-spe.patch
added patch to increase sd card timeout

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend
Denys Dmytriyenko [Thu, 5 Aug 2010 23:37:35 +0000 (19:37 -0400)]
gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend

Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoRevert "klibc: get rid of legacy staging"
Andrea Adami [Thu, 5 Aug 2010 23:42:01 +0000 (01:42 +0200)]
Revert "klibc: get rid of legacy staging"

* committed broken version with evil install
* WIP
This reverts commit b32ce2a63973fdf72d1ffe94b8418ec214cb2b20.

14 years agolinux-omap-psp_2.6.32: Move camera sensor reset
Jason Kridner [Thu, 5 Aug 2010 09:21:22 +0000 (09:21 +0000)]
linux-omap-psp_2.6.32: Move camera sensor reset

Camera reset needed to be done after applying power.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@beagleboard.org>
14 years agou-boot: fix beagle patch names
Koen Kooi [Thu, 5 Aug 2010 20:00:34 +0000 (22:00 +0200)]
u-boot: fix beagle patch names

14 years agogphoto2: removed 2.1.x > 4 years old; not pinned
Frans Meulenbroeks [Thu, 5 Aug 2010 19:57:47 +0000 (21:57 +0200)]
gphoto2: removed 2.1.x > 4 years old; not pinned

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoangstrom-uboot-scripts: fixed tests for revision
jkridner@beagleboard.org [Thu, 5 Aug 2010 09:08:34 +0000 (09:08 +0000)]
angstrom-uboot-scripts: fixed tests for revision

Tests in u-boot scripts require the 'test' function.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agou-boot: beagleboard: default 3MP camera support
jkridner@beagleboard.org [Thu, 5 Aug 2010 09:03:37 +0000 (09:03 +0000)]
u-boot: beagleboard: default 3MP camera support

This turns on the pull-ups so that the I2C will work by default as well
as sets the default camera type.  Currently, the kernel cannot probe for
I2C devices, but that should be the long term fix.  We put the change
here into the default environment, instead of the boot.scr, such that
there won't be a need to update your boot.scr in the future for the
default camera if we ever get the kernel fixed to probe for I2C devcies.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolirc: removed old recipes
Frans Meulenbroeks [Thu, 5 Aug 2010 19:29:22 +0000 (21:29 +0200)]
lirc: removed old recipes

the lirc recipes still used legacy staging (apart from the latest version)
nobody pinned these so removed them (and the associated
lirc-modules recipes)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agozziplib-native: removed
Frans Meulenbroeks [Thu, 5 Aug 2010 19:20:55 +0000 (21:20 +0200)]
zziplib-native: removed

no one has a dependency on this one and the leading non-native
recipe is already at 0.13.49

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agowxwidgets/wxbase: remvoed 2.6.4
Frans Meulenbroeks [Thu, 5 Aug 2010 19:15:15 +0000 (21:15 +0200)]
wxwidgets/wxbase: remvoed 2.6.4

old, unpinned, using legacy staging

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agointltool: removed old versions
Frans Meulenbroeks [Thu, 5 Aug 2010 19:04:21 +0000 (21:04 +0200)]
intltool: removed old versions

removed older unpinned versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoglib-2.0: removed several old versions
Frans Meulenbroeks [Thu, 5 Aug 2010 18:58:56 +0000 (20:58 +0200)]
glib-2.0: removed several old versions

There were about 26 recipes in this dir; removed all recipes older than 2 years that
were not pinned (as per TSC guidelines).
There are still 17 recipes left....

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agogpe-ownerinfo: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 18:14:25 +0000 (20:14 +0200)]
gpe-ownerinfo: kill legacy staging

14 years agolibdisplaymigration: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 18:12:11 +0000 (20:12 +0200)]
libdisplaymigration: kill legacy staging

14 years agolibglade: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 18:10:42 +0000 (20:10 +0200)]
libglade: kill legacy staging

14 years agoeds-dbus: work around crosscompile badness
Koen Kooi [Thu, 5 Aug 2010 15:48:32 +0000 (17:48 +0200)]
eds-dbus: work around crosscompile badness

14 years agopoptop: remove version 1.3.0
Roman I Khimov [Mon, 29 Mar 2010 17:21:28 +0000 (21:21 +0400)]
poptop: remove version 1.3.0

Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost
completely different now. So, I see no point in keeping it around.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agocramfs: remove -native recipe, replace with BBCLASSEXTEND
Roman I Khimov [Thu, 5 Aug 2010 17:30:45 +0000 (21:30 +0400)]
cramfs: remove -native recipe, replace with BBCLASSEXTEND

Removes another do_stage instance along the way.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agotiff: remove version 3.7.2
Roman I Khimov [Thu, 5 Aug 2010 17:21:43 +0000 (21:21 +0400)]
tiff: remove version 3.7.2

 * released March 2005, obsolete
 * not pinned by any public distro
 * uses legacy staging

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoyaffs2-utils: remove deprecated patch parameters
Roman I Khimov [Thu, 5 Aug 2010 17:14:08 +0000 (21:14 +0400)]
yaffs2-utils: remove deprecated patch parameters

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agogeda-gattrib: remove deprecated patch parameters
Roman I Khimov [Thu, 5 Aug 2010 17:13:39 +0000 (21:13 +0400)]
geda-gattrib: remove deprecated patch parameters

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agotcpdump: remove deprecated patch options
Roman I Khimov [Thu, 5 Aug 2010 17:13:19 +0000 (21:13 +0400)]
tcpdump: remove deprecated patch options

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agolibpcap: remove deprecated patch options
Roman I Khimov [Thu, 5 Aug 2010 17:12:55 +0000 (21:12 +0400)]
libpcap: remove deprecated patch options

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agobarnyard2: remove deprecated patch options
Roman I Khimov [Thu, 5 Aug 2010 08:28:18 +0000 (12:28 +0400)]
barnyard2: remove deprecated patch options

Another pick-from-local-branch error, sorry.
Hopefully, last one,merged patch syntax changes there.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoqemu: Add 0.12.5
Khem Raj [Thu, 5 Aug 2010 16:54:57 +0000 (09:54 -0700)]
qemu: Add 0.12.5

* Remove 0.12.4 in favor of it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.
Elena Grandi [Thu, 5 Aug 2010 11:59:23 +0000 (13:59 +0200)]
xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.

14 years agogtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'
Khem Raj [Thu, 5 Aug 2010 06:36:08 +0000 (23:36 -0700)]
gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'

* It does not compile in thumb mode with gcc 4.5
  other version of gcc were not tested probably they
  many have problem too. For now always build using
  arm mode.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonetkit-telnet_0.17.bb: Add -lncurses to LDFLAGS
Khem Raj [Thu, 5 Aug 2010 06:35:01 +0000 (23:35 -0700)]
netkit-telnet_0.17.bb: Add -lncurses to LDFLAGS

* We also need to add this for non uclibc builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoautotools_stage.bbclass: Delete
Khem Raj [Wed, 4 Aug 2010 18:48:49 +0000 (11:48 -0700)]
autotools_stage.bbclass: Delete

* This class should not be needed anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agorecipes: inherit autotools instead of autotools_stage
Khem Raj [Wed, 4 Aug 2010 18:48:07 +0000 (11:48 -0700)]
recipes: inherit autotools instead of autotools_stage

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodevice-mapper_1.02.28.bb: Get rid of legacy staging
Khem Raj [Wed, 4 Aug 2010 18:46:06 +0000 (11:46 -0700)]
device-mapper_1.02.28.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogupnp_0.13.1.bb: Get rid of legacy staging
Khem Raj [Wed, 4 Aug 2010 18:44:40 +0000 (11:44 -0700)]
gupnp_0.13.1.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogupnp_0.12.5.bb: Get rid of legacy staging
Khem Raj [Wed, 4 Aug 2010 18:42:29 +0000 (11:42 -0700)]
gupnp_0.12.5.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenobex_1.5.bb: Get rid of legacy staging
Khem Raj [Wed, 4 Aug 2010 18:36:23 +0000 (11:36 -0700)]
openobex_1.5.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopopt: Use BBCLASSEXTEND instead of native recipes.
Khem Raj [Wed, 4 Aug 2010 18:31:46 +0000 (11:31 -0700)]
popt: Use BBCLASSEXTEND instead of native recipes.

* Use INC_PR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoeds-dbus: add missing dep on libical
Koen Kooi [Thu, 5 Aug 2010 14:15:31 +0000 (16:15 +0200)]
eds-dbus: add missing dep on libical

14 years agojava-library.bbclass: workaround for staging when BBCLASSEXTENDED is used
Henning Heinold [Thu, 5 Aug 2010 12:41:56 +0000 (14:41 +0200)]
java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used

* when BBCLASSEXTENDED is used, do_stage is not called for
  target stuff, so workaround it with the oejarinstall in do_install too