summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-05-17 13:40:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 15:26:51 +0100
commit9f144742f190991d49c7a210e08d2c0ab03ecc8d (patch)
tree1e44dea4b250b4032f5b09ff7081c6ac8d290ffa /meta/recipes-extended/lsb
parentdf2a37abd00fc30837b60aaa0bef43c7838afeb4 (diff)
downloadpoky-9f144742f190991d49c7a210e08d2c0ab03ecc8d.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r--meta/recipes-extended/lsb/lsb_1.4.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb
index 166ba4c87a..fd0f12cb78 100644
--- a/meta/recipes-extended/lsb/lsb_1.4.bb
+++ b/meta/recipes-extended/lsb/lsb_1.4.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
3HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" 3HOMEPAGE = "http://prdownloads.sourceforge.net/lsb"
4PRIORITY = "required" 4PRIORITY = "required"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6PR = "r0" 6PR = "r1"
7 7
8LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" 8LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf"
9 9
@@ -94,4 +94,6 @@ do_install_append(){
94 ln -sf ld.so.1 ld-lsb-ppc32.so.3 94 ln -sf ld.so.1 ld-lsb-ppc32.so.3
95 fi 95 fi
96} 96}
97FILES_${PN} += "/lib64" 97FILES_${PN} += "/lib64 \
98 ${base_libdir}/lsb/* \
99 "