summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-05-17 13:46:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 15:26:51 +0100
commit1c5dd2ba342ee00e67b82ad962e717bc90c4c8d8 (patch)
tree03904da5cacc0d3d6514ab06f150968ccdea3a96
parent9f144742f190991d49c7a210e08d2c0ab03ecc8d (diff)
downloadast2050-yocto-poky-1c5dd2ba342ee00e67b82ad962e717bc90c4c8d8.zip
ast2050-yocto-poky-1c5dd2ba342ee00e67b82ad962e717bc90c4c8d8.tar.gz
lsbsetup: Add a link for lsb test
Link /usr/lib/sendmail to /usr/sbin/sendmail (From OE-Core rev: efd143684b31e8079bec6ac9cf02b14e0f76d56c) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsb/lsbsetup_0.9.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
index 21bd26e..f3651e2 100644
--- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
+++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
@@ -17,7 +17,9 @@ do_install() {
install -d ${D}/usr/lib/lsb
ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd
ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd
- ln -sf ${base_sbindir}/sendmail ${D}/${libdir}/lsb/sendmail
+ ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail
}
-FILES_${PN} += "${libdir}/lsb"
+FILES_${PN} += "${libdir}/lsb \
+ ${libdir}/* \
+ "
OpenPOWER on IntegriCloud