]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agoapr-util: disable pqsql support to avoid configure error
Mei Lei [Fri, 5 Aug 2011 01:52:15 +0000 (09:52 +0800)]
apr-util: disable pqsql support to avoid configure error

The pqsql config script will check host path and add host paths to compiler and linker options:
adding "-I/usr/include/postgresql" to CPPFLAGS
adding "-L/usr/lib" to LDFLAGS

Disable pqsql support since we didn't use this feature in other recipes.

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agopython-native: Fix a compiler finding issue
Mei Lei [Thu, 28 Jul 2011 07:20:36 +0000 (15:20 +0800)]
python-native: Fix a compiler finding issue

The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added.
Fix this issue by dropping the option information when finding compiler name.

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agogst-plugins: partially sync packaging with OE .dev
Koen Kooi [Thu, 28 Jul 2011 09:44:57 +0000 (11:44 +0200)]
gst-plugins: partially sync packaging with OE .dev

Gst-plugins get 2 extra packages:

${PN}-apps: helper apps in ${bindir}
${PN}-meta: meta package that will drag in all plugins, libs and apps ${PN} generates

And all libs are split out and run through debian style renaming if enabled.

The packaging include was split out to be reused by external plugins (e.g. gst-plugin-gl, gst-fluendo-*).

The new package list looks like:

libgstapp-0.10-0_0.10.32-r1_armv7a.ipk
libgstfft-0.10-0_0.10.32-r1_armv7a.ipk
[..]
gst-plugins-base-videorate_0.10.32-r1_armv7a.ipk
gst-plugins-base-videoscale_0.10.32-r1_armv7a.ipk
[..]
gst-plugins-base-meta_0.10.32-r1_armv7a.ipk
[..]
gst-plugins-base-apps_0.10.32-r1_armv7a.ipk

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 years agogcc: use ${base_lib} to match gcc default configuration
Kumar Gala [Thu, 4 Aug 2011 18:54:59 +0000 (13:54 -0500)]
gcc: use ${base_lib} to match gcc default configuration

Rather than tweaking MULTILIB_DIRNAMES & MULTILIB_OSDIRNAMES like is
done for x86-64 via 64bithack.patch.  We can just go with gcc defaults
and utilize ${base_lib} for where to find gcc libs.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agobitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
Kumar Gala [Thu, 4 Aug 2011 18:51:26 +0000 (13:51 -0500)]
bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-core-boot.bb: Add PACKAGE definition to facilitate multilib
Dongxiao Xu [Fri, 5 Aug 2011 05:48:25 +0000 (13:48 +0800)]
task-core-boot.bb: Add PACKAGE definition to facilitate multilib

If there is no PACKAGES defined in bb file, its default definition would
be "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale".
In multilib case, ${PN} is extended with ${MLPREFIX}, so there is no
rename occurred for the PACKAGES. Therefore for task-core-boot,
RDEPENDS_lib32-task-core-boot will be empty, resulting busybox,
tinylogin, etc. are not bulit out.

This fixed the issue that /bin/sh is not provided while do_rootfs.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeglibc-locale: Added ${MLPREFIX} for task dependency.
Lianhao Lu [Fri, 5 Aug 2011 03:42:51 +0000 (11:42 +0800)]
eglibc-locale: Added ${MLPREFIX} for task dependency.

[YOCTO #1338] Added ${MLPREFIX} to the task dependency between
eglibc-locale:do_install and the corresponding virtual/libc's
do_populate_sysroot.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agoghostscript: Fixed the incorrect DEPENDS.
Lianhao Lu [Fri, 5 Aug 2011 03:33:59 +0000 (11:33 +0800)]
ghostscript: Fixed the incorrect DEPENDS.

[YOCTO #1337]
Using ghostscript-native instead of ${PN}-native in DEPENDS to correct
the invalid DEPENDS in multilib cases.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agoMisc: Corrected the dependency on non-native for -native package.
Lianhao Lu [Fri, 5 Aug 2011 03:28:36 +0000 (11:28 +0800)]
Misc: Corrected the dependency on non-native for -native package.

[YOCTO #1336] Corrected the wrong dependency on non-native for -native
packages for the following recipes:

- util-macros
- intltool

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agoqt4x11.bbclass: Using BPN instead of PN.
Lianhao Lu [Fri, 5 Aug 2011 02:57:55 +0000 (10:57 +0800)]
qt4x11.bbclass: Using BPN instead of PN.

[YOCTO #1335] Using BPN instead of BP to decide the DEPENDS content for
multilib cases.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agotcp-wrappers: Using ${PN} in PACKAGES.
Lianhao Lu [Fri, 5 Aug 2011 01:56:42 +0000 (09:56 +0800)]
tcp-wrappers: Using ${PN} in PACKAGES.

[YOCTO #1334]
Using ${PN} instead of tcp-wrappers in PACKAGES and FILES_*, since the
FILES_tcp-wrappers would be overwritten by FILES_${PN} when the variable
name gets expansioned.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agoSRC_URI: Using BPN instaed of PN.
Lianhao Lu [Fri, 5 Aug 2011 01:53:37 +0000 (09:53 +0800)]
SRC_URI: Using BPN instaed of PN.

[YOCTO #1333]
In multilib cases, PN has the prefix of MLPREFIX. It is not correct to
use PN in SRC_URI. We should use the pruned BPN instead.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agogtk-icon-cache: add hicolor-icon-theme to DEPENDS
Koen Kooi [Fri, 5 Aug 2011 14:18:57 +0000 (16:18 +0200)]
gtk-icon-cache: add hicolor-icon-theme to DEPENDS

This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomachine/include/arm/feature-arm-thumb: Allow thumb to be disabled
Richard Purdie [Fri, 5 Aug 2011 16:22:16 +0000 (17:22 +0100)]
machine/include/arm/feature-arm-thumb: Allow thumb to be disabled

The previous commit to this file meant thumb was always being turned on
even when TUNE_FEATURES did not contain "thumb". This is clearly wrong
and this patch corrects this so thumb options are no longer specified
in that case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolocal.conf.sample: Comment out BBMASK by default
Richard Purdie [Fri, 5 Aug 2011 16:18:55 +0000 (17:18 +0100)]
local.conf.sample: Comment out BBMASK by default

This means we can set defaults in layers or other configurations without
the default user config masking it out.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables
Nitin A Kamble [Tue, 2 Aug 2011 20:44:44 +0000 (13:44 -0700)]
kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables

KERNEL_LD was using ${LD} in it's definition, which is not correct for
different ABIs such as x32 or i386 on x86_64 machine. This brings it
into sync with the corresponding gcc settings, likewise the same with
the KERNEL_AR variable.

[RP: Updated commit message]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibzypp: Increase the size of the arch compat table
Mark Hatle [Thu, 4 Aug 2011 16:33:23 +0000 (11:33 -0500)]
libzypp: Increase the size of the arch compat table

Fix [YOCTO #1313]

Increase the size of the arch compat table to 30 entries.

Also cleanup a few things related to Poky -> OE name changing.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Fixed up arm patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolinux-yocto_3.0: Fix SRC_URI to use yoctoproject.org
Saul Wold [Fri, 5 Aug 2011 00:16:36 +0000 (17:16 -0700)]
linux-yocto_3.0: Fix SRC_URI to use yoctoproject.org

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodpkg: Update to use perlnative
Saul Wold [Fri, 5 Aug 2011 01:07:08 +0000 (18:07 -0700)]
dpkg: Update to use perlnative

[YOCTO #1298]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoimage-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib
Kumar Gala [Thu, 4 Aug 2011 04:03:23 +0000 (23:03 -0500)]
image-mklibs.bbclass: Utilize ${base_libdir} instead of static /lib

We might redefine ${base_libdir} from being set to just /lib.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agoimage-mklibs.bbclass: Add powerpc64 arch support
Kumar Gala [Thu, 4 Aug 2011 04:03:14 +0000 (23:03 -0500)]
image-mklibs.bbclass: Add powerpc64 arch support

powerp64 dynamic loader is 'ld64.so.1'.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agogcc-4.6: Add support for the e5500 PowerPC core
Kumar Gala [Thu, 4 Aug 2011 07:57:47 +0000 (02:57 -0500)]
gcc-4.6: Add support for the e5500 PowerPC core

Implements basic e5500 enablement in gcc, with a scheduler, -mcpu
flag, etc...

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agotune/arch-powerpc64: include arch-powerpc.inc to keep things in sync
Kumar Gala [Thu, 4 Aug 2011 07:23:47 +0000 (02:23 -0500)]
tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync

Added a DEFAULTTUNE setting and included arch-powerpc.inc.  This way we
pick up the changes to TUNE_PKGARCH and things should be kept more in
sync going forward.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agoprelink: Add lib64 dirs to prelink.conf
Kumar Gala [Thu, 4 Aug 2011 06:05:38 +0000 (01:05 -0500)]
prelink: Add lib64 dirs to prelink.conf

Handle multlib or cases that baselib is lib64.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agolibproxy: utilize libdir when configured
Kumar Gala [Thu, 4 Aug 2011 03:55:31 +0000 (22:55 -0500)]
libproxy: utilize libdir when configured

Pass $libdir through when we configure to support a location other
than /lib.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agolibmusicbrainz: utilize base_libdir when configured
Kumar Gala [Thu, 4 Aug 2011 03:54:05 +0000 (22:54 -0500)]
libmusicbrainz: utilize base_libdir when configured

Pass $libdir through when we configure to support a location
other than /lib.  We also have to tweak the cmake files to allow $libdir
to even be set.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agocoreutils: Fix build on uclibc
Khem Raj [Wed, 3 Aug 2011 21:12:30 +0000 (14:12 -0700)]
coreutils: Fix build on uclibc

coreutils has getloadavg.m4 of its own. So we need
to make sure that we remove the portions which look
into hardcoded /usr/local/lib paths. These tests are
only for AIX so we dont lose much

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoautoconf: Remove code checking for hardcoded /usr/local
Khem Raj [Wed, 3 Aug 2011 21:12:29 +0000 (14:12 -0700)]
autoconf: Remove code checking for hardcoded /usr/local

This code is only relevant for AIX and causes
problems with OE QA sniffer which detects -L/usr/local/lib
on linker commandline during cross compile and rightly barfs

This only happens when getloadavg() is not found in libc
so we do not reach that code with eglibc but only with uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoautoconf: Remove patch=1 from SRC_URI
Khem Raj [Wed, 3 Aug 2011 21:12:28 +0000 (14:12 -0700)]
autoconf: Remove patch=1 from SRC_URI

Edit summary field s/produced/produce/

Fix the license related warning

WARNING: autoconf-native: No generic license file exists for:
GPLv2|GPLv3 at /b/openembedded-core/meta/files/common-licenses
WARNING: autoconf-native: There is also no SPDXLICENSEMAP for this
license type: GPLv2|GPLv3 at
/b/openembedded-core/meta/files/common-licenses

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agobuildstats.bbclass: Adding disk io measurement
Beth Flanagan [Wed, 3 Aug 2011 19:31:08 +0000 (12:31 -0700)]
buildstats.bbclass: Adding disk io measurement

This commit adds disk-io statistics functionality on a build
and per-task basis.

It pulls measurements for whatever partition TMPDIR exists on.
This data could be off if SSTATE_DIR and DL_DIR exist on
a different partition/volume.

Notes on what this pulls:

ReadsComp: Total number of reads complete
ReadsMerged: Total number of adjacent reads merged
SectRead: Total number of sectors read
TimeReads: Total number of m/s spent reading
WritesComp: Total number of writes completed
SectWrite: Total number of sectors written
TimeWrite: Total number of m/s spent writing
IOinProgress: Total amount of IO in progress at the time of
              we look at /proc/diskstats.
TimeIO: Total number of m/s spent doing IO
WTimeIO: Weighted time doing I/O. From iostats.txt:

"This field is incremented at each I/O start, I/O completion, I/O
 merge, or read of these stats by the number of I/Os in progress
 (field 9) times the number of milliseconds spent doing I/O since the
 last update of this field.  This can provide an easy measure of both
 I/O completion time and the backlog that may be accumulating."

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
13 years agotoolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars
Nitin A Kamble [Wed, 27 Jul 2011 22:31:28 +0000 (15:31 -0700)]
toolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars

This is comming from x32 need to pass special parameters to ld & as.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoeglibc: Fix patch merge breakage
Richard Purdie [Thu, 4 Aug 2011 14:41:08 +0000 (15:41 +0100)]
eglibc: Fix patch merge breakage

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoVarious siteinfo: Drop rp-pppoe variables
Tom Rini [Wed, 27 Jul 2011 18:43:45 +0000 (11:43 -0700)]
Various siteinfo: Drop rp-pppoe variables

These variables were wrong on big-endian machines and this recipe is now
handled in meta-oe (along with the siteinfo files).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agositeinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc
Tom Rini [Wed, 27 Jul 2011 18:33:38 +0000 (11:33 -0700)]
siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc

This comes from oe.dev and while at this, drop from powerpc-linux as the
common-libc files set them.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agosite/common-linux: Add ac_cv_file__dev_zero=yes
Tom Rini [Wed, 27 Jul 2011 18:31:34 +0000 (11:31 -0700)]
site/common-linux: Add ac_cv_file__dev_zero=yes

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoVarious siteinfo files: Consolidate va_copy/__va_copy/va_val_copy
Tom Rini [Wed, 27 Jul 2011 18:08:15 +0000 (11:08 -0700)]
Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy

Providing va_copy / __va_copy come down to the libc.  va_val_copy
comes down to the architecture.  Unfortunately it's assumed true
if not set, so we need to make sure to set this to false for
x86_64 where it is not true.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoVarious siteinfo files: Drop enca section
Tom Rini [Tue, 26 Jul 2011 23:27:33 +0000 (16:27 -0700)]
Various siteinfo files: Drop enca section

As part of re-syncing with oe.dev, these tests aren't needed with the
oe.dev recipe of enca now.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoVarious siteinfo files: Consolidate ac_cv_func_getaddrinfo
Tom Rini [Tue, 26 Jul 2011 23:23:01 +0000 (16:23 -0700)]
Various siteinfo files: Consolidate ac_cv_func_getaddrinfo

This is a libc feature, move there.  Drop the ipsec-tools specific
test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't
support buggy getaddrinfo now.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoVarious site files: Drop monotone/mono
Tom Rini [Tue, 26 Jul 2011 22:46:32 +0000 (15:46 -0700)]
Various site files: Drop monotone/mono

Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agotcl: Add tcl_cv_api_serial to siteinfo
Tom Rini [Tue, 26 Jul 2011 22:40:03 +0000 (15:40 -0700)]
tcl: Add tcl_cv_api_serial to siteinfo

This comes from oe.dev which had this set for arm-linux only.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agosudo: Drop sudo_cv_uid_t_len from site files
Tom Rini [Tue, 26 Jul 2011 21:35:37 +0000 (14:35 -0700)]
sudo: Drop sudo_cv_uid_t_len from site files

We were just setting this to the assumed default.  If anything, this
belongs in the libc files if we must set it.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agoeglibc_2.13: Add support for handling sqrt & sqrtf on powerpc
Kumar Gala [Mon, 1 Aug 2011 14:26:22 +0000 (09:26 -0500)]
eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc

Some of powerpc's dont support the fsqrt[s] instructions so we need an
implementation of the library functions for those processors.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agoeglibc: fix build for armv4 machines
Dmitry Eremin-Solenikov [Wed, 3 Aug 2011 12:12:37 +0000 (16:12 +0400)]
eglibc: fix build for armv4 machines

eglibc builds for arm-eabi unconditionally enables the libc-do-syscall.S
file, which contains thumb assembly. It's unused in arm-eabi-nothumb case,
so just ifdef the actual code.

V2: use the patch from oe.dev.

The patch is submitted to sourceware bugzilla by Khem Raj back in October
of 2010, but the status is still UNCONFIRMED and the patch isn't commited.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Khem Raj <raj.khem@gmail.com>
13 years agolibxt: Add depends for util-linux and libxcb
Saul Wold [Tue, 2 Aug 2011 21:22:07 +0000 (14:22 -0700)]
libxt: Add depends for util-linux and libxcb

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoglibc: Remove unused version
Saul Wold [Thu, 28 Jul 2011 06:40:27 +0000 (23:40 -0700)]
glibc: Remove unused version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoconnman_test.sh: Rework for busybox 'ps'
Tom Rini [Wed, 27 Jul 2011 22:01:35 +0000 (15:01 -0700)]
connman_test.sh: Rework for busybox 'ps'

This script has two problems today.  First, it does 'ps -ef cmd'
in failure which real ps doesn't grok and busybox ps just ignores
the argument on.  Switch that to 'ps -ef'.  Second, busybox ps -o
doesn't understand cmd but does understand comm.  Using comm lets
us simplify the test logic as well, so switch to that.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
13 years agokernel.bbcalss: Added do_savedefconfig task.
Noor, Ahsan [Tue, 2 Aug 2011 12:30:18 +0000 (17:30 +0500)]
kernel.bbcalss: Added do_savedefconfig task.

* Added do_savedefconfig task to kernel.bbclass.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
13 years agoxserver-nodm-init: Fix X start failure on some platform
Zhai Edwin [Tue, 2 Aug 2011 07:24:00 +0000 (15:24 +0800)]
xserver-nodm-init: Fix X start failure on some platform

sudo is used to run rootless X in xserver-nodm, and start to fail with
"xf86OpenConsole: Cannot open /dev/tty0" error after upgrade to 1.8.1. sudo
seems wait for some resource that is unavailable in early phase of booting.
This patch swith to "su" for rootless X starting as a fix.

[YOCTO #1211] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoapr-util: Upgrade to 1.3.12
Zhai Edwin [Thu, 28 Jul 2011 06:42:47 +0000 (14:42 +0800)]
apr-util: Upgrade to 1.3.12

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Merged with ${BPN} change

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoapr: Upgrade to 1.4.5
Zhai Edwin [Thu, 28 Jul 2011 06:33:35 +0000 (14:33 +0800)]
apr: Upgrade to 1.4.5

Remove buildconf_fix.patch as already in upstream.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Merged with ${BPN} change

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoparted: Upgrade to 3.0
Zhai Edwin [Thu, 28 Jul 2011 08:33:20 +0000 (16:33 +0800)]
parted: Upgrade to 3.0

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agogpgme: Upgrade to 1.3.1
Zhai Edwin [Thu, 28 Jul 2011 07:27:22 +0000 (15:27 +0800)]
gpgme: Upgrade to 1.3.1

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolibassuan: Upgrade to 2.0.2
Zhai Edwin [Thu, 28 Jul 2011 07:34:44 +0000 (15:34 +0800)]
libassuan: Upgrade to 2.0.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolibsoup-2.4: Upgrade to 2.34.2
Zhai Edwin [Thu, 28 Jul 2011 05:48:52 +0000 (13:48 +0800)]
libsoup-2.4: Upgrade to 2.34.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolighttpd: Upgrade to 1.4.29
Zhai Edwin [Wed, 27 Jul 2011 08:11:19 +0000 (16:11 +0800)]
lighttpd: Upgrade to 1.4.29

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agokernel,cml1.bbclass: Move menuconfig to cml1
Noor, Ahsan [Fri, 29 Jul 2011 12:24:50 +0000 (17:24 +0500)]
kernel,cml1.bbclass: Move menuconfig to cml1

* The menuconfig target exists in places other than the kernel that use kernel style config.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
13 years agoenvironment files: Added and unified version related variables.
Lianhao Lu [Mon, 1 Aug 2011 07:50:02 +0000 (15:50 +0800)]
environment files: Added and unified version related variables.

[YOCTO #1306] Fixing.

Added and unified version related variables in all environment files
generated by package meta-toolchain, meta-ide-support,
meta-environment-xxx.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agobinutils: Add support for powerpc e5500 core
Kumar Gala [Mon, 1 Aug 2011 14:30:34 +0000 (09:30 -0500)]
binutils: Add support for powerpc e5500 core

Add powerpc e5500 core support to binutils so its recognized by
assember, etc.  The e5500 is a 64-bit core from Freescale utilized in
the P5020 SoC.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agogtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when...
Koen Kooi [Mon, 1 Aug 2011 11:08:42 +0000 (13:08 +0200)]
gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

Tested with gnome-icon-theme and libsoup recipes on angstrom.

Signed-off-by: Koen Kooi <koen@openembedded.org>
13 years agobison: Add dependency on flex-native
Noor, Ahsan [Mon, 1 Aug 2011 10:16:18 +0000 (15:16 +0500)]
bison: Add dependency on flex-native

* This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
13 years agoaspell: upgrade from 0.60.6 to 0.60.6.1
Mei Lei [Sun, 31 Jul 2011 23:38:47 +0000 (07:38 +0800)]
aspell: upgrade from 0.60.6 to 0.60.6.1

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agoSRC_URI, S: use BPN instead of PN for multilib case
Yu Ke [Thu, 28 Jul 2011 13:28:20 +0000 (21:28 +0800)]
SRC_URI, S: use BPN instead of PN for multilib case

in multilibcase, PN has multilib prefix, so it is not
correct to use PN in SRC_URI and S. instead,  we've
dedicately pruned multilib prefix in BPN, so BPN is
the right alternative for PN.

Signed-off-by: Yu Ke <ke.y@intel.com>
13 years agolibfm: depend on intltool-native instead of intltool
Martin Jansa [Fri, 29 Jul 2011 06:43:36 +0000 (08:43 +0200)]
libfm: depend on intltool-native instead of intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agopolkit: depend on intltool-native instead of intltool
Martin Jansa [Fri, 29 Jul 2011 06:43:19 +0000 (08:43 +0200)]
polkit: depend on intltool-native instead of intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibnewt: update to 0.52.13
Kang Kai [Thu, 28 Jul 2011 09:28:42 +0000 (17:28 +0800)]
libnewt: update to 0.52.13

Update libnewt to 0.52.13, and remove include-without-python.patch
because it has been merged.
Update SRC_URI and add SRC_URI checksum.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agofont-util: The recipe produces binaries so don't mark as 'all' architecture
Richard Purdie [Thu, 4 Aug 2011 12:59:14 +0000 (13:59 +0100)]
font-util: The recipe produces binaries so don't mark as 'all' architecture

Since font-util produces binaries it shouldn't be marked as "all"
package architecture. To achieve this we need to move the settings
out the common include file.

This fixes errors like:

ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/bdftruncate'' strip command failed
ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/ucs2any'' strip command failed

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeglibc-package.inc: Fixed error in referencing PKGSUFFIX
Lianhao Lu [Thu, 4 Aug 2011 10:36:23 +0000 (18:36 +0800)]
eglibc-package.inc: Fixed error in referencing PKGSUFFIX

[YOCTO #1329] Added the missing $ when referencing PKGSUFFIX in FILES_*
variables set.

[RP: Added PR bumps]
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomultilib: Use BPN instead of PN for style like lib${PN}
Dongxiao Xu [Wed, 3 Aug 2011 15:19:36 +0000 (23:19 +0800)]
multilib: Use BPN instead of PN for style like lib${PN}

When supporting multilib, ${PN} will be extended with MLPREFIX. However
if a package name contains ${PN} with styles like lib${PN}, such
extension will cause error. Use BPN in this case.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopenjade-native: Change RDEPENDS of sgml-common-native
Dongxiao Xu [Wed, 3 Aug 2011 15:19:35 +0000 (23:19 +0800)]
openjade-native: Change RDEPENDS of sgml-common-native

openjade-native should RDEPENDS on sgml-common-native but not
sgml-common

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibxml-simple-perl: Use BBCLASSEXTEND insteand of *-native recipe
Dongxiao Xu [Wed, 3 Aug 2011 15:19:34 +0000 (23:19 +0800)]
libxml-simple-perl: Use BBCLASSEXTEND insteand of *-native recipe

It's not appropriate to require xxx.bb in xxx-native.bb, causing that
xxx-native depends on target recipe.

Use BBCLASSEXTEND to solve this issue.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeglibc-locale: Specially handle FILES_eglibc-gconv for multilib
Dongxiao Xu [Wed, 3 Aug 2011 15:19:33 +0000 (23:19 +0800)]
eglibc-locale: Specially handle FILES_eglibc-gconv for multilib

In multilib support, it iterate values in PACKAGES and then extend name
for variables like "FILES_xxx", "SUMMARY_xxx", etc.

However eglibc-gconv is dynamically put in PACKAGES by
package_do_split_gconv function. Therefore the name will not be
extended automatically.

Specially handle the FILES variable for eglibc-gconv to fix the issue
of missing "lib32-eglibc-gconv" issue in doing multilib do_rootfs.

Also when set PACKAGES, add the MLPREFIX.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotcl: Fix packaging of platform independent files
Kumar Gala [Wed, 3 Aug 2011 15:43:56 +0000 (10:43 -0500)]
tcl: Fix packaging of platform independent files

Tcl's doesn't utilize ${baselib} for platform independent files but
defines it as follows:

TCL_LIBRARY             = $(prefix)/lib/tcl$(VERSION)

Match that so if ${baselib} is not just /lib things work properly.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibnss-mdns: dont use hard coded /lib path
Kumar Gala [Wed, 3 Aug 2011 15:28:48 +0000 (10:28 -0500)]
libnss-mdns: dont use hard coded /lib path

As libdir might not be /lib (could be /lib64) use ${base_libdir} instead of
hard coded "/lib" in configure options set in EXTRA_OECONF.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc: Fix setting of GLIBC_DYNAMIC_LINKER
Kumar Gala [Tue, 2 Aug 2011 22:33:17 +0000 (17:33 -0500)]
gcc: Fix setting of GLIBC_DYNAMIC_LINKER

The sed regex in do_configure_prepend was producing the following result:

 #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2"

instead of removing the leading "/lib" or "/lib64".

Now we have it do:

 #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2"

Additionally, with the regex fixed the manipulation of SYSTEMLIBS_DIR
needs to be removed.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoautomake: Fix issue with tar configure failing with large UID/GIDs
Kumar Gala [Tue, 2 Aug 2011 21:20:56 +0000 (16:20 -0500)]
automake: Fix issue with tar configure failing with large UID/GIDs

Add a fixup for trying to create ustar archives when the users
UID or GID is larger than the format allows.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage_rpm: Ensure alternatives links are reflected in rpm package dependencies
Richard Purdie [Wed, 3 Aug 2011 15:32:03 +0000 (16:32 +0100)]
package_rpm: Ensure alternatives links are reflected in rpm package dependencies

Currently, if a file is provided as an alternative link within the package, rpm
doesn't see the dependency. This works out badly for dependencies such as /bin/sh
which scripts might require.

Since rpm detects and adds these dependencies we do need to ensure the dependency
information in the packages is correct. This patch does so for the rpm backend
ensuring internal consistency whilst the approach for addressing this problem in
the other package backends is considered.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoautotools.bbclass: Fix m4 file race
Richard Purdie [Wed, 3 Aug 2011 15:06:43 +0000 (16:06 +0100)]
autotools.bbclass: Fix m4 file race

If something removes .m4 files from the aclocal directory whilst aclocal is
running it gets upset. To avoid this we need to take a copy of the aclocal
directory and build against this instead.

[YOCTO #861]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf/qemux86-64: Automate TRANSLATED_TARGET_ARCH
Richard Purdie [Wed, 3 Aug 2011 14:52:41 +0000 (15:52 +0100)]
bitbake.conf/qemux86-64: Automate TRANSLATED_TARGET_ARCH

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibzypp: Correctly handle - in package architecture names
Richard Purdie [Tue, 2 Aug 2011 21:20:24 +0000 (22:20 +0100)]
libzypp: Correctly handle - in package architecture names

If package architectures contain - characters this needs to be mapped
to something else in (_) since its illegal in C variable names.

[YOCTO #1313 partially]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolocal.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)
Richard Purdie [Tue, 2 Aug 2011 12:45:20 +0000 (13:45 +0100)]
local.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotune/ppc: Fix various TUNE_PKGARCH issues
Richard Purdie [Tue, 2 Aug 2011 11:40:06 +0000 (12:40 +0100)]
tune/ppc: Fix various TUNE_PKGARCH issues

We need to ensure only one value ends up in TUNE_PKGARCH rather than several.
This change ensures consistency accross all the PPC tune files and that they
correctly inherit the core value but also allow it to be overwritten.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeglibc: Add missing ${PN} and ${PKGSUFFIX} usages
Richard Purdie [Tue, 2 Aug 2011 10:42:21 +0000 (11:42 +0100)]
eglibc: Add missing ${PN} and ${PKGSUFFIX} usages

This fixes warning messages such as:

The providers found were: ['virtual:nativesdk:eglibc_2.13.bb', 'eglibc_2.13.bb']
The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/libc-nativesdk = eglibc-nativesdk', 'PREFERRED_PROVIDER_virtual/libc = eglibc']
NOTE: multiple providers are available for runtime glibc-utils (eglibc, eglibc-nativesdk, external-csl-toolchain, external-poky-toolchain)
NOTE: consider defining a PREFERRED_PROVIDER entry to match glibc-utils

This highlights how ugly adding to PN is when using BBCLASSEXTEND. We need to do this to
eglibc so the nativesdk class continues to work correctly for now and ensure consistency
in how the various eglibc packages are generated.

Longer term, if we switch nativesdk to use the multilib approach and MLPREFIX, we can
remove all the PKGSUFFIX mess. I'd rather not get into changing nativesdk right at this
time though given all the other changes that are going on.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage_ipk: SDK generation workaround
Mark Hatle [Mon, 1 Aug 2011 23:58:36 +0000 (18:58 -0500)]
package_ipk: SDK generation workaround

During SDK generation the multilib_sanity_check function is being called,
however it is not available unless we've been called from the image.bbclass.

Disable the check if MULTILIB_CHECK_FILE (also set in image.bbclass) doesn't
exist or is empty.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agopopulate_sdk_*: Sync SDK and regular rootfs functions
Mark Hatle [Mon, 1 Aug 2011 17:34:51 +0000 (12:34 -0500)]
populate_sdk_*: Sync SDK and regular rootfs functions

In order for things to be easier to maintain in the future, sync up
the sdk and rootfs versions.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agobitbake.conf: Add SDK_PACKAGE_ARCHS
Mark Hatle [Mon, 1 Aug 2011 17:11:22 +0000 (12:11 -0500)]
bitbake.conf: Add SDK_PACKAGE_ARCHS

Add SDK_PACKAGE_ARCHS to avoid the sed operations we were previously doing
inside of the variouns populate_sdk functions and related items.

Also add documentation to populate_sdk to explain when the various functions
are expected to be doing.

Finally fix a bug in populate_sdk_rpm where the wrong value was being set,
noticed while working on this change.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agorootfs_rpm: Cleanup and minor bug fixes
Mark Hatle [Mon, 1 Aug 2011 16:56:37 +0000 (11:56 -0500)]
rootfs_rpm: Cleanup and minor bug fixes

in packages_rpm.bbclass:

Cleanup the way package_update_index_rpm works.  Break this out into two
functions, one for common functionality and one for controlling target vs
sdk package processing.

Similar change to package_generate_rpm_conf.

Usage of IMAGE_ROOTFS should actually be "target_rootfs", this fixes a problem
with the SDK case.

in rootfs_rpm.bbclass:

Minor re-order of the values, and avoid multiple uses of IMAGE_ROOTFS in order
to make the merge with the SDK behavior easier.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agooe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR
Dexuan Cui [Tue, 2 Aug 2011 06:08:32 +0000 (14:08 +0800)]
oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

[YOCTO #671]

"readlink -f" in Ubuntu 10.04 is buggy: it doesn't ignore a trailing / (e.g.,
"readlink -f /tmp/non-existent-dir/" returns nothing, but according to
http://www.gnu.org/s/coreutils/manual/coreutils.pdf it should do that --
hence we get bug 671. It seems Ubuntu 10.10 or even later Ubuntu 11.04,
and other Linux distributions(e.g., Open Suse 11.4) haven't such an issue.

So I think we should detect this and ask Ubuntu 10.04 users to avoid supply
a path with trailing slash here.

Moreever, I also add the detection of non-existent path, e.g.,
source oe-init-build-env /non-existent-dir/build
can be detected and we'll print an error msg.
And, if we get errors in oe-buildenv-internal, we should stop the script
and shouldn't further run.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoscripts/runqemu: grep for line beginning with TMPDIR
Khem Raj [Tue, 2 Aug 2011 01:47:13 +0000 (18:47 -0700)]
scripts/runqemu: grep for line beginning with TMPDIR

Currently the grep regexp matches any occurance of
'TMPDIR=' but if you have another variable defined
e.g. OE_BUILD_TMPDIR=xxx then that gets picked up
too.

$ bitbake -e | grep TMPDIR=\"
TMPDIR="/home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc"
OE_BUILD_TMPDIR="/home/kraj/work/angstrom/build/tmp-angstrom_2010_x"

So we become a bit more stringent and look for
line starting with TMPDIR

$ bitbake -e | grep ^TMPDIR=\"
TMPDIR="/home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc"

make sure that it greps
only TMPDIR=xxx occurance and not values of other variables
whose names happens to end with TMPDIR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoarch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case
Koen Kooi [Mon, 1 Aug 2011 13:41:42 +0000 (15:41 +0200)]
arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

Without this 'armv7a' is used as TUNE_ARCH but does *not* end up in PACKAGE_EXTRA_ARCHS:

arch all 1
arch any 6
arch noarch 11
arch arm 16
arch armv4 21
arch armv4t 26
arch armv5 31
arch armv5t 36
arch armv5-vfp 41
arch armv5t-vfp 46
arch armv5e 51
arch armv5te 56
arch armv5e-vfp 61
arch armv5te-vfp 66
arch armv6-vfp 71
arch armv6t-vfp 76
arch armv7-vfp 81
arch armv7t2-vfp 86
arch armv7a-vfp 91
arch armv7at2-vfp 96
arch armv7a-vfp-neon 101
arch armv7at2-vfp-neon 106
arch beagleboard 111

Which leads to a failing do_rootfs

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage_rpm.bbclass: fix one typo
Yu Ke [Mon, 1 Aug 2011 11:54:25 +0000 (19:54 +0800)]
package_rpm.bbclass: fix one typo

fix the MLPREFIX referrence typo which cause multilib rpm
do_rootfs failure

CC: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo
Koen Kooi [Sat, 30 Jul 2011 12:46:40 +0000 (14:46 +0200)]
package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 years agorootfs_rpm.bbclass: Fix multilib configurations to use DEFAULTTUNE
Mark Hatle [Sat, 30 Jul 2011 01:57:31 +0000 (20:57 -0500)]
rootfs_rpm.bbclass:  Fix multilib configurations to use DEFAULTTUNE

Earlier iterations of the multilib patch used "TUNENAME", which was later
renamed to DEFAULTTUNE.  This file was missed in the rename.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agosanity.bbclass: Add sanity check that TUNE_PKGARCH appears in PACKAGE_ARCHS
Kumar Gala [Fri, 29 Jul 2011 00:07:57 +0000 (19:07 -0500)]
sanity.bbclass: Add sanity check that TUNE_PKGARCH appears in PACKAGE_ARCHS

Its possible we get duplications if we explicity add TUNE_PKGARCH to
PACKAGE_ARCHS so instead just add a sanity check to verify it.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agotune-ppce500mc: Adjust PowerPC e500mc tune file to correctly set hard fpu.
Malcolm Crossley [Thu, 28 Jul 2011 21:47:07 +0000 (16:47 -0500)]
tune-ppce500mc: Adjust PowerPC e500mc tune file to correctly set hard fpu.

Signed-off-by: Malcolm Crossley <malcolm.crossley@ge.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agotune/arch-powerpc64: Remove support for soft-float from ppc64
Kumar Gala [Thu, 28 Jul 2011 20:59:05 +0000 (15:59 -0500)]
tune/arch-powerpc64: Remove support for soft-float from ppc64

All 64-bit PPC processors support hard-float so no need to support
soft-float.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agotune/arch-powerpc64: Fix typo with 64-bit TUNE_CCARGS handling
Kumar Gala [Thu, 28 Jul 2011 20:59:04 +0000 (15:59 -0500)]
tune/arch-powerpc64: Fix typo with 64-bit TUNE_CCARGS handling

When figuring out how to set TUNE_CCARGS we should look for 'm64' not
'n64' in TUNE_FEATURES.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years agosgml-common-native: Read a catalog backup to repopulate sgml-docbook.cat
Saul Wold [Fri, 29 Jul 2011 00:08:36 +0000 (17:08 -0700)]
sgml-common-native: Read a catalog backup to repopulate sgml-docbook.cat

This reads the sgml-docbook.bak and adds the entries into sgml-docbook.cat since
this occurs out of order during shared state sysroot populate.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoopenjade-native: Write a bak file for shared state
Saul Wold [Fri, 29 Jul 2011 00:06:22 +0000 (17:06 -0700)]
openjade-native: Write a bak file for shared state

This patch writes a sgml-docbook.bak that is read by the sgml-common during a shared
state sysroot populate, because it comes out of order.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodocbook-dsssl-stylesheets-native: Write a bak file for shared state
Saul Wold [Fri, 29 Jul 2011 00:05:54 +0000 (17:05 -0700)]
docbook-dsssl-stylesheets-native: Write a bak file for shared state

This patch writes a sgml-docbook.bak that is read by the sgml-common during a shared
state sysroot populate, because it comes out of order.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodocbook-sgml-dtd-native: Write a bak file for shared state
Saul Wold [Fri, 29 Jul 2011 00:05:30 +0000 (17:05 -0700)]
docbook-sgml-dtd-native: Write a bak file for shared state

This patch writes a sgml-docbook.bak that is read by the sgml-common during a shared
state sysroot populate, because it comes out of order.

Signed-off-by: Saul Wold <sgw@linux.intel.com>