[OE-core] [PATCH] cmake.bbclass: modify construction of compiler flags

2012-09-25 Thread Joe Slater
Use CFLAGS instead of CPPFLAGS for C_FLAGS variants. Also remove duplicate flags from _RELEASE variants. Signed-off-by: Joe Slater jsla...@windriver.com *** Note - this can break things that have never really ***been compiled with -O2 optimization --- meta/classes/cmake.bbclass |6

[OE-core] [PATCH] chkconfig: pass CFLAGS to Makefile

2012-10-09 Thread Joe Slater
The environment CFLAGS is not used by the chkconfig Makefile, so debug and optimization options are ignored. So, we use RPM_OPT_FLAGS to pass CFLAGS into Makefile. Upstream-Status: Inappropriate [configuration] Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-extended/chkconfig

[OE-core] [PATCH v2] chkconfig: pass CFLAGS to Makefile

2012-10-10 Thread Joe Slater
The environment CFLAGS is not used by the chkconfig Makefile, so debug and optimization options are ignored. So, we use RPM_OPT_FLAGS to pass CFLAGS into Makefile. Upstream-Status: Inappropriate [configuration] Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-extended/chkconfig

[OE-core] [PATCH 1/1] curl: add upstream status to patch

2013-07-17 Thread Joe Slater
Add upstream-status to configure_ac.patch. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/curl/curl/configure_ac.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/curl/curl/configure_ac.patch b/meta/recipes-support

[OE-core] [PATCH 1/1] openjade-native: do not create shared libraries

2013-08-06 Thread Joe Slater
CQID: 429576 openjade is the only one that uses the shared libraries and sometimes it cannot find them! [Yocto #2972] Signed-off-by: Joe Slater jsla...@windriver.com --- .../openjade/openjade-native_1.3.2.bb | 29 ++- 1 files changed, 21 insertions(+), 8

[OE-core] [V2][PATCH 1/1] openjade: do not produce shared libraries

2013-08-13 Thread Joe Slater
CQID: 429576 openjade is the only one that uses the shared libraries and sometimes it cannot find them! Signed-off-by: Joe Slater jsla...@windriver.com --- .../openjade/openjade-native_1.3.2.bb | 29 ++- 1 files changed, 21 insertions(+), 8 deletions(-) diff

[OE-core] [PATCH 1/1] coreutils: allow for acl support

2013-08-13 Thread Joe Slater
CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_8.21.bb | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support

2013-08-14 Thread Joe Slater
CQID: 430353 Add configuration data to enable acl support if it is a distro feature. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_6.9.bb | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/coreutils

[OE-core] [v3][PATCH 1/2] coreutils: add PACKAGECONFIG info for acl support

2013-08-16 Thread Joe Slater
Sent to oe-core. Updates GPLv2 version of coreutils. They also want patches for other packages that might use act. CQID: 430353 Add configuration data to enable acl support if it is a distro feature. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils

[OE-core] [v3][PATCH 2/2] coreutils: allow for acl support

2013-08-16 Thread Joe Slater
CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_8.21.bb | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 1/1][no PR bump] openjade: do not produce shared libraries

2013-08-16 Thread Joe Slater
CQID: 429576 openjade is the only one that uses the shared libraries and sometimes it cannot find them! Signed-off-by: Joe Slater jsla...@windriver.com --- .../openjade/openjade-native_1.3.2.bb | 27 ++- 1 files changed, 20 insertions(+), 7 deletions(-) diff

[OE-core] [PATCH 1/1] libpam: add PACKAGECONFIG data concerning audit

2013-08-21 Thread Joe Slater
We do not want libpam to build using audit just because it happens to be lying around, so we create PACKAGECONFI[] data to give us explicit control. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/pam/libpam_1.1.6.bb |4 1 files changed, 4 insertions(+), 0

[OE-core] [PATCH 1/1] cronie: add PACKAGECONFIG data

2013-08-22 Thread Joe Slater
We add PACKAGECONFIG[] data for audit and move the current pam related stuff into it's own entry. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/cronie/cronie_1.4.11.bb | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/meta/recipes

[OE-core] [v2][PATCH 1/1] cronie: add PACKAGECONFIG data

2013-08-23 Thread Joe Slater
We add PACKAGECONFIG[] data for audit and move the current pam related stuff into it's own entry. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/cronie/cronie_1.4.11.bb | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/meta/recipes

[OE-core] [v2][PATCH 1/1] libpam: add PACKAGECONFIG data concerning audit

2013-08-23 Thread Joe Slater
We do not want libpam to build using audit just because it happens to be lying around, so we create PACKAGECONFIG[] data to give us explicit control. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/pam/libpam_1.1.6.bb |2 ++ 1 files changed, 2 insertions(+), 0

[OE-core] [PATCH 1/1] dpkg: fix configuration issure for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architeture for mips64, and possibly other arch's because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/dpkg/dpkg

[OE-core] [v2][PATCH 1/1] dpkg: fix configuration issure for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architecture for mips64, and possibly other arch's, because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/dpkg

[OE-core] [v3][PATCH 1/1] dpkg: fix configuration issue for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architecture for mips64, and possibly other arch's, because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/dpkg

[OE-core] [PATCH] acpid: modify CFLAGS

2013-02-14 Thread Joe Slater
Override the hard-coded CFLAGS used in Makefile to reference our CFLAGS. Upstream-Status: Pending Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-bsp/acpid/acpid.inc |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/acpid/acpid.inc b

[OE-core] [oe-core PATCH] pull ldlinux.sys and isolinux.bin from correct places

2013-02-21 Thread Joe Slater
ldlinux.sys is used when building an hdd image, and isolinux.bin when building an iso bootimage. In both cases, we want to look in the sysroot for MACHINE, not in the one for the multilib we might be using. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/syslinux.bbclass |6

[OE-core] [PATCH] tzcode tzdata: update to 2013a versions

2013-03-08 Thread Joe Slater
CQID: 407425 Create new tzcode and tzdata recipes for 2013a timezone data. Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-extended/tzcode/tzcode-native_2013a.bb | 26 +++ meta/recipes-extended/tzdata/tzdata_2013a.bb | 225 2 files changed, 251

[OE-core] [PATCH [v2]] tzcode tzdata: update to 2013a versions

2013-03-12 Thread Joe Slater
Update tzcode and tzdata recipes for 2013a timezone data. Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-extended/tzcode/tzcode-native_2012j.bb | 24 -- .../recipes-extended/tzcode/tzcode-native_2013a.bb | 26 +++ meta/recipes-extended/tzdata/tzdata_2012j.bb | 207

[OE-core] [PATCH] tzcode tzdata: update to 2013b versions

2013-03-13 Thread Joe Slater
Update tzcode and tzdata recipes for 2013b timezone data. Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-extended/tzcode/tzcode-native_2012j.bb | 24 -- .../recipes-extended/tzcode/tzcode-native_2013b.bb | 26 +++ meta/recipes-extended/tzdata/tzdata_2012j.bb | 207

[OE-core] [PATCH 0/1] [v2] tzcode-native tzdata: update to 2013b versions

2013-03-14 Thread Joe Slater
No content changes from previous 2013b patch. Patch format shows differences instead of delete/create Joe Slater (1): tzcode-native tzdata: update to 2013b versions ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12 +++-- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}| 54

[OE-core] [PATCH 1/1] [v2]tzcode-native tzdata: update to 2013b versions

2013-03-14 Thread Joe Slater
Rename 2012j recipes and update version related information. Add one comment. --- ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12 +++-- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}| 54 +--- 2 files changed, 43 insertions(+), 23 deletions(-) rename

[OE-core] [PATCH [v3] 0/1] *** tzcode tzdata: update to 2013b versions ***

2013-03-18 Thread Joe Slater
In v2, accidently reverted modifications in tzdata recipe made earlier this year. Now changes are only to version specific info such as checksums. One comment has been added. Joe Slater (1): tzcode tzdata: update to 2013b versions ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12

[OE-core] [PATCH [v3] 1/1] tzcode tzdata: update to 2013b versions

2013-03-18 Thread Joe Slater
Rename and modifying existing recipes to use 2013b versions of time zone. Signed-off-by: Joe Slater jsla...@windriver.com --- ...code-native_2012j.bb = tzcode-native_2013b.bb} | 12 +++- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}|6 +++--- 2 files changed, 10 insertions

[OE-core] [PATCH [v4] 1/1] tzcode tzdata: update to 2013b versions

2013-03-19 Thread Joe Slater
Rename and modifying existing recipes to use 2013b versions of time zone. Remove PR variables. Signed-off-by: Joe Slater jsla...@windriver.com --- ...code-native_2012j.bb = tzcode-native_2013b.bb} | 14 -- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}|5 ++--- 2 files

[OE-core] [PATCH [v4] 0/1] tzcode tzdata: update to 2013b versions

2013-03-19 Thread Joe Slater
Now with PR-b-gone. Joe Slater (1): tzcode tzdata: update to 2013b versions ...code-native_2012j.bb = tzcode-native_2013b.bb} | 14 -- .../tzdata/{tzdata_2012j.bb = tzdata_2013b.bb}|5 ++--- 2 files changed, 10 insertions(+), 9 deletions(-) rename meta/recipes

[OE-core] [PATCH 1/1] dosfstools: really compile supporting large files [ Fix: 409915 ]

2013-03-25 Thread Joe Slater
CQID: 409915 Makefile in the package tries to set _FILE_OFFSET_BITS=64, but we clobber that with our CFLAGS, so we add it in the recipe. Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-devtools/dosfstools/dosfstools_2.11.bb |7 ++- 1 files changed, 6 insertions(+), 1

[OE-core] [PATCH 1/1] sysvinit-inittab: start runlevel 5 after terminals

2013-05-08 Thread Joe Slater
If xserver is started before getty is attached to virtual terminals, the server might lose the ability to accept keyboard input, so we go to runlevel 5 at the very end of inittab. --- .../recipes-core/sysvinit/sysvinit-inittab/inittab |4 +++- .../sysvinit/sysvinit-inittab_2.88dsf.bb

[OE-core] [PATCH 1/1] sysvinit: modify bootlog location

2013-05-08 Thread Joe Slater
The default location for bootlog is volatile, so we change it to something that is not. --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init

[OE-core] [PATCH 1/1] sysvinit: add /sbin/service utility

2013-05-09 Thread Joe Slater
Provide a handy utility which is found on Red Hat/Fedora systems. --- .../sysvinit_2.88dsf-add-service-script.patch | 266 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 12 +- 2 files changed, 277 insertions(+), 1 deletions(-) create mode 100644

[OE-core] [PATCH 1/1] zlib: put shared libraries in base_libdir

2013-05-14 Thread Joe Slater
We put the shared libraries in base_libdir because at least one library under base_libdir, pam_cracklib.so, needs them and will cause a qa warning when it is built. --- meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 0/1] zlib: put shared libraries under base_libdir

2013-05-14 Thread Joe Slater
pam depends on cracklib which depends on zlib. Putting libz.so.* in base_libdir also seems to correspond to where fedora puts them. Joe Slater (1): zlib: put shared libraries in base_libdir meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++ 1 files changed, 14 insertions(+), 0

[OE-core] [PATCH [v1] 1/1] zlib: put shared libraries in base_libdir

2013-05-15 Thread Joe Slater
We put the shared libraries in base_libdir because at least one library under base_libdir, pam_cracklib.so, needs them and will cause a qa warning when it is built. --- meta/recipes-core/zlib/zlib_1.2.7.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH v3 1/1] zlib: put shared libraries in base_libdir

2013-05-16 Thread Joe Slater
We put the shared libraries in base_libdir because at least one library under base_libdir, pam_cracklib.so, needs them and will cause a qa warning when it is built. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/zlib/zlib_1.2.7.bb | 15 +++ 1 files changed

[OE-core] [PATCH 1/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY

2013-05-20 Thread Joe Slater
Make ALTERNATIVE_PRIORITY[hwclock] dependent on an OVERRIDE so that the hwclock from busybox, if available, will be used for the nslu2 bsp. Independently, add util-linux-agetty to RRECOMMENDS. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/util-linux/util-linux.inc |9

[OE-core] [PATCH 0/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY

2013-05-20 Thread Joe Slater
on the target. Joe Slater (1): util-linux: adjust hwclock ALTERNATIVE_PRIORITY meta/recipes-core/util-linux/util-linux.inc |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) -- 1.7.3.4 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-13 Thread Joe Slater
Add --no-keep-memory to LDFLAGS. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3

[OE-core] [v2][PATCH 1/1] vala.bbclass: add dependency on vala

2013-09-26 Thread Joe Slater
This class points the inheritor, if it is a target, to directories in the target sysroot, so we want to be sure the .vapi files are there. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/vala.bbclass |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 1/1] tzcode tzdata: update to 2013h

2013-10-28 Thread Joe Slater
Update recipes to version 2013h of timezone code and data. Signed-off-by: Joe Slater jsla...@windriver.com --- ...code-native_2013g.bb = tzcode-native_2013h.bb} | 10 +- .../tzdata/{tzdata_2013g.bb = tzdata_2013h.bb}|4 ++-- 2 files changed, 7 insertions(+), 7 deletions

[OE-core] [v3][PATCH 1/1] vala.bbclass: add dependency on vala

2013-10-29 Thread Joe Slater
This class points the inheritor, if it is a target, to directories in the target sysroot, so we want to be sure the .vapi files are there. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/vala.bbclass |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 1/1] linuxdoc-tools: add dependency on texinfo

2013-11-08 Thread Joe Slater
We do run makeinfo, so we want to DEPEND on texinfo-native. Signed-off-by: Joe Slater jsla...@windriver.com --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools

[OE-core] [PATCH] procps: pass CFLAGS to make

2012-11-15 Thread Joe Slater
EXTRA_OEMAKE in the recipe currently discards the environment CFLAGS when setting CFLAGS passed to make. We change that to include these options. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/procps/procps_3.2.8.bb |8 1 files changed, 4 insertions(+), 4

[OE-core] [PATCH] iproute2: pass CFLAGS to Makefile\

2012-11-15 Thread Joe Slater
Makefile computes CFLAGS, but we can see that our defaults get included by using CCOPTS to pass them to make. Upstream-Status: Pending Signed-off-by: Joe Slater jsla...@windriver.com --- .../iproute2/iproute2_3.5.1.bb |6 +- 1 files changed, 5 insertions(+), 1

[OE-core] [PATCH] mingetty: replace cflags hard-coded into Makefile

2012-11-15 Thread Joe Slater
Add CFLAGS to EXTRA_OEMAKE to allow us control over debugging and optimization. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/mingetty/mingetty_1.08.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/mingetty

[OE-core] [PATCH] zip: pay some attention to our CFLAGS

2012-11-15 Thread Joe Slater
Makefile makes use of CFLAGS_NOOPT. If we set that when calling make we can options like -g. The Makefile will override any optimization to -O3. Upstream-Status: Pending Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/zip/zip_3.0.bb |8 +++- 1 files changed

[OE-core] [PATCH] unzip: pay some attention to our CFLAGS

2012-11-15 Thread Joe Slater
Makefile makes use of CFLAGS_NOOPT. If we set that when calling make we can enable options like -g. The Makefile will override any optimization to -O3. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/unzip/unzip_6.0.bb |9 +++-- 1 files changed, 7 insertions

[OE-core] [PATCH] curl: eliminate forced setting of -g0 when compiling

2012-11-15 Thread Joe Slater
Do not invoke CURL_SET_COMPILER_DEBUG_OPTS in configure.ac. This will allow debug options set in our CFLAGS to be used. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/curl/curl/configure_ac.patch | 11 +++ meta/recipes-support/curl/curl_7.26.0.bb

[OE-core] [PATCH 1/1] openssh: build without libbsd

2014-03-30 Thread Joe Slater
We do not DEPEND on libbsd, so we do not want to build with it just because libutil.h is found by configure. As noted in the patch, specifying --disable-libutil to configure does not work, so we provide cached configure variables. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes

[OE-core] [PATCH 1/1] vala: add dependencies on native packages

2014-04-07 Thread Joe Slater
We do not want to run the host xsltproc one time, and ours another, so we add a dependency on libxslt-native. We also need to add a dependency on pkgconfig-native because the host pkg-config will not see native packages we have built. Signed-off-by: Joe Slater jsla...@windriver.com --- meta

[OE-core] [PATCH 1/1] vala: inherit pkgconfig

2014-04-09 Thread Joe Slater
Although somebody we depend on might cause pkgconfig-native to be built, we should not rely on that. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/vala/vala.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/vala

[OE-core] [PATCH 1/1] pixbuff.bbclass: check for gdk-pixbuf-query-loaders errors

2014-04-13 Thread Joe Slater
we tried. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/pixbufcache.bbclass |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 414fd30..edbb948 100644 --- a/meta/classes

[OE-core] [PATCH 1/1] qemu: define PACKAGECONFIG[] for ssh2

2014-05-12 Thread Joe Slater
qemu configure will search for libssh2 if we do not enable or disable it's use, resulting in non-deterministic builds. We define PACKAGECONFIG[] to avoid this. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |1 + 1 file changed, 1 insertion(+) diff

[OE-core] (resending) [oe-core][PATCH 1/1] rpm: compile rpmqv.c instead of rpmqv.cc

2014-07-16 Thread Joe Slater
Some versions of gcc will put a reference to __gxx_personality_v0 into rpm.o and rpmbuild.o. This means we must link using g++, and Makefile does not. Go back to using rpmqv.c (which is currently identical to rpmqv.cc). Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-devtools

[OE-core] [add patch comments][PATCH 1/1] rpm: compile rpmqv.c instead of rpmqv.cc

2014-07-17 Thread Joe Slater
Some versions of gcc will put a reference to __gxx_personality_v0 into rpm.o and rpmbuild.o. This means we must link using g++, and Makefile does not. Go back to using rpmqv.c (which is currently identical to rpmqv.cc). Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-devtools

[OE-core] [PATCH 1/1] archiver.bbclass: add revision to git tarfile name

2014-08-26 Thread Joe Slater
When archiving original source, insert the first 10 characters of srcrev, after stripping off any AUTOINC+, into the filename for tarfiles created from directories. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/archiver.bbclass |9 +++-- 1 files changed, 7 insertions

[OE-core] [[v2][PATCH 1/1] archiver.bbclass: add revision to git tarfile name

2014-08-26 Thread Joe Slater
When archiving original source, insert the first 10 characters of srcrev, after stripping off any AUTOINC+, into the filename for tarfiles created from directories. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/archiver.bbclass |7 ++- 1 files changed, 6 insertions

[OE-core] [[v2][PATCH 0/1] archiver.bbclass

2014-08-26 Thread Joe Slater
Do not accidently undo commit a5393823... Joe Slater (1): archiver.bbclass: add revision to git tarfile name meta/classes/archiver.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) -- 1.7.3.4 -- ___ Openembedded-core

[OE-core] [oe-core][PATCH 1/1] gdb: allow compilation for __aarch64__

2014-09-09 Thread Joe Slater
asm/ptrace.h must be included in two files. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/gdb/gdb.inc |1 + .../gdb/gdb/include_asm_ptrace.patch | 30 2 files changed, 31 insertions(+), 0 deletions(-) create

[OE-core] [oe-core][PATCH 1/1] siteinfo: account for 32 and 64 bit arm

2014-09-12 Thread Joe Slater
Pull wordsize related items from arm-common and put in arm-32. Leave them as they were. Copy arm-32 to arm-64 and comment out all variables. Re-define to correct values leaving items which do not appear to be used undefined. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes

[OE-core] [oe-core][PATCH 1/1] at-spi2-core: fix DBIND_CHECK_ALIGNOF m4 macro

2014-09-12 Thread Joe Slater
Modify the macro so it will work when cross-compiling. Note that the values checked are normally in a site file so the macro rarely has to discover them. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/atk/at-spi2-core_2.12.0.bb|5 ++- .../atk/files

[OE-core] [oe-core][PATCH 1/1] sysprof: add aarch64 support

2014-09-12 Thread Joe Slater
Enable sysprof compilation for aarch64. Signed-off-by: Joe Slater jsla...@windriver.com --- .../recipes-kernel/sysprof/files/collector_c.patch | 30 meta/recipes-kernel/sysprof/files/rmb-arm.patch|2 +- meta/recipes-kernel/sysprof/sysprof_git.bb |2 + 3

[OE-core] [oe-core][PATCH 1/1] lttng: recognize aarch64

2014-09-15 Thread Joe Slater
Add aarch64 architecture to liburcu and lttng-ust. Internally it is treated the same as arm. Signed-off-by: Joe Slater jsla...@windriver.com --- .../lttng/lttng-ust/add-aarch64.patch | 19 +++ meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb |1 + meta

[OE-core] [v2][PATCH 1/1] sysprof: disable build for aarch64

2014-09-17 Thread Joe Slater
Add COMPATIBLE_HOST to the recipe and prohibit building for aarch64 and aarch64_be. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-kernel/sysprof/sysprof_git.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta

[OE-core] [oe-core][PATCH 1/1] oprofile: eliminate git recipe

2014-09-26 Thread Joe Slater
oprofile_git.bb does not unpack because it stills uses INC_PR, which is no longer expanded. If one fixes that, patching fails. Since there is another, later, version oprofile recipe, we might just as well get rid of this one. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes

[OE-core] [oe-core][PATCH 1/1] gcc runtime: specify license on a per package basis

2014-12-16 Thread Joe Slater
It can be alarming to attempt to exclude GPLv3 from an image but find that libstdc++ and libgcc still show it. We indicate the license for each package to show libraries that really are just GCC-3.0-with-GCC-exception. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/gcc

[OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-18 Thread Joe Slater
The list of directories for ltp-dbg is incomplete, so we generalize it. We also eliminate a non-fatal qa error that the file test_arch_stripped is stripped. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/ltp/ltp_20150119.bb |9 ++--- 1 file changed, 6

[OE-core] [oe-core][PATCH 1/1] security_flags: eliminate FORTIFY_SOURCE for debug builds

2015-03-06 Thread Joe Slater
If -D_FORTIFY_SOURCE=2 is included in CFLAGS for debug builds, many warnings will be generated and some packages will fail to build. So, only conditionally include it. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/conf/distro/include/security_flags.inc | 11 --- 1 file

[OE-core] [oe-core][PATCH 1/1] package.bbclass: decouple splitting and stripping

2015-03-13 Thread Joe Slater
debug info and source in -dbg yes / nobinaries stripped; -dbg packages empty no/ no-dbg packages empty (not a very useful case) Currently, no/yes does not work and is the same as no/no. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/package.bbclass | 108

[OE-core] [oe-core][PATCH 1/1] distro_features_check: add any of test

2015-05-07 Thread Joe Slater
Add a test for distro features including one or more items in a list. This is useful when, for example, we need either x11 or directfb as a feature. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/classes/distro_features_check.bbclass | 13 +++-- 1 file changed, 11 insertions

[OE-core] [oe-core][PATCH 1/1] nss: generate debug info

2015-04-02 Thread Joe Slater
the contents locally. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/nss/nss.inc | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index 4be3557..4082930 100644 --- a/meta/recipes

[OE-core] [oe-core][PATCH 1/1][v2] nss: advance to version 3.19.1

2015-07-29 Thread Joe Slater
Picks up fixes for CVE-2015-2721 and CVE-2015-2730. Specify previously overlooked license file COPYING. Fold nss.inc into recipe. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/nss/nss_3.17.3.bb |7 --- .../recipes-support/nss/{nss.inc = nss_3.19.1

[OE-core] [oe-core][PATCH 1/1] nss: advance to version 3.19.1

2015-07-28 Thread Joe Slater
Picks up fixes for CVE-2015-2721 and CVE-2015-2730. Specify previously overlooked license file COPYING. Do not modify nss.inc. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/nss/nss_3.17.3.bb |7 --- meta/recipes-support/nss/nss_3.19.1.bb | 17

[OE-core] [oe-core][v2 PATCH 1/1] nss: advance to version 3.19.1

2015-07-30 Thread Joe Slater
Picks up fixes for CVE-2015-2721 and CVE-2015-2730. Specify previously overlooked license file COPYING. Fold nss.inc into recipe. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/nss/nss_3.17.3.bb |7 --- .../recipes-support/nss/{nss.inc = nss_3.19.1

[OE-core] [oe-core][PATCH 1/1] common-glibc: define bash_cv_getcwd_malloc

2015-07-21 Thread Joe Slater
We do not want bash to use internal code for getcwd() because it can fail in certain filesystem types. Trust that the function in glibc is not broken. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/site/common-glibc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/site

[OE-core] [oe-core][PATCH 1/1] libsecret: add dependency on intltool-native

2015-11-10 Thread Joe Slater
intltoolize is needed by configure. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb b/meta/recipes-gnome/lib

[OE-core] [oe-core][PATCH 0/2] add ifupdown

2015-09-01 Thread Joe Slater
I'm not sure where this should go, but these patches are for oe-core. This recipe overrides the versions of ifup and ifdown implemented by busybox, if present. This was copied, with one minor change, from meta-overc, as mentioned in the first patch. Joe Slater (2): ifupdown: import recipe

[OE-core] [oe-core][PATCH 2/2] ifupdown: create alternative links

2015-09-01 Thread Joe Slater
Inherit update-alternatives so links are created. ifup and ifdown are higher priority than the versions provided by busybox. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-01 Thread Joe Slater
Implements ifup and ifdown. Copied from https://github.com/WindRiver-OpenSourceLabs/meta-overc.git as of commit aa89eebffe06e4aa04701eae9691cb3049cbaef9. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-core/ifupdown/files/99_network|1 + ...-don-t-rely-o

[OE-core] [oe-core][PATCH 1/1] dpkg: put start-stop-daemon in its own package

2015-09-01 Thread Joe Slater
Also make it update-alternatives compatible and move it to where busybox puts its version. Make dpkg RDEPEND on dpkg-start-stop. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-devtools/dpkg/dpkg.inc | 20 +++- 1 file changed, 19 insertions(+), 1 de

[OE-core] [oe-core][PATCH 1/1] libinput: avoid --enable-event-gui=auto

2015-09-03 Thread Joe Slater
Specify a value via PACKAGECONFIG[gui]. The default is --diable-event-gui. --- meta/recipes-graphics/wayland/libinput_0.21.0.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/meta/recipes-graphics/wayland/libinput_0.21.0.bb index

[OE-core] [oe-core][PATCH 1/1] debianutils: create package for run-parts

2015-09-02 Thread Joe Slater
Also add an RDEPENDS to dpkg so it will still pull in run-parts. Signed-off-by: Joe Slater <jsla...@windriver.com> --- .../debianutils/debianutils_4.5.1.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/debia

[OE-core] [oe-core][PATCH 1/1] busybox: more nails in the coffin

2015-09-04 Thread Joe Slater
Create packagegroup-busybox and modify packagegroup-core-boot to conditionally use it. Signed-off-by: Joe Slater <jsla...@windriver.com> --- .../packagegroups/packagegroup-busybox.bb | 23 .../packagegroups/packagegroup-core-boot.bb

[OE-core] [oe-core][PATCH 0/1] dpkg: put start-stop-daemon in its own package

2015-09-08 Thread Joe Slater
I thought I sent this a week or two ago, but maybe I didn't. Joe Slater (1): dpkg: put start-stop-daemon in its own package meta/recipes-devtools/dpkg/dpkg.inc | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [oe-core][PATCH 1/1] dpkg: put start-stop-daemon in its own package

2015-09-08 Thread Joe Slater
Also make it update-alternatives compatible and move it to where busybox puts its version. Make dpkg RDEPEND on dpkg-start-stop. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-devtools/dpkg/dpkg.inc | 20 +++- 1 file changed, 19 insertions(+), 1 de

[OE-core] [oe-core][PATCH 1/1] pixbufcache: add processing for PIXBUFCACHE_SYSROOT_DEPS

2015-10-05 Thread Joe Slater
We want to depend on x:y instead of x:y_setscene, so strip off any _setscene's. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/classes/pixbufcache.bbclass |4 1 file changed, 4 insertions(+) diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.b

[OE-core] [oe-core][PATCH 1/1] ghostscript: add dependency for pnglibconf.h

2015-12-04 Thread Joe Slater
When using parallel make jobs, we need to be sure that pnglibconf.h is created before we try to reference it, so add a rule to png.mak. Signed-off-by: Joe Slater <jsla...@windriver.com> --- .../ghostscript/ghostscript/png_mak.patch | 21 .../ghost

[OE-core] [oe-core][PATCH 1/1] perl: do not use PERLHOSTLIB

2015-12-07 Thread Joe Slater
PERLHOSTLIB, but I'm not clear why it should need it. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-devtools/perl/perl_5.22.0.bb |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb

[OE-core] [oe-core][PATCH 1/1] blacklist: add SELFBLACKLIST support

2015-12-16 Thread Joe Slater
BLACKLIST[pn] in a recipe does not work for multilib. Add SELFBLACKLIST specifically for use in recipes. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/classes/blacklist.bbclass | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/meta/c

[OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Joe Slater
is being parsed. I have included a patch to do this. If this were adopted, there are many recipes under meta-openembedded that should probably changed to use BPNBLACKLIST instead of PNBLACKLIST. Joe Slater (1): blacklist: add BPNBLACKLIST support meta/classes/blacklist.bbclass | 24

[OE-core] [oe-core][PATCH 1/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Joe Slater
PNBLACKLIST[pn] in a recipe does not work for multilib. Add BPNBLACKLIST specifically for use in recipes. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/classes/blacklist.bbclass | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git

[OE-core] [oe-core][PATCH 1/1] bind: /var/cache/bind

2016-03-22 Thread Joe Slater
Change the ownership of /var/cache/bind to bind rather than root. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-connectivity/bind/bind_9.10.2-P4.bb |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.2-P4

[OE-core] [oe-core][PATCH 0/1] add license info for libidn

2016-07-14 Thread Joe Slater
This might be a re-send of something I sent last week. It avoids the appearance of GPLV3 on a target including libidn but not idn. Joe Slater (1): libidn: add license per package meta/recipes-extended/libidn/libidn_1.32.bb |3 +++ 1 file changed, 3 insertions(+) -- 1.7.9.5

[OE-core] [oe-core][PATCH 1/1] libidn: add license per package

2016-07-14 Thread Joe Slater
The idn package is GPLv3 and the rest is LGPLv2.1+ or LGPLv3. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-extended/libidn/libidn_1.32.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/libidn/libidn_1.32.bb b/meta/recipes-extended/

[OE-core] [oe-core][PATCH 1/1] l3afpad: add check for GTK3DISTROFEATURES

2016-06-28 Thread Joe Slater
We want world builds without GTK3DISTROFEATURES to work. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-sato/l3afpad/l3afpad_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_

[OE-core] [oe-core][PATCH 1/1] l3afpad: add check for GTK3DISTROFEATURES

2016-07-06 Thread Joe Slater
We want world builds without GTK3DISTROFEATURES to work. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-sato/l3afpad/l3afpad_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_

[OE-core] [oe-core][PATCH 1/1] libidn: add license per package

2016-07-05 Thread Joe Slater
The idn package is GPLv3 and the rest is LGPLv2.1+ or LGPLv3. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-extended/libidn/libidn_1.32.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/libidn/libidn_1.32.bb b/meta/recipes-extended/

[OE-core] [oe-core][PATCH 1/1] dpkg: put start-stop-daemon into a separate package

2016-08-01 Thread Joe Slater
This is useful for supplying start-stop-daemon to images that do not include busybox. Signed-off-by: Joe Slater <jsla...@windriver.com> --- meta/recipes-devtools/dpkg/dpkg.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/r

  1   2   3   4   >