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:43:22 +0100 |
commit | ef768beac277b2fc4932a60885d033c0e9713483 (patch) | |
tree | 78a525989851d42ea6ff1fe81dc4947b3e5f17cc /meta/recipes-extended | |
parent | 1809999605cc2dab60ed0f96e92e563a073f0b5d (diff) | |
download | poky-ef768beac277b2fc4932a60885d033c0e9713483.tar.gz |
lsbsetup: Add link for sendmail
Link /sbin/sendmail/ to /usr/lib/sendmail
(From OE-Core rev: 69bf813c12d1a00c4f3cc329f7b459773ea835b3)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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() { | |||
17 | install -d ${D}/usr/lib/lsb | 17 | install -d ${D}/usr/lib/lsb |
18 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd | 18 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd |
19 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd | 19 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd |
20 | ln -sf ${base_sbindir}/sendmail ${D}/${libdir}/lsb/sendmail | ||
20 | } | 21 | } |
21 | 22 | ||
22 | FILES_${PN} += "${libdir}/lsb" | 23 | FILES_${PN} += "${libdir}/lsb" |