lsb: Install init-functions to rpm package

The script init-functions can't be built into rpm package of lsb.
I modify lsb_1.4.bb to add this script to rpm package of lsb.

(From OE-Core rev: 8181b1b8923ffa5ddc993a08ed8b870c8328d473)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiaofeng Yan 2011-05-17 13:40:07 +08:00 committed by Richard Purdie
parent df2a37abd0
commit 9f144742f1
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SECTION = "console/utils"
HOMEPAGE = "http://prdownloads.sourceforge.net/lsb"
PRIORITY = "required"
LICENSE = "GPLv2+"
PR = "r0"
PR = "r1"
LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf"
@ -94,4 +94,6 @@ do_install_append(){
ln -sf ld.so.1 ld-lsb-ppc32.so.3
fi
}
FILES_${PN} += "/lib64"
FILES_${PN} += "/lib64 \
${base_libdir}/lsb/* \
"