diff options
author | Roy.Li <rongqing.li@windriver.com> | 2014-09-23 15:57:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 21:31:23 +0100 |
commit | 3fc1b5acb50aa864d386f69a1c0d0db0425f970c (patch) | |
tree | 2fa9633f1f3576ee6cde67ea6f0d292c0f67ef39 /meta/recipes-extended/ltp/ltp_20140422.bb | |
parent | 815b44914eb30b86dfce0e81ffda7884e0efcc34 (diff) | |
download | openembedded-core-3fc1b5acb50aa864d386f69a1c0d0db0425f970c.tar.gz openembedded-core-3fc1b5acb50aa864d386f69a1c0d0db0425f970c.tar.bz2 openembedded-core-3fc1b5acb50aa864d386f69a1c0d0db0425f970c.zip |
ltp: make setregid02 be able to pass
[YOCTO #6748]
replace "nobody" group with "nogroup", since the user "nobody"
belongs to "nogroup" group and no "nobody" group in oe-core
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20140422.bb')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140422.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index f2c0fd8204..f521d40ecf 100644 --- a/meta/recipes-extended/ltp/ltp_20140422.bb +++ b/meta/recipes-extended/ltp/ltp_20140422.bb @@ -26,6 +26,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \ file://ltp-Do-not-link-against-libfl.patch \ file://automake-foreign.patch \ + file://make-setregid02-work.patch \ " S = "${WORKDIR}/git" |