summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20140422.bb
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2014-09-23 15:57:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 21:38:33 +0100
commit75d6b2b36824a365d2144b9111d73266adbbb298 (patch)
tree6f82aa8059e57bc07205d28b9dd1cd18a5d6562e /meta/recipes-extended/ltp/ltp_20140422.bb
parentc9dbd2680b7db23b496671eee67a5bd8d379264c (diff)
downloadpoky-75d6b2b36824a365d2144b9111d73266adbbb298.tar.gz
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 (From OE-Core rev: 3fc1b5acb50aa864d386f69a1c0d0db0425f970c) 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.bb1
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 \
26 file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \ 26 file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \
27 file://ltp-Do-not-link-against-libfl.patch \ 27 file://ltp-Do-not-link-against-libfl.patch \
28 file://automake-foreign.patch \ 28 file://automake-foreign.patch \
29 file://make-setregid02-work.patch \
29" 30"
30 31
31S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"