diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-05-10 16:31:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 16:41:31 +0100 |
commit | 69bf813c12d1a00c4f3cc329f7b459773ea835b3 (patch) | |
tree | 62a7475e3030109657feed6e3546aacdd23caa9b | |
parent | 5c846091b034fff21333487df4ada5667eb8e247 (diff) | |
download | openembedded-core-69bf813c12d1a00c4f3cc329f7b459773ea835b3.tar.gz openembedded-core-69bf813c12d1a00c4f3cc329f7b459773ea835b3.tar.bz2 openembedded-core-69bf813c12d1a00c4f3cc329f7b459773ea835b3.zip |
lsbsetup: Add link for sendmail
Link /sbin/sendmail/ to /usr/lib/sendmail
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
-rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_0.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb index 8f7da537eb..b0d0a3f9fe 100644 --- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb +++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb @@ -17,6 +17,7 @@ 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 } FILES_${PN} += "${libdir}/lsb" |