[OE-core] [PATCH 0/1] cronie: Updates to cronie

2011-08-21 Thread wenzong.fan
From: Wenzong Fan Some minor updates to cronie. The following changes since commit edd8e1e8b974eb3f0f9f66c2207aadf43612350b: Scott Rifenbark (1): documentation/adt-manual/adt-command.xml: general edits. are available in the git repository at: git://git.pokylinux.org/poky-contrib we

[OE-core] [PATCH 1/1] cronie: Updates to cronie

2011-08-21 Thread wenzong.fan
From: Wenzong Fan 1) Add required pam plugins to RDEPENDS list; 2) Correct configure option that used for enable pam support; 3) Create empty crond config file cron.deny; 4) Don't set readonly variable UID in crond init script. Signed-off-by: Wenzong Fan --- meta/recipes-extended/cronie/cronie

Re: [OE-core] [CONSOLIDATED PULL 21/32] initrdscripts: fix init-live.sh

2011-08-21 Thread Tom Zanussi
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Jingdong Lu > > Fix bug: [YOCTO #686] > Because the variable "ROOT_IMAGE" in init-live.sh is not correct, it fails to > run when using liveCD. Modify value of "ROOT_IMAGE" to "isolinux/rootfs.img". > If we want to use liveCD, we also nee

[OE-core] [PATCH v2 1/1] libpam: Setting suid bit for unix_chkpwd

2011-08-21 Thread wenzong.fan
From: Wenzong Fan [YOCTO #1252] While pam_unix.so required by an application on lsb image, it will need to call the unix_chkpwd to get userinfo from shadow file. This fix get a normal user could read shadow file via unix_chkpwd. Signed-off-by: Wenzong Fan --- meta/recipes-extended/pam/libpam_

[OE-core] [PATCH v2 0/1] libpam: Setting suid bit for unix_chkpwd

2011-08-21 Thread wenzong.fan
From: Wenzong Fan v2 updates: with ${sbindir} to replace the hardcode '/usr/sbin' The following changes since commit 36396b6ecb0c84c6752cdc8118c496e8ec05a388: Richard Purdie (1): xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds are available in the git

Re: [OE-core] [PATCH 1/1] libpam: Setting suid bit for unix_chkpwd

2011-08-21 Thread wenzong fan
On 08/22/2011 10:30 AM, Scott Garman wrote: On 08/20/2011 09:05 AM, Khem Raj wrote: On 8/20/2011 12:58 AM, wenzong@windriver.com wrote: From: Wenzong Fan [YOCTO #1252] While pam_unix.so required by an application on lsb image, it will need to call the unix_chkpwd to get userinfo from shad

Re: [OE-core] [PATCH 1/1] libpam: Setting suid bit for unix_chkpwd

2011-08-21 Thread Scott Garman
On 08/20/2011 09:05 AM, Khem Raj wrote: On 8/20/2011 12:58 AM, wenzong@windriver.com wrote: From: Wenzong Fan [YOCTO #1252] While pam_unix.so required by an application on lsb image, it will need to call the unix_chkpwd to get userinfo from shadow file. This fix get a normal user could rea

[OE-core] [PATCHv2 0/3] Redefine LINKER_HASH_STYLE and SRC_URI cleanups

2011-08-21 Thread Khem Raj
Modify the way we pass linker hash style so it can be used in multiple methods. Pass information about default linker hash style to gcc configure so that it passes the right flags to runtime libraries builds e.g. libgcc libstdc++ etc. In v2: Backport upstream with-linker-hash-style patch to gcc-

[OE-core] [PATCH 2/3] gcc-4.6: Use --with-linker-hash-style configure option

2011-08-21 Thread Khem Raj
Depending upon what hash style is in use this uses the right flag for setting the hash style type. This fixes the QA errors about missing GNU hash style reported in gcc-runtime build particularly libgcc Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |4 +- ...

[OE-core] [PATCH 1/3] conf,recipes: Redefine LINKER_HASH_STYLE

2011-08-21 Thread Khem Raj
LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' depending upon processor architecture e.g. mips does not support gnu hash style so is uses sysv Linker flags are munged to adhere to renamed variable besides 'sysv' and 'gnu' third option is to set it to 'both' we do not do that by default

[OE-core] [PATCH 1/1] at: fix RDEPENDS -> RDEPENDS_${PN}

2011-08-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/at/at_3.1.12.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index baf15df..30fdb68 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++

[OE-core] [PATCH 0/1] fix RDEPENDS missing a ${PN}

2011-08-21 Thread Saul Wold
nuf said Sau! The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds (2011-08-19 16:27:29 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contr

[OE-core] [PATCH 1/1] bitbake meta-toolchain with gcc 4.5.1 failed

2011-08-21 Thread Robert Yang
Fixes bug [YOCTO #1386] 1) Add the following lines to conf/local.conf: SDKGCCVERSION="4.5.1" GCCVERSION="4.5.1" 2) bitbake meta-toolchain The we will notice the error that sed can't find the directory: ${TMPDIR}/work-shared/gcc-${PV}/gcc-${PV}-${PR} we had changed the name of S from gcc-${PV}

[OE-core] [PATCH 0/1] bitbake meta-toolchain with gcc 4.5.1 failed

2011-08-21 Thread Robert Yang
* Steps to reproduce the error: 1) Add the following lines to conf/local.conf: SDKGCCVERSION="4.5.1" GCCVERSION="4.5.1" 2) bitbake meta-toolchain The we will notice the error that sed can't find the directory: ${TMPDIR}/work-shared/gcc-${PV}/gcc-${PV}-${PR} we had changed the name of S from