diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-14 20:43:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 09:35:45 +0100 |
commit | 357bce7a151819d8aa3e652e1ad2223050c2af8f (patch) | |
tree | 0bf0ab7bff527cbcbeed9dee412c8b9d183f27e9 /meta/recipes-devtools/rpm/rpm-postinsts.bb | |
parent | d80e663e209965073ff40fb775246eabc0159a44 (diff) | |
download | poky-357bce7a151819d8aa3e652e1ad2223050c2af8f.tar.gz |
rpm-postinsts: remove erroneous call to /etc/default/rcS
This doesn't work when the initscripts package is not installed (e.g.
when using systemd only) and is not even needed.
(From OE-Core rev: 6c972598c6da17fbec7a4582eb593c31f4283275)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm-postinsts.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm-postinsts.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb index a5310b53bf..3d2d05d19a 100644 --- a/meta/recipes-devtools/rpm/rpm-postinsts.bb +++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb | |||
@@ -36,7 +36,6 @@ if [ "x$D" != "x" ] && [ -f $D/var/lib/rpm/Packages ]; then | |||
36 | install -d $D/${sysconfdir}/rcS.d | 36 | install -d $D/${sysconfdir}/rcS.d |
37 | cat > $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << "EOF" | 37 | cat > $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << "EOF" |
38 | #!/bin/sh | 38 | #!/bin/sh |
39 | . /etc/default/rcS | ||
40 | 39 | ||
41 | [ -d /etc/rpm-postinsts ] && for i in `ls /etc/rpm-postinsts/`; do | 40 | [ -d /etc/rpm-postinsts ] && for i in `ls /etc/rpm-postinsts/`; do |
42 | i=/etc/rpm-postinsts/$i | 41 | i=/etc/rpm-postinsts/$i |