diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-05-17 13:46:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:26:29 +0100 |
commit | efd143684b31e8079bec6ac9cf02b14e0f76d56c (patch) | |
tree | b55d4170784404a7256a5f0cec93eca1b237b7b2 /meta/recipes-extended/lsb | |
parent | 8181b1b8923ffa5ddc993a08ed8b870c8328d473 (diff) | |
download | openembedded-core-efd143684b31e8079bec6ac9cf02b14e0f76d56c.tar.gz openembedded-core-efd143684b31e8079bec6ac9cf02b14e0f76d56c.tar.bz2 openembedded-core-efd143684b31e8079bec6ac9cf02b14e0f76d56c.zip |
lsbsetup: Add a link for lsb test
Link /usr/lib/sendmail to /usr/sbin/sendmail
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_0.9.bb | 6 |
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 21bd26e915..f3651e24a9 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}/* \ + " |