]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agoUpstream-Status: Update patch upstream-status for GPLv2 recipes
Zhai Edwin [Tue, 17 May 2011 13:26:36 +0000 (21:26 +0800)]
Upstream-Status: Update patch upstream-status for GPLv2 recipes

Including gzip and mtoools

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoeglibc: backport fix from oe master to stop libc.so leaking into ${PN}
Phil Blundell [Tue, 17 May 2011 13:20:31 +0000 (14:20 +0100)]
eglibc: backport fix from oe master to stop libc.so leaking into ${PN}

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-core-nfs/image.bbclass: Fix some libc overrides
Richard Purdie [Tue, 17 May 2011 13:52:27 +0000 (14:52 +0100)]
task-core-nfs/image.bbclass: Fix some libc overrides

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoimage.bbclass: use soft assignment for LDCONFIGDEPEND
Phil Blundell [Tue, 17 May 2011 12:31:27 +0000 (13:31 +0100)]
image.bbclass: use soft assignment for LDCONFIGDEPEND

This allows distros that don't want ldconfig to turn it off.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopenssl: backport fix for empty prefix from oe master
Phil Blundell [Tue, 17 May 2011 12:35:37 +0000 (13:35 +0100)]
openssl: backport fix for empty prefix from oe master

This fixes a build failure when ${prefix}="".

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoupdate-rc.d: point SRC_URI to new devel repo
Phil Blundell [Tue, 17 May 2011 12:28:07 +0000 (13:28 +0100)]
update-rc.d: point SRC_URI to new devel repo

handhelds.org cvs is down and doesn't seem to be coming back.
update-rc.d now has a new upstream home, point SRC_URI to that.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolicense bbclass: put licenses in DEPLOY_DIR/licenses to avoid sstate problems when...
Koen Kooi [Tue, 17 May 2011 09:47:53 +0000 (11:47 +0200)]
license bbclass: put licenses in DEPLOY_DIR/licenses to avoid sstate problems when MACHINE is part of DEPLOY_DIR_IMAGE

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html for more info.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto: update meta SRCREV
Bruce Ashfield [Mon, 16 May 2011 19:29:48 +0000 (15:29 -0400)]
linux-yocto: update meta SRCREV

Updating the meta branch to pickup two recent commits for
BSP support:

[
    commit 79669230fd82a3e7e254cf8b596a2388a4333e62
    Author: Tom Zanussi <tom.zanussi@intel.com>
    Date:   Fri Apr 22 15:55:12 2011 -0500

        bsp/crownbay: merge emgd branch

        Add scc commands to merge the yocto/emgd branch into the crownbay BSP.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
    :100644 100644 89a0725... 0d02b98... M  meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc

    commit ceb1744ec55408cb637929a3f154379e42642890
    Author: Tom Zanussi <tom.zanussi@intel.com>
    Date:   Mon Apr 25 18:15:14 2011 -0500

        meta/romley: create initial BSP infrastructure

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
    :000000 100644 0000000... 54ec614... A  meta/cfg/kernel-cache/bsp/romley/romley-standard.scc
    :000000 100644 0000000... 61e5506... A  meta/cfg/kernel-cache/bsp/romley/romley.cfg
    :000000 100644 0000000... 1c4a657... A  meta/cfg/kernel-cache/bsp/romley/romley.scc

    commit ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agoperl-native: create_wrapper on perl${PV} too
Tom Rini [Mon, 16 May 2011 20:14:12 +0000 (13:14 -0700)]
perl-native: create_wrapper on perl${PV} too

perl${PV} becomes hostperl when building for the target so we need a wrapper
on that too.

This is 1e255fbd296e95ff178d66c4a1fe4875a988d7e1 in OE.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoopenssh: Don't use ${libdir}exec
Tom Rini [Mon, 16 May 2011 20:13:01 +0000 (13:13 -0700)]
openssh: Don't use ${libdir}exec

This is 1259e0289ce53198cc6c57a9616c8a1623be502a in OE.

[RP: Added PR bump]
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobase.bbclass: Fix PR increment bug when PR number is a single digit
Khem Raj [Mon, 16 May 2011 18:18:38 +0000 (11:18 -0700)]
base.bbclass: Fix PR increment bug when PR number is a single digit

PRINC which should add to base PR value has a problem when
the PR is single digit e.g. r0 - r9. Current algorithm
needed atleasts 2 digits to successfully populate end and begin
markers.

We reimplement the incrementing algorithm using regular expressions
which addressed the above mentioned problem and
simplifies the logic a bit and gets rid of loops and conditionals

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoAdd a new task checklicense and fix some bugs in distro_check.py
Mei Lei [Mon, 16 May 2011 11:06:21 +0000 (19:06 +0800)]
Add a new task checklicense and fix some bugs in distro_check.py

distro_check.py: Create a new function called create_log_file to reduce a lot of repeat code in distrodata.bbclass.
                 We needn't to create log file in function save_distro_check_result, because the log file has been generated in check_eventhandler.
                 Another bug is that we maybe access the /tmp/Meego-1.0 before we create this file.
                 Add a judge statement to decide whether we need to create this file firstly.
distrodata.bbclass: Add a new task checklicense to collect missing text license information.
                    This can help package-report system to know how many recipes are missing license text.

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agolinux-yocto: detect and avoid branch revision checking for AUTOREV
Bruce Ashfield [Mon, 16 May 2011 15:42:28 +0000 (11:42 -0400)]
linux-yocto: detect and avoid branch revision checking for AUTOREV

When a BSP or layer specifies an AUTOREV for SRCREV, the logic
that matches expected vs real branch heads doesn't apply. We
always want the latest.

To solve the issues with invalid git revs causing validation
failures, we detect the AUTOINC value and do a early return,
skipping validation.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agoUpstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...
Zhai Edwin [Mon, 16 May 2011 13:12:57 +0000 (21:12 +0800)]
Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoUpstream-Status update for several recipes
Yu Ke [Mon, 16 May 2011 06:04:12 +0000 (14:04 +0800)]
Upstream-Status update for several recipes

 - modutils
 - module-init-tools
 - libacpi
 - keymaps
 - initscripts
 - console-tools
 - mesa-demos
 - xserver-xf86-lite

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agorecipes: Add Upstream-Status to various recipe patches
Scott Garman [Mon, 16 May 2011 03:04:27 +0000 (20:04 -0700)]
recipes: Add Upstream-Status to various recipe patches

Add Upstream-Status tag to patches for the following recipes:

openssh
dbus-glib
expat
opensp
sgml-common
at
cpio (GPLv3 version)
libpam
icu

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agomutter: Recipe Update for clutter 1.6 update
Saul Wold [Sun, 15 May 2011 04:24:07 +0000 (21:24 -0700)]
mutter: Recipe Update for clutter 1.6 update

set DEFAULT_PREFERENCE to -1 for git recipe
Update from clutter-1.4 to clutter-1.6
add fix_CGL_TEXTURE_RECTANGLE_ARB.patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoe2fsprogs_1.41.14.bb: Package libraries into separate packages
Khem Raj [Sun, 15 May 2011 06:44:34 +0000 (23:44 -0700)]
e2fsprogs_1.41.14.bb: Package libraries into separate packages

add libcomerr libss libe2p libext2fs packages
helps in reducing the root file system size

[RP: Added PR bump]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoopkg: Bump SRCREV to 609
Khem Raj [Sun, 15 May 2011 06:47:04 +0000 (23:47 -0700)]
opkg: Bump SRCREV to 609

Disable curl gpg ssl sha
Backported from OE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agotask-core-nfs: fix a bitbake error
Nitin A Kamble [Fri, 13 May 2011 17:27:50 +0000 (10:27 -0700)]
task-core-nfs: fix a bitbake error

THis fixes following issue:

NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils']
NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-core-nfs-server', 'glibc-utilsglibc-utils']

[sgw: moved space to _append line]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agocmake: add support for oe qt4 tools names
Otavio Salvador [Thu, 12 May 2011 15:36:03 +0000 (15:36 +0000)]
cmake: add support for oe qt4 tools names

The FindQt4 module looks for Qt4 binaries to be able to gather the
paths used for compilation and also to be using during other processes
(translation update, translation binary generating and like) however
OpenEmbedded has renamed those to allow old QMake to be used in
parallel with the current one. This patch adds support for the
OpenEmbedded specific binary names.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoscripts/oe-setup-builddir: Add missing .sample extensions and default to meta/conf...
Richard Purdie [Mon, 16 May 2011 14:59:27 +0000 (15:59 +0100)]
scripts/oe-setup-builddir: Add missing .sample extensions and default to meta/conf for sample files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agofoomatic-filters: add a link to pass LSB printing test
Kang Kai [Fri, 13 May 2011 02:06:44 +0000 (10:06 +0800)]
foomatic-filters: add a link to pass LSB printing test

LSB printing test will test a foomatic-rip under cups' directory,
so add it as link when DISTRO is set to linuxstdbase.
Part fixes [Yocto 904]

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agoutil-linux: inherit pkgconfig
Khem Raj [Fri, 13 May 2011 18:41:56 +0000 (11:41 -0700)]
util-linux: inherit pkgconfig

Configure of util-linux used pkg-config to poke for gtk-doc versions
so we need this dependency on pkgconfig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoconf/bitbake.conf: Add MACHINEOVERRIDES variable
Khem Raj [Fri, 13 May 2011 18:39:04 +0000 (11:39 -0700)]
conf/bitbake.conf: Add MACHINEOVERRIDES variable

By defualt it points to $MACHINE but sometimes its desired
to have more than one overrides stemming out of a machine
then they can be added to MACHINEOVERRIDES.

e.g. MACHINEOVERRIDES = "${MACHINE}:nslu2"

Note that if you redefine MACHINEOVERRIDES then default
override for machine has to be added to it explicitly
otherwise it will get lost.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoglib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES
Martin Jansa [Thu, 12 May 2011 09:09:39 +0000 (11:09 +0200)]
glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES

* otherwise notes like this are shown:
  NOTE: multiple providers are available for runtime glib-2.0-utils (glib-2.0-nativesdk, glib-2.0)
  NOTE: consider defining a PREFERRED_PROVIDER entry to match glib-2.0-utils

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolib/oe/process.py: import from OE
Martin Jansa [Mon, 4 Apr 2011 07:44:36 +0000 (09:44 +0200)]
lib/oe/process.py: import from OE

13 years agoqt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS
Paul Eggleton [Fri, 13 May 2011 13:28:13 +0000 (14:28 +0100)]
qt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS

This allows meta-oe to override these options easily in order to enable more
SQL driver plugins.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agodistro_tracking_fields.inc: update for qt 4.7.3 upgrade
Paul Eggleton [Fri, 13 May 2011 09:17:16 +0000 (10:17 +0100)]
distro_tracking_fields.inc: update for qt 4.7.3 upgrade

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoqt4: update from 4.7.2 to 4.7.3
Paul Eggleton [Thu, 12 May 2011 14:11:16 +0000 (15:11 +0100)]
qt4: update from 4.7.2 to 4.7.3

The Comodo certificates patch has been merged upstream so it no longer
needs to be applied. Some PR values were reset and SRC_URI checksums
updated but other than this there are no recipe changes.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agolsbsetup: recreate locale fr_FR
Kang Kai [Fri, 13 May 2011 03:18:40 +0000 (11:18 +0800)]
lsbsetup: recreate locale fr_FR

Update LSB_Setup.sh to recreate locale fr_FR, which helps to pass
LSB libstdc++ test.
Bump PR to r3.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agotask-core-lsb: add packages into lsb image
Kang Kai [Thu, 5 May 2011 07:58:14 +0000 (15:58 +0800)]
task-core-lsb: add packages into lsb image

Add gettext-runtime, libxml-sax-perl and foomatic-filters to
task-core-image.bb
Bump PR to r4

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agolibxml-sax-perl: added to create LSB olver test report
Kang Kai [Fri, 6 May 2011 02:17:59 +0000 (10:17 +0800)]
libxml-sax-perl: added to create LSB olver test report

libxml-sax-perl is need to create LSB olver test report,
so import it and its dependecy libxml-namespacesupport-perl from oe.
Add LICENSE and reset PR.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agotcmode-default: fix a typo
Nitin A Kamble [Fri, 13 May 2011 00:15:48 +0000 (17:15 -0700)]
tcmode-default: fix a typo

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agorecipes: Update upstream-status of patches
Nitin A Kamble [Thu, 12 May 2011 21:54:55 +0000 (14:54 -0700)]
recipes: Update upstream-status of patches

python: update upstream-status for patches
binutils: update upstream-status for patches
gcc 4.5.1 4.6.0: update upstream-status for patches
autoconf: update upstream-status for patches
automake: update upstream-status for patches
bison: update upstream-status for patches
distcc: update upstream-status of patches
fstests: update upstream-status for patches
gdb: update upstream-status of patches
intltool: update upstream-status of patches
libtool: update upstream status of patches
linux-libc-headers: update upstream-status for patches
make: update upstream-status for patches
perl: update upstream-status for patches
python-pycurl: update upstream-status for patches
python-pygobject: update upstream status for patches
python-pyrex: update upstream-status for patches
quilt: update upstream-status of patches
tcl: update upstream-status for patches
gnu-config: update upstream-status for patches
gmp: update upstream-status for patches

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogcc 4.5.1 4.6.0: remove unused patches
Nitin A Kamble [Thu, 12 May 2011 22:16:35 +0000 (15:16 -0700)]
gcc 4.5.1 4.6.0: remove unused patches

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoupdate patch upstream status
Qing He [Thu, 12 May 2011 03:13:55 +0000 (11:13 +0800)]
update patch upstream status

This patch includes the update of patch upstream status of the following
recipes (50 in all):

grub pciutils setserial dhcp iproute2 libnss-mdns nfs-utils openssl portmap
busybox coreutils dbus dropbear ncurses readline sysfsutils sysvinit tinylogin
udev update-rc.d util-linux elfutils file pkgconfig syslinux ubootchart
yaffs2 findutils gamin hdparm libaio libzypp parted procps sat-solver
screen sed sysklogd tcp-wrapper time zypper attr boost createrepo gnutls
hal js libgcrypt libnl libusb-compat

Signed-off-by: Qing He <qing.he@intel.com>
13 years agoqt4-tools-nativesdk: -arch is required for nativesdk build
Ilya Yanok [Thu, 12 May 2011 18:11:37 +0000 (20:11 +0200)]
qt4-tools-nativesdk: -arch is required for nativesdk build

We need to pass correct -arch option to configure to fix building in
case of SDK_ARCH != BUILD_ARCH.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13 years agogcc: fix target gcc runtime issue
Nitin A Kamble [Wed, 11 May 2011 23:55:04 +0000 (16:55 -0700)]
gcc: fix target gcc runtime issue

The liblto_plugin.so file is not packages for the target recipe causing this
gcc failure on the target.

gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agokern-tools: error if features are not found
Bruce Ashfield [Thu, 12 May 2011 19:29:01 +0000 (15:29 -0400)]
kern-tools: error if features are not found

Fixes bug: [YOCTO #955]

Updating the SRCREV to pickup the kern-tools change:

[
    updateme: error if features are not found

    Rather than silently dropping addon features, we emit a warning
    and then exit with a failure code. The caller can then abort a
    build and not simply miss features.

    Passing --no-strict to the script disables this new functionality
    if for some reason a feature description is missing on purpose.
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agobash: enable update-alternative to use bash as default shell
Jingdong Lu [Wed, 11 May 2011 09:25:41 +0000 (17:25 +0800)]
bash: enable update-alternative to use bash as default shell

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
13 years agorecipes: Add Upstream-Status to multiple recipes
Zhai Edwin [Thu, 12 May 2011 00:08:05 +0000 (08:08 +0800)]
recipes: Add Upstream-Status to multiple recipes

gtk+: Add Upstream-Status
ed: Add Upstream-Status
gnome-common: Add Upstream-Status
libmatchbox: Add Upstream-Status
matchbox-wm: Add Upstream-Status
x11vnc: Add Upstream-Status
xtscal: Add Upstream-Status
eds-dbus: Add Upstream-Status
matchbox-desktop: Add Upstream-Status
matchbox-keyboard: Add Upstream-Status
matchbox-stroke: Add Upstream-Status
matchbox-theme-sato: Add Upstream-Status
owl-video-widget: Add Upstream-Status
beecrypt: Add Upstream-Status
gnome-icon-theme: Add Upstream-Status
tslib: Add Upstream-Status
libowl-av: Add Upstream-Status
sato-icon-theme: Add Upstream-Status
web-webkit: Add Upstream-Status
metacity: Add Upstream-Status
apr: Add Upstream-Status
gdk-pixbuf: Add Upstream-Status
pcmanfm: Add Upstream-Status
gpgme: Add Upstream-Status
eee-acpi-scripts: Add Upstream-Status
libgalago: Add Upstream-Status
python-pygtk: Add Upstream-Status
gnome-mime-data: Add Upstream-Status
clutter: Add Upstream-Status
clutter-gtk: Add Upstream-Status
tidy: Add Upstream-Status
mutter: Add Upstream-Status
xcursor-transparent-theme: Add Upstream-Status
leafpad: Add Upstream-Status
matchbox-config-gtk: Add Upstream-Status
contacts: Add Upstream-Status
dates: Add Upstream-Status
web: Add Upstream-Status
webkit: Add Upstream-Status
 - Also removed empty fix_im.patch
apr-util: Add Upstream-Status
libcroco: Add Upstream-Status
liboil: Add Upstream-Status
libxslt: Add Upstream-Status
libglade: Add Upstream-Status
gnome-terminal: Add Upstream-Status
xev: Add Upstream-Status
claws-mail: Add Upstream-Status
clipboard-manager: Add Upstream-Status
epdfview: Add Upstream-Status
kf: Add Upstream-Status
qemu: Add Upstream-Status
clutter-gst: Add Upstream-Status
table: Add Upstream-Status
matchbox-panel-2: Add Upstream-Status

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agorecpies: add Upstream-Status for multiple recipes' patches
Dexuan Cui [Wed, 11 May 2011 03:01:38 +0000 (11:01 +0800)]
recpies: add Upstream-Status for multiple recipes' patches

tcf-agent: update its patch's Upstream-Status
screen: update its patch's Upstream-Status
which (GPLv2): update its patch's Upstream-Status
gnome-vfs: update its patch's Upstream-Status
libart-lgpl: update its patch's Upstream-Status
librsvg: update its patch's Upstream-Status
fontconfig: update its patch's Upstream-Status
freetype: update its patch's Upstream-Status
libxsettings-client: update its patch's Upstream-Status
libxcb: update its patch's Upstream-Status
libx11: update its patch's Upstream-Status
 - remove 2 unused xim.patch.
libx11-trim: update its patch's Upstream-Status
libxcalibrate: update its patch's Upstream-Status
libxcomposite: update its patch's Upstream-Status
libxfont: update its patch's Upstream-Status
xtrans: update its patch's Upstream-Status
  - remove abstract_socket_fix.patch as it's not used at all for long.
calibrateproto: update its patch's Upstream-Status
latencytop: update its patch's Upstream-Status
powertop: update its patch's Upstream-Status
settings-daemon: update its patch's Upstream-Status
gnome-settings-daemon: update its patch's Upstream-Status
libxklavier: update its patch's Upstream-Status
liblbxutil: update its patch's Upstream-Status
oprofile: update its patch's Upstream-Status and remove an unused patch
  - delete xml_callgraph_details.patch as it's not used at all.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agorecipes: Add Upstream-Status for multiple recipes
Yu Ke [Wed, 27 Apr 2011 06:53:51 +0000 (14:53 +0800)]
recipes: Add Upstream-Status for multiple recipes

iputils: update patch Upstream-Status
mktemp: update patch Upstream-Status
xinetd: update Upstream-Status
libdrm: update patch Upstream-Status
qemugl: update patch Upstream-Status
x11-common: update patch Upstream-Status
xorg-app: update patch Upstream-Status
xorg-driver: update patch Upstream-Status

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agorecipes: add Upstream-Status for multiple recipes
Dongxiao Xu [Tue, 10 May 2011 04:55:32 +0000 (12:55 +0800)]
recipes: add Upstream-Status for multiple recipes

hostap: add upstream status for hostap-fw-load.patch
lrzsz: add upstream status for lrzsz's patches
bluez: add upstream status for bluez's patches
bluez-dtl1-workaround: add upstream status for COPYING.patch
libgsmd: add upstream status for gsm's patches.
gypsy: add upstream status for gypsy's patch
libpcap: add upstream status for libpcap's patches
ppp: add upstream status for ppp's patches
libtelepathy: add upstream status for libtelepathy's patches
telepathy-python: add upstream status for telepahty-python's patches
wireless-tools: add upstream status for wireless-tools's patches
wpa-supplicant: add upstream status for wpa-supplicant
zeroconf: add upstream status for zeroconf's patch
glibc: add upstream status for glibc's patches
dpkg: add upstream status for dpkg's patches
makedevs: add upstream status for makedevs's patch
opkg: add upstream status for opkg's patches
opkg-utils: add upstream status for opkg-utils's patch
minicom: add upstream status for minicom patches
rpcbind: add upstream status for rpcbind's patch
which: add upstream status for which's patch
clutter-gst: add upstream status for clutter-gst's patches
flac: add upstream status for flac's patches
gst-ffmpeg: add upstream status for gst-ffmpeg's patch
liba52: add upstream status for liba52's patch
libid3tag: add upstream status for libid3tag
libmusicbrainz: add upstream status for libmusicbrainz's patch
pulseaudio: add upstream status for pulseaudio patches
db: add upstream status for db's patch
neon: add upstream status for neon's patch
taglib: add upstream status for taglib's patches
libetpan: add upstream status for libetpan's patch
libopensync: add upstream status for libopensync's patches
libopensync-plugin-evolution2: add upstream status for its patch
libopensync-plugin-syncml: add upstream status for its patch
libsyncml: add upstream status for libsyncml's patch
empathy: add upstream status for empathy's patch
wv: add upstream status for wv's patch
xournal: add upstream status for xournal's patch

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agodistcc: Update SRC_URI
Saul Wold [Thu, 12 May 2011 17:15:40 +0000 (10:15 -0700)]
distcc: Update SRC_URI

Fixes [YOCTO #1032]

The distcc source location moved from samba.org to googlecode.com

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoprocps: use u-a for pmap, otherwise conflicts with pmap from busybox
Martin Jansa [Tue, 10 May 2011 11:52:41 +0000 (13:52 +0200)]
procps: use u-a for pmap, otherwise conflicts with pmap from busybox

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agotcmode-default: lock also versions for eglibc
Martin Jansa [Wed, 11 May 2011 15:55:54 +0000 (17:55 +0200)]
tcmode-default: lock also versions for eglibc

* there is section for glibc but eglibc was missing

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agorecipes: Fix the Upstream-Status format
Nitin A Kamble [Tue, 10 May 2011 20:07:54 +0000 (13:07 -0700)]
recipes: Fix the Upstream-Status format

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agolibzypp: fix compilatoin with gcc 4.6.0
Nitin A Kamble [Tue, 10 May 2011 00:45:38 +0000 (17:45 -0700)]
libzypp: fix compilatoin with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agokexec-tools: fix compiler errors with gcc 4.6.0
Nitin A Kamble [Mon, 9 May 2011 17:53:43 +0000 (10:53 -0700)]
kexec-tools: fix compiler errors with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agosystemtap: fix for compilation with gcc 4.6.0
Nitin A Kamble [Mon, 9 May 2011 16:01:42 +0000 (09:01 -0700)]
systemtap: fix for compilation with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopax: fix for compiling with gcc 4.6.0
Nitin A Kamble [Sun, 8 May 2011 16:24:40 +0000 (09:24 -0700)]
pax: fix for compiling with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agomdadm: compilation fix for gcc 4.6.0
Nitin A Kamble [Fri, 6 May 2011 17:23:21 +0000 (10:23 -0700)]
mdadm: compilation fix for gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodtc: fix compilation with gcc 4.6.0
Nitin A Kamble [Wed, 11 May 2011 05:35:38 +0000 (22:35 -0700)]
dtc: fix compilation with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agozaurusd: fix a typo in Makefile
Nitin A Kamble [Wed, 11 May 2011 05:24:47 +0000 (22:24 -0700)]
zaurusd: fix a typo in Makefile

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoweb: fix typo in Makefile
Nitin A Kamble [Wed, 11 May 2011 05:19:02 +0000 (22:19 -0700)]
web: fix typo in Makefile

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agomatchbox-wm-2: fix typo in Makefile
Nitin A Kamble [Wed, 11 May 2011 05:12:57 +0000 (22:12 -0700)]
matchbox-wm-2: fix typo in Makefile

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agolibunique: Fix for compilation with gcc 4.6.0
Nitin A Kamble [Wed, 11 May 2011 04:59:19 +0000 (21:59 -0700)]
libunique: Fix for compilation with gcc 4.6.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agotcmode-default: Fix defaults for libgcc recipes
Nitin A Kamble [Wed, 11 May 2011 15:49:41 +0000 (16:49 +0100)]
tcmode-default: Fix defaults for libgcc recipes

This fixes bug: [YOCTO #1021]

Tthe libgcc version was getting picked up as latest, which may not match
with the version of gcc. And because of this the crt*.o files were
missing from the resulting libgcc-dev package.

libgcc1-4.6.0-r0.i586
perl-module-extutils-cbuilder-platform-windows-gcc-5.12.3-r0.i586
gcc-4.5.1-r4.i586
libgcc-s-dev-4.6.0-r0.i586
gcc-symlinks-4.5.1-r4.i586

/lib
/lib/libgcc_s.so

[RP: Updated to make new file layout]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqemu: Upgrade qemu git to the latest 0.14 branch
Zhai Edwin [Tue, 10 May 2011 06:02:35 +0000 (14:02 +0800)]
qemu: Upgrade qemu git to the latest 0.14 branch

Also add missing patch to build qemu-git

[YOCTO #1013] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoclutter-cairo: remove remaining files from this obsolete recipe
Zhai Edwin [Tue, 10 May 2011 07:49:12 +0000 (15:49 +0800)]
clutter-cairo: remove remaining files from this obsolete recipe

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agopython-native: Add ctypes patch to native build (as in cross-compilation)
Michael Lippautz [Wed, 11 May 2011 08:40:17 +0000 (10:40 +0200)]
python-native: Add ctypes patch to native build (as in cross-compilation)

This fix makes ctypes build for python-native which may be needed by extensions
that utilize ctypes and use setuptools/distutils as their build system.

Tested building pyudev for beagleboard target using Ângstrom distro.

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
13 years agolsbsetup: Add link for sendmail
Xiaofeng Yan [Tue, 10 May 2011 08:31:32 +0000 (16:31 +0800)]
lsbsetup: Add link for sendmail

Link /sbin/sendmail/ to /usr/lib/sendmail

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
13 years agoinit-functions: Conforming applications may install one or more initialization scripts
Xiaofeng Yan [Tue, 10 May 2011 08:30:16 +0000 (16:30 +0800)]
init-functions: Conforming applications may install one or more initialization scripts

LSB Test Suite need init scripts for lsb-image.

During the installer's post-install processing phase the program /usr/lib/lsb/install_initd \
must be called to activate the init script. \
When a software package is removed, /usr/lib/lsb/remove_initd \
must be called to deactivate the init script.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
13 years agowq!lsb: Add init-functions to lsb-image
Xiaofeng Yan [Tue, 10 May 2011 08:28:58 +0000 (16:28 +0800)]
wq!lsb: Add init-functions to lsb-image

init-functions is needed by LSB Test Suite.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
13 years agoxserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1
Yu Ke [Mon, 9 May 2011 08:12:51 +0000 (16:12 +0800)]
xserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1

- remove the following patches, since they are already in upstream
  xserver-xf86-lite/libdri-xinerama-symbol.patch,
  xserver-xf86-lite/drmfix.patch
  xserver-xf86-lite/nodolt.patch
  xserver-xf86-lite/revert_make_sys_c_use_unaligned_access_functions.patch
- rebase the patch for 1.10.1
  xserver-xf86-lite/crosscompile.patch

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agoxserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshot
Yu Ke [Mon, 9 May 2011 07:13:14 +0000 (15:13 +0800)]
xserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshot

- the following patches are no longer used, so remove them
  doublefix.patch
  drmfix.patch
  fix_macros.patch
  libdri-xinerama-symbol.patch
  xorg-server-disable-dri_sarea.patch
  xorg-server-enable-dri2.patch
  xserver-1.5.0-bg-none-root.patch
  xserver-DRI2Swapbuffer.patch
  xserver-boottime.patch
  xserver-no-root-2.patch

- update the patch upstream status

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agoxserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1
Yu Ke [Mon, 9 May 2011 06:21:57 +0000 (14:21 +0800)]
xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1

- update the license checksum due to SUN/Oracle name changing

- remove the nodolt.patch because it is already in upstream and release
  http://cgit.freedesktop.org/xorg/xserver/commit/?id=a769f4c22a9cfb5ba248c924a66c31ec966bd8a0

- update the patch upstream status

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agosqlite: upgrade from 3.7.5 to 3.7.6.2
Yu Ke [Sun, 8 May 2011 13:09:26 +0000 (21:09 +0800)]
sqlite: upgrade from 3.7.5 to 3.7.6.2

- also remove the libtool.patch since it is already in the release version
- update the LIC_FILES_CHKSUM, the license is not changed, just use
  sqlite3.h as more appropriate license file. the original sqlite3.c
  is actually not point to license content.

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agoxf86-video-intel: upgrade from 2.14.0 to 2.15.0
Yu Ke [Fri, 6 May 2011 09:02:21 +0000 (17:02 +0800)]
xf86-video-intel: upgrade from 2.14.0 to 2.15.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agogit: RDEPENDS are transitive, so remove tk so it builds with just OE-core
Koen Kooi [Tue, 10 May 2011 17:43:22 +0000 (19:43 +0200)]
git: RDEPENDS are transitive, so remove tk so it builds with just OE-core

[RP: Disable EXTRA_OEMAKE too]
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoreadline: Upgrade 6.1 -> 6.2
Adrian Alonso [Tue, 10 May 2011 18:16:12 +0000 (13:16 -0500)]
readline: Upgrade 6.1 -> 6.2

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
13 years agoqmake_base.bbclass: add generate_qt_config_file task
Otavio Salvador [Sun, 8 May 2011 18:13:14 +0000 (18:13 +0000)]
qmake_base.bbclass: add generate_qt_config_file task

This writes a qt.conf inside WORKDIR to properly configure projects
based on CMake. This is required since qmake variables (returned
by -query command) are fixed into the binary and can only be
changed using a qt.conf file.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agocmake.bbclass: fix qmake and rpath issues
Otavio Salvador [Sun, 8 May 2011 17:45:39 +0000 (17:45 +0000)]
cmake.bbclass: fix qmake and rpath issues

Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however
without changing the way of generating the toolchain file and making
it branding agnostic.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agositeinfo.bbclass: Add powerpc-linux-gnuspe.
Leon Woestenberg [Wed, 11 May 2011 10:11:07 +0000 (12:11 +0200)]
siteinfo.bbclass: Add powerpc-linux-gnuspe.

Re-add powerpc-linux-gnuspe, from OpenEmbedded. Also adds support
to poky.conf so that minimal-core-image builds with DISTRO=poky,

[RP: Synced with recent diso file reoorg]
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/distro: Drop poky.conf, nothing in here should be needed for builds to work...
Richard Purdie [Wed, 11 May 2011 09:55:27 +0000 (10:55 +0100)]
conf/distro: Drop poky.conf, nothing in here should be needed for builds to work and distroless config should work

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/distro/include: Remove old prebuilt OE toolchain support (replaced by sstate...
Richard Purdie [Wed, 11 May 2011 09:54:30 +0000 (10:54 +0100)]
conf/distro/include: Remove old prebuilt OE toolchain support (replaced by sstate) and oabi config (obsolete)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomatchbox-theme-sato/pseudo: Add DEFAULT_PREFERENCE = -1 for SCM recipes
Richard Purdie [Wed, 11 May 2011 09:23:46 +0000 (10:23 +0100)]
matchbox-theme-sato/pseudo: Add DEFAULT_PREFERENCE = -1 for SCM recipes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro/tclibc-uclibc: Append uclibc to key path names to allow parallel uclibc and...
Richard Purdie [Wed, 11 May 2011 09:40:37 +0000 (10:40 +0100)]
distro/tclibc-uclibc: Append uclibc to key path names to allow parallel uclibc and eglibc builds

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopreferred-xorg-versions.inc: Drop this, it makes no sense given we only have one...
Richard Purdie [Tue, 10 May 2011 13:51:52 +0000 (14:51 +0100)]
preferred-xorg-versions.inc: Drop this, it makes no sense given we only have one version of these recipes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/distro/include/default-distrovars.inc: Create set of default 'distro' variable...
Richard Purdie [Tue, 10 May 2011 13:41:05 +0000 (14:41 +0100)]
conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomachine/qemu: Add qemu-config as an essential machine speicfic dependency and drop...
Richard Purdie [Tue, 10 May 2011 13:33:58 +0000 (14:33 +0100)]
machine/qemu: Add qemu-config as an essential machine speicfic dependency and drop specific distro config

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro: Add defaultsetup.conf, a set of default configuration providing sane overrrid...
Richard Purdie [Tue, 10 May 2011 13:04:57 +0000 (14:04 +0100)]
distro: Add defaultsetup.conf, a set of default configuration providing sane overrridable default for commonly used options

The intent is to allow distros to share common core config but still allow
customisations. The core should work with no distro set but users
can still customise in any ways needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Include the new default-providers.inc and default-versions.inc files
Richard Purdie [Tue, 10 May 2011 11:53:25 +0000 (12:53 +0100)]
bitbake.conf: Include the new default-providers.inc and default-versions.inc files

These are the minimal defaults to allow OE-Core to function standalone with
no distro set and are constucted such that the distro can either override values,
or totally replace the include file entirely as needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoDrop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.conf
Richard Purdie [Tue, 10 May 2011 11:51:49 +0000 (12:51 +0100)]
Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.conf

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting from...
Otavio Salvador [Fri, 27 Feb 2009 12:52:25 +0000 (09:52 -0300)]
conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting from https

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agometa/conf/layer.conf: Remove packages/*bb from BBFILES
Khem Raj [Tue, 10 May 2011 23:50:14 +0000 (16:50 -0700)]
meta/conf/layer.conf: Remove packages/*bb from BBFILES

packages directory has been divided into recipes-*/ dirs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agometadata_scm.bbclass: Use COREBASE to grok for SCM operations
Khem Raj [Tue, 10 May 2011 23:48:51 +0000 (16:48 -0700)]
metadata_scm.bbclass: Use COREBASE to grok for SCM operations

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoRevert "linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors"
Richard Purdie [Tue, 10 May 2011 16:11:16 +0000 (17:11 +0100)]
Revert "linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors"

There are better ways to handle this problem.

This reverts commit fe983dcff611df2a4fef0d094b130cdf04c0728d.

13 years agolinux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors
Richard Purdie [Tue, 10 May 2011 15:51:15 +0000 (16:51 +0100)]
linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables
Richard Purdie [Tue, 10 May 2011 15:19:02 +0000 (16:19 +0100)]
bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotoolchain-qte: include cross-compiler and fix env script
Ilya Yanok [Mon, 9 May 2011 21:12:55 +0000 (23:12 +0200)]
toolchain-qte: include cross-compiler and fix env script

This patch fixes the meta-toolchain-qte recipe:
 1. cross-compiler added to the TOOLCHAIN_HOST_TASK.
 2. Corrected paths in the environment script.
 3. TOOLCHAIN_OUTPUTNAME used instead of SDK_SUFFIX.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13 years agolibxmu: Add native function
Xiaofeng Yan [Fri, 29 Apr 2011 08:55:16 +0000 (16:55 +0800)]
libxmu: Add native function

Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
13 years agooe/patch.py: Remove series file during Clean()
Khem Raj [Wed, 22 Sep 2010 20:59:21 +0000 (13:59 -0700)]
oe/patch.py: Remove series file during Clean()

Currently if there is a failed do_patch the series files get appended
so if there were two patches

a.patch
b.patch
and b.patch failed during next run it would append a.patch again
a.patch
b.patch
a.patch

and this would keep growing.

We can remove series file in Clean() because we populate it in Import()
anyway

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Eric Bénard <eric@eukrea.com>
13 years agofuse: drop since it is not used by other recipes
Otavio Salvador [Mon, 9 May 2011 18:07:41 +0000 (18:07 +0000)]
fuse: drop since it is not used by other recipes

This is unused and a newer version will be made available in meta-oe
in meanwhile.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoinsane.bbclass: skip license checksum if LICENSE is "CLOSED"
Otavio Salvador [Sun, 8 May 2011 02:50:43 +0000 (02:50 +0000)]
insane.bbclass: skip license checksum if LICENSE is "CLOSED"

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolibxkbfile: disable xcb
Otavio Salvador [Tue, 3 May 2011 12:11:11 +0000 (12:11 +0000)]
libxkbfile: disable xcb

Currently libx11 defaults to build without xcb backend and thus this
needs to explicit depends on it or disable it. We opted to disable it
since it is not critical for it to work.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agobusybox: add support to mdev
Otavio Salvador [Mon, 2 May 2011 19:09:16 +0000 (19:09 +0000)]
busybox: add support to mdev

This changes the packaging only if the configuration used has mdev
support enabled.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agometa/conf/local.conf.sample: fix mklibs comment line split and typo
Otavio Salvador [Sat, 30 Apr 2011 20:57:15 +0000 (20:57 +0000)]
meta/conf/local.conf.sample: fix mklibs comment line split and typo

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>