aboutsummaryrefslogtreecommitdiffstats
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:08 +0100
commit8181b1b8923ffa5ddc993a08ed8b870c8328d473 (patch)
treed4387c9ca18812d256f3c62a091f070588c44575
parent7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6 (diff)
downloadopenembedded-core-contrib-8181b1b8923ffa5ddc993a08ed8b870c8328d473.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. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
-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"
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/* \
+ "