openembedded.git
15 years agoopenais: update to version 1.1.3
Roman I Khimov [Mon, 24 May 2010 08:41:39 +0000 (12:41 +0400)]
openais: update to version 1.1.3

Bug fix release, considered as safe upgrade

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agocorosync: update to version 1.2.3
Roman I Khimov [Mon, 24 May 2010 08:40:00 +0000 (12:40 +0400)]
corosync: update to version 1.2.3

 * bug fix release, considered as safe upgrade
 * remove init file installed by default (we have our own)

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoclamav: introduce version 0.96.1
Roman I Khimov [Fri, 21 May 2010 12:02:05 +0000 (16:02 +0400)]
clamav: introduce version 0.96.1

This one has llvm built-in and since llvm itself is handled natively
with cmake autoreconf goes mad about missing configure.ac or .in. Thus
this oe_runconf hook. I hope this will be handled by upstream sooner
or later.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoclamav: convert to new staging
Roman I Khimov [Fri, 21 May 2010 11:56:47 +0000 (15:56 +0400)]
clamav: convert to new staging

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibmail-spf-perl: fix bad interpreter in spfquery executable
Roman I Khimov [Thu, 20 May 2010 11:37:52 +0000 (15:37 +0400)]
libmail-spf-perl: fix bad interpreter in spfquery executable

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoutils.bbclass: set close_fds=True by default for the popen helper
Chris Larson [Tue, 8 Jun 2010 14:46:58 +0000 (07:46 -0700)]
utils.bbclass: set close_fds=True by default for the popen helper

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: Drop some unnecessary getVar usage in python snippets
Chris Larson [Sun, 23 May 2010 17:41:09 +0000 (10:41 -0700)]
bitbake.conf: Drop some unnecessary getVar usage in python snippets

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: make the EXTENDPE bits slightly less disturbing
Chris Larson [Wed, 19 May 2010 20:27:10 +0000 (13:27 -0700)]
bitbake.conf: make the EXTENDPE bits slightly less disturbing

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: don't filter out nonexisting paths from FILESPATH
Chris Larson [Sat, 22 May 2010 00:11:48 +0000 (17:11 -0700)]
bitbake.conf: don't filter out nonexisting paths from FILESPATH

It's unnecessary, and can cause problems with amend.bbclass.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: use := for BUILD_OS and BUILD_ARCH
Chris Larson [Sun, 23 May 2010 17:43:44 +0000 (10:43 -0700)]
bitbake.conf: use := for BUILD_OS and BUILD_ARCH

These don't change, so their initial values should be just fine.  Apparently,
in a typical build, those os.uname() snippets are called around 46k times,
which seems a tad excessive :)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agoAdd a rm -rf utility function and use it in packaged-staging.bbclass
Chris Larson [Tue, 8 Jun 2010 23:14:37 +0000 (16:14 -0700)]
Add a rm -rf utility function and use it in packaged-staging.bbclass

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agopackaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE
Chris Larson [Wed, 9 Jun 2010 00:56:53 +0000 (17:56 -0700)]
packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agocmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabled
Yuri Bushmelev [Thu, 10 Jun 2010 14:55:23 +0000 (18:55 +0400)]
cmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabled

15 years agodb4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
Robert Schuster [Thu, 10 Jun 2010 13:04:46 +0000 (15:04 +0200)]
db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
db5.inc: Dito.

15 years agogdb_7.1: Add patch to shut a warning when we boot into shell.
Khem Raj [Thu, 10 Jun 2010 02:04:02 +0000 (19:04 -0700)]
gdb_7.1: Add patch to shut a warning when we boot into shell.

* [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for
* device]
  this warning is pretty annoying when debugging on a shell which
  does not have a proper console device allocated and no job control.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoRevert "lib/oe/patch.py: Dont import patches but symlink them instead"
Khem Raj [Thu, 10 Jun 2010 01:04:09 +0000 (18:04 -0700)]
Revert "lib/oe/patch.py: Dont import patches but symlink them instead"

pushed wrong branch. It needs to be reviewed before pushing.

This reverts commit 428c2de6d27dd49274b9884c3123b053c42af0ce.

15 years agouclibc_git: keep PV at "git"
Bernhard Reutner-Fischer [Wed, 9 Jun 2010 07:10:36 +0000 (07:10 +0000)]
uclibc_git: keep PV at "git"

With this change, you can put
PREFERRED_UCLIBC_VERSION="git" into your conf/local.conf
once or set PREFERRED_VERSION_uclibc{*}="git" and need
not adjust local.conf if the git revision was changed.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolib/oe/patch.py: Dont import patches but symlink them instead
Khem Raj [Thu, 10 Jun 2010 00:30:04 +0000 (17:30 -0700)]
lib/oe/patch.py: Dont import patches but symlink them instead

* This patch removes the usage of quilt import <patch>
  instead it creasted a symlink to the patch in the patches
  directory and synthesizes the series file which otherwise
  would be done automatically by quilt import.

* This should help a bit in reducing build time as it avoids
  copying of the patch and also other things that quilt import
  would otherwise do.

* Tested by doing minimal-image on qemuarm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agominimal-uclibc.conf: Add pam to DISTRO_FEATURES
Khem Raj [Wed, 9 Jun 2010 20:45:43 +0000 (13:45 -0700)]
minimal-uclibc.conf: Add pam to DISTRO_FEATURES

* if pam is not in the DISTRO_FEATURES then pam
  modules dont end up in th root file system but
  when using shadow pam is used for authentication
  and uclibc needs these modules otherwise login
  fails.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoncurses: Switch to INC_PR and BBCLASSEXTEND. Fix ncurses-sdk and terminfo
Tom Rini [Wed, 9 Jun 2010 18:08:07 +0000 (11:08 -0700)]
ncurses: Switch to INC_PR and BBCLASSEXTEND.  Fix ncurses-sdk and terminfo

RSUGGESTS needs to use ${PN} not ncurses otherwise ncurses-sdk will try
ncurses-terminfo (wrong) not ncurses-sdk-terminfo (right).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agorun-qemu.sh: Suppport option to boot into single user shell.
Khem Raj [Wed, 9 Jun 2010 20:39:26 +0000 (13:39 -0700)]
run-qemu.sh: Suppport option to boot into single user shell.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoshadow-4.1.4.2: Add patches to support dots in login id.
Khem Raj [Wed, 9 Jun 2010 20:37:03 +0000 (13:37 -0700)]
shadow-4.1.4.2: Add patches to support dots in login id.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibio-zlib-perl: add missing dependency
Roman I Khimov [Wed, 19 May 2010 12:22:35 +0000 (16:22 +0400)]
libio-zlib-perl: add missing dependency

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: add prepackaged rules
Roman I Khimov [Wed, 19 May 2010 13:58:21 +0000 (17:58 +0400)]
spamassassin: add prepackaged rules

sa-update is preferred way to get rules with spamassassin 3.3.1, but then
you have no rules at all out-of-the-box which is undesired in some situations.
Pack default rules to spamassassin-rules.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: remove lsb bits from init script
Roman I Khimov [Wed, 19 May 2010 12:58:42 +0000 (16:58 +0400)]
spamassassin: remove lsb bits from init script

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: add missing perl dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:37 +0000 (18:01 +0400)]
spamassassin: add missing perl dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoperl 5.10.1: a bit more module runtime dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:27 +0000 (18:01 +0400)]
perl 5.10.1: a bit more module runtime dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibmail-spf-perl: add missing perl dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:11 +0000 (18:01 +0400)]
libmail-spf-perl: add missing perl dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoprocps: handle pgrep through alternatives
Roman I Khimov [Tue, 18 May 2010 09:37:38 +0000 (13:37 +0400)]
procps: handle pgrep through alternatives

 * pgrep can be provided by busybox
 * remove useless FILES definition along the way

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoperl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"
Roman I Khimov [Mon, 17 May 2010 13:56:24 +0000 (17:56 +0400)]
perl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"

See this for further details:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480533

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/
Roman I Khimov [Wed, 9 Jun 2010 19:58:44 +0000 (23:58 +0400)]
libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/

Sorry, slipped through.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibcompress-zlib-perl: add missing dependencies
Roman I Khimov [Mon, 17 May 2010 12:00:52 +0000 (16:00 +0400)]
libcompress-zlib-perl: add missing dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibio-compress-zlib-perl: remove useless FILES
Roman I Khimov [Mon, 17 May 2010 11:59:22 +0000 (15:59 +0400)]
libio-compress-zlib-perl: remove useless FILES

Already included by cpan-base.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibio-compress-base-perl: remove useless FILES definition
Roman I Khimov [Mon, 17 May 2010 11:49:10 +0000 (15:49 +0400)]
libio-compress-base-perl: remove useless FILES definition

Already included by cpan-base.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibxml-simple-perl: add missing runtime dependency
Vladimir Sorokin [Wed, 5 May 2010 12:57:28 +0000 (16:57 +0400)]
libxml-simple-perl: add missing runtime dependency

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agorp-pppoe: fix GNU hash QA error (force LDFLAGS)
Vladimir Sorokin [Fri, 16 Apr 2010 13:57:07 +0000 (17:57 +0400)]
rp-pppoe: fix GNU hash QA error (force LDFLAGS)

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoat: fix GNU hash QA error (force LDFLAGS)
Vladimir Sorokin [Fri, 16 Apr 2010 13:55:49 +0000 (17:55 +0400)]
at: fix GNU hash QA error (force LDFLAGS)

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
15 years agovsftpd-charconv: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:49:31 +0000 (10:49 -0700)]
vsftpd-charconv: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agounionfs: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:49:20 +0000 (10:49 -0700)]
unionfs: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agophp-native: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:49:08 +0000 (10:49 -0700)]
php-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoncurses{,-native,-sdk}: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:48:47 +0000 (10:48 -0700)]
ncurses{,-native,-sdk}: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agogtk+-fastscaling: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:48:31 +0000 (10:48 -0700)]
gtk+-fastscaling: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agogcc-csl-arm-2007q3: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:48:19 +0000 (10:48 -0700)]
gcc-csl-arm-2007q3: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agodpkg-native: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:48:06 +0000 (10:48 -0700)]
dpkg-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoclutter-gtk: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:47:13 +0000 (10:47 -0700)]
clutter-gtk: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agobluez: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:46:50 +0000 (10:46 -0700)]
bluez: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoqt4: first part of mediaservices packaging
Koen Kooi [Wed, 9 Jun 2010 17:38:21 +0000 (19:38 +0200)]
qt4: first part of mediaservices packaging

15 years agoqt-4.6.2.inc: solved a bug when trying to append an empty string to the qtdemo file...
Marco Cavallini [Wed, 9 Jun 2010 14:46:37 +0000 (16:46 +0200)]
qt-4.6.2.inc: solved a bug when trying to append an empty string to the qtdemo file when building Qt/X11 (QT != Qt/E)

 * Now checking if [ -n ${QT_LIBINFIX} ] before mv qtdemo

15 years agokaeilos-2009-preferred-versions.inc: some distro version updates and mainly automake...
Marco Cavallini [Wed, 9 Jun 2010 14:45:15 +0000 (16:45 +0200)]
kaeilos-2009-preferred-versions.inc: some distro version updates and mainly automake-native 1.11

15 years agogcc_4.5.bb: Add lto to gcc package.
Khem Raj [Wed, 9 Jun 2010 13:53:44 +0000 (06:53 -0700)]
gcc_4.5.bb: Add lto to gcc package.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoqt-4.7.0-beta1: build fix for demos/browser
Martin Jansa [Wed, 9 Jun 2010 13:20:12 +0000 (15:20 +0200)]
qt-4.7.0-beta1: build fix for demos/browser

* to fix it properly someone should package libQtMediaServices (now it's built but not packaged)
  and results to NOTE: Couldn't find shared library provider for libQtMediaServices.so.4
* so demos/browser won't probably work on target as it's now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoelementary: try to fix upgrade path from older -themes and -configs subpackage
Martin Jansa [Wed, 9 Jun 2010 09:02:52 +0000 (11:02 +0200)]
elementary: try to fix upgrade path from older -themes and -configs subpackage

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agonavit: bump PR after libgps naming fix
Martin Jansa [Wed, 9 Jun 2010 07:35:11 +0000 (09:35 +0200)]
navit: bump PR after libgps naming fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolibtree-simple-perl: Initial commit
Vladimir Sorokin [Wed, 5 May 2010 12:53:19 +0000 (16:53 +0400)]
libtree-simple-perl: Initial commit

A simple tree object in Perl.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agodropbear: support comma-separated list of addresses in port spec
Roman I Khimov [Thu, 3 Jun 2010 14:18:05 +0000 (18:18 +0400)]
dropbear: support comma-separated list of addresses in port spec

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agodropbear: switch to INC_PR
Roman I Khimov [Thu, 3 Jun 2010 14:17:36 +0000 (18:17 +0400)]
dropbear: switch to INC_PR

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoflex: convert to INC_PR
Roman I Khimov [Wed, 9 Jun 2010 07:14:09 +0000 (11:14 +0400)]
flex: convert to INC_PR

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoflex-2.5.35: create lex and flex++ symlinks
Vladimir Sorokin [Fri, 16 Apr 2010 13:57:49 +0000 (17:57 +0400)]
flex-2.5.35: create lex and flex++ symlinks

Were missing in this version, which for example lead to build failures
for packages depending on flex-native.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoipset: Initial commit
Vladimir Sorokin [Tue, 20 Apr 2010 11:36:09 +0000 (15:36 +0400)]
ipset: Initial commit

If you want to
 * store multiple IP addresses or port numbers and match against the collection
   by iptables at one swoop;
 * dynamically update iptables rules against IP addresses or ports without
   performance penalty;
 * express complex IP address and ports based rulesets with one single iptables
   rule and benefit from the speed of IP sets
then ipset may be the proper tool for you.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agogcc-cross_4.5.bb: Add libelf-native to DEPENDS
Khem Raj [Wed, 9 Jun 2010 05:40:31 +0000 (22:40 -0700)]
gcc-cross_4.5.bb: Add libelf-native to DEPENDS

* libelf is needed for LTO

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.
Khem Raj [Wed, 9 Jun 2010 05:38:38 +0000 (22:38 -0700)]
libelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.5: flto requires libelf as dependency
Khem Raj [Wed, 9 Jun 2010 00:03:35 +0000 (17:03 -0700)]
gcc-4.5: flto requires libelf as dependency

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibpam-1.1.1: Add recipe.
Khem Raj [Wed, 9 Jun 2010 00:02:00 +0000 (17:02 -0700)]
libpam-1.1.1: Add recipe.

* Tested build on arm*uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibelf_0.8.13.bb: Add recipe
Khem Raj [Wed, 9 Jun 2010 00:00:20 +0000 (17:00 -0700)]
libelf_0.8.13.bb: Add recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux_2.6.34: add defconfig for c7x0 and akita
Andrea Adami [Tue, 8 Jun 2010 22:39:58 +0000 (00:39 +0200)]
linux_2.6.34: add defconfig for c7x0 and akita

* minor fixes to spitz config, which is reused for akita
* added uinput module

15 years agogcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.
Khem Raj [Tue, 8 Jun 2010 22:12:08 +0000 (15:12 -0700)]
gcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoopkg: bump SRCREV for fix preventing overeager removing of files which were after...
Martin Jansa [Tue, 8 Jun 2010 21:30:43 +0000 (23:30 +0200)]
opkg: bump SRCREV for fix preventing overeager removing of files which were after opkg upgrade owned by different package

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopackages: PR bump after EFL SRCREV change resulting to different .so names.
Martin Jansa [Mon, 7 Jun 2010 06:47:02 +0000 (08:47 +0200)]
packages: PR bump after EFL SRCREV change resulting to different .so names.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoEFL: bump SRCREV to new snapshots
Martin Jansa [Tue, 25 May 2010 06:59:42 +0000 (08:59 +0200)]
EFL: bump SRCREV to new snapshots

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoevas: don't use SRCNAME in FILES and RREPLACES as efl.bbclass is using PN
Martin Jansa [Mon, 7 Jun 2010 08:53:10 +0000 (10:53 +0200)]
evas: don't use SRCNAME in FILES and RREPLACES as efl.bbclass is using PN

* it results to not packaging /usr/lib/.debug/libevas-ver-svn-06.so.0.9.9 to evas-dbg

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoecore: remove no longer available --enable-ecore-txt
Martin Jansa [Mon, 7 Jun 2010 08:51:54 +0000 (10:51 +0200)]
ecore: remove no longer available --enable-ecore-txt

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoinsane.bbclass: set PATH before calling desktop-file-validate
Martin Jansa [Tue, 8 Jun 2010 21:27:51 +0000 (23:27 +0200)]
insane.bbclass: set PATH before calling desktop-file-validate

* otherwise fails on hosts without desktop-file-utils installed, because cannot find binaries from desktop-file-utils-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolibpam_1.1.0.bb: Add patch to fix running with DB5
Khem Raj [Tue, 8 Jun 2010 21:22:42 +0000 (14:22 -0700)]
libpam_1.1.0.bb: Add patch to fix running with DB5

* Imported from gentoo bug #319831

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agodebian.bbclass: remove unwanted inherit leftover (from trying oe_popen instead settin...
Martin Jansa [Tue, 8 Jun 2010 21:20:12 +0000 (23:20 +0200)]
debian.bbclass: remove unwanted inherit leftover (from trying oe_popen instead setting PATH)

15 years agogpsd: add libgpsd package
Martin Jansa [Tue, 8 Jun 2010 20:59:05 +0000 (22:59 +0200)]
gpsd: add libgpsd package

* libgpsd was added in gpsd-2.94 and because it was packaged together with libgps.so.19 without LEAD_SONAME
  the resulting package was renamed from libgps19 to libgps (with debian naming)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agodebian.bbclass: call objdump from binutils-cross
Martin Jansa [Mon, 7 Jun 2010 22:24:59 +0000 (00:24 +0200)]
debian.bbclass: call objdump from binutils-cross

* host objdump can support multiple targets and instead of output it shows list of targets to choose from
  see http://thread.gmane.org/gmane.comp.handhelds.openembedded/33294/focus=33357
* PATH set in cmd as suggested by kergoth

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoshr: prefer postgresql 8.4.4
Martin Jansa [Tue, 8 Jun 2010 14:43:07 +0000 (16:43 +0200)]
shr: prefer postgresql 8.4.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopostgresql: add version 8.4.4
Martin Jansa [Tue, 8 Jun 2010 14:11:27 +0000 (16:11 +0200)]
postgresql: add version 8.4.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-openmoko-2.6.29: fix for lost touchscreen bug #2328
Martin Jansa [Sat, 5 Jun 2010 07:10:55 +0000 (09:10 +0200)]
linux-openmoko-2.6.29: fix for lost touchscreen bug #2328

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-openmoko-2.6.34: bump SRCREV, remove applied pcf patch
Martin Jansa [Tue, 8 Jun 2010 14:11:05 +0000 (16:11 +0200)]
linux-openmoko-2.6.34: bump SRCREV, remove applied pcf patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoqt4-tools-native_4.7.0-beta1: add Xau and Xdmcp to xlib.pro config.test
Martin Jansa [Tue, 8 Jun 2010 14:42:43 +0000 (16:42 +0200)]
qt4-tools-native_4.7.0-beta1: add Xau and Xdmcp to xlib.pro config.test

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoqt-4.6.2+4.7.0-beta1: fix SRC_URI and S after c070de32d40dd561b63de5b4f41baa3cf822ef5b
Martin Jansa [Tue, 8 Jun 2010 07:23:54 +0000 (09:23 +0200)]
qt-4.6.2+4.7.0-beta1: fix SRC_URI and S after c070de32d40dd561b63de5b4f41baa3cf822ef5b

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoxf86bigfontproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:04:51 +0000 (14:04 +0200)]
xf86bigfontproto: converted to BBCLASSEXTEND

15 years agoxextproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:04:21 +0000 (14:04 +0200)]
xextproto: converted to BBCLASSEXTEND

15 years agoxcmiscproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:03:47 +0000 (14:03 +0200)]
xcmiscproto: converted to BBCLASSEXTEND

15 years agobigreqsproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 12:02:32 +0000 (14:02 +0200)]
bigreqsproto: converted to BBCLASSEXTEND

15 years agogitpkgv: new
pieterg [Tue, 8 Jun 2010 10:09:02 +0000 (11:09 +0100)]
gitpkgv: new

15 years agoinputproto: converted to BBCLASSEXTEND
Henning Heinold [Tue, 8 Jun 2010 00:15:33 +0000 (02:15 +0200)]
inputproto: converted to BBCLASSEXTEND

15 years agozziplib: convert to BBCLASSEXTEND and use new patch system
Henning Heinold [Mon, 7 Jun 2010 23:34:58 +0000 (01:34 +0200)]
zziplib: convert to BBCLASSEXTEND and use new patch system

15 years agottf, ttf-dejavu: fix-up after RDEPNDS_PN global change
Martin Jansa [Mon, 7 Jun 2010 22:21:35 +0000 (00:21 +0200)]
ttf, ttf-dejavu: fix-up after RDEPNDS_PN global change

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-openmoko-2.6.34: add slow resume fix #2337
Martin Jansa [Mon, 7 Jun 2010 22:20:20 +0000 (00:20 +0200)]
linux-openmoko-2.6.34: add slow resume fix #2337

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from linux_2...
Martin Jansa [Sun, 6 Jun 2010 08:00:45 +0000 (10:00 +0200)]
linux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from linux_2.6.34 patch)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agouclibc_git.bb: Bump SRCREV to latest master.
Khem Raj [Tue, 8 Jun 2010 04:59:12 +0000 (21:59 -0700)]
uclibc_git.bb: Bump SRCREV to latest master.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-cross: Don't stage libiberty.a in sysroot.
Khem Raj [Tue, 8 Jun 2010 02:57:55 +0000 (19:57 -0700)]
gcc-cross: Don't stage libiberty.a in sysroot.

* We already stage libiberty from target binutils
  problem is that when we stage it from gcc-cros
  it conflicts with the ones installed in cross dir
  by binutils-cross which should be used to link
  binutils for target but it picks up the one
  installed in the sysroot and caused numerous
  problems on building target binutils.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.5: Fix libstdc++ build for ARM
Khem Raj [Tue, 8 Jun 2010 02:56:19 +0000 (19:56 -0700)]
gcc-4.5: Fix libstdc++ build for ARM

* This patch makes sure that __cxa_end_cleanup is
  emitted in .text section.

* Bump SRCREV to latest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoxproto: convert to BBCLASSEXTEND
Henning Heinold [Sun, 6 Jun 2010 00:00:01 +0000 (02:00 +0200)]
xproto: convert to BBCLASSEXTEND

15 years agoxorg-proto-common.inc: remove do_stage function
Henning Heinold [Sat, 5 Jun 2010 23:42:50 +0000 (01:42 +0200)]
xorg-proto-common.inc: remove do_stage function

15 years agocacao-native: add mercurial recipe
Henning Heinold [Sat, 5 Jun 2010 22:29:58 +0000 (00:29 +0200)]
cacao-native: add mercurial recipe

15 years agopackaged-staging.bbclass: fix issue with no SRC_URI
Cliff Brake [Wed, 2 Jun 2010 18:03:15 +0000 (14:03 -0400)]
packaged-staging.bbclass: fix issue with no SRC_URI

Currently with srctree, we get errors like the following:
| + srcuri=
| + '[' '' == '' ']'
| + srcuri=OpenEmbedded
| + echo 'Source: '
| ++ find /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg '(' -name '*.la' -o -name '*-config' ')' -type f
| + stage-manager-ipkg-build -o 0 -g 0 /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/pstage/angstromglibc
| *** Error: CONTROL/control is missing field Source
| The Source field contain the URL's or filenames of the source code and any patches
| used to build this package.  Either gnu-style tarballs or Debian source packages
| are acceptable.  Relative filenames may be used if they are distributed in the same
| directory as the .ipk file.
|
| ipkg-build: Please fix the above errors and try again.
| ERROR: Function staging_packager failed
NOTE: package autotools-demo-1.0-28-g3a96627-r0: task do_package_stage: Failed
ERROR: TaskFailed event exception, aborting

This patch fixes that issue.

Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Khem Raj <raj.khem@gmail.com
15 years agorootfs_ipk/meta-toolchain: Add locking on tasks that add package_update_index_ipk
Tom Rini [Mon, 7 Jun 2010 15:54:13 +0000 (08:54 -0700)]
rootfs_ipk/meta-toolchain: Add locking on tasks that add package_update_index_ipk

We add a lockfile of do_populate_sdk and do_rootfs (in rootfs_ipk) that is also
the lockfile that package_update_index_ipk uses.  With enough threads it is
possible that one image (or meta-toolchain) is attempting to use the package
index while another has only reached the point of generating the index leading
to an empty index being seen later on.

Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Tom Rini <tom_rini@mentor.com>