summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-23 21:40:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-24 17:24:14 +0100
commit139e887c9a59134b519f1a56e07c461071ae58aa (patch)
tree6e3c4e4881cba0e7f778c6ae638395472b783575 /meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
parent9bed1a3e5286d5cfd71ef7de89b00cd2b1e09286 (diff)
downloadpoky-139e887c9a59134b519f1a56e07c461071ae58aa.tar.gz
shadow: Turn shadow-native into a BBCLASSEXTEND
(From OE-Core rev: 44fafdb5eca1fc8766bf649bc78e770e1d18979d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
deleted file mode 100644
index ba208f7888..0000000000
--- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require shadow.inc
2
3PR = "r8"
4
5SRC_URI += " \
6 file://add_root_cmd_options.patch \
7 file://disable-syslog.patch \
8 file://useradd.patch \
9 file://add_root_cmd_groupmems.patch \
10 "
11inherit native
12
13EXTRA_OECONF += "--without-libpam \
14 --without-nscd"
15