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
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
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
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_
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
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
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
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-
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 +-
...
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
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
+++
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
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}
* 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
14 matches
Mail list logo