diff options
| author | Mei Lei <lei.mei@intel.com> | 2011-07-20 16:48:17 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 22:20:28 +0100 |
| commit | e6971672fda5bf139e6898e3e64a9c6fe1999af0 (patch) | |
| tree | 63d536ed49787ad529296a497d7ec3af73af485b /meta/recipes-extended | |
| parent | c0192fb73e8238c2a9d7faf1fce3610b25ea84e7 (diff) | |
| download | poky-e6971672fda5bf139e6898e3e64a9c6fe1999af0.tar.gz | |
lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib
(From OE-Core rev: 0d03800caffc2341b74190d38f7a372223c89f4c)
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb index 4295805047..03f801219d 100644 --- a/meta/recipes-extended/lsb/lsbsetup_1.0.bb +++ b/meta/recipes-extended/lsb/lsbsetup_1.0.bb | |||
| @@ -14,7 +14,7 @@ do_install() { | |||
| 14 | install -d ${D}/usr/bin | 14 | install -d ${D}/usr/bin |
| 15 | install -d ${D}/${sysconfdir} | 15 | install -d ${D}/${sysconfdir} |
| 16 | install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin | 16 | install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin |
| 17 | install -d ${D}/usr/lib/lsb | 17 | install -d ${D}/${libdir}/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 ${sbindir}/sendmail ${D}/${libdir}/sendmail | 20 | ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail |
