[poky] [PATCH 1/3] lsb: Install init-functions to rpm package
Xiaofeng Yan
xiaofeng.yan at windriver.com
Mon May 16 23:01:18 PDT 2011
From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
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 at windriver.com>
---
meta/recipes-extended/lsb/lsb_1.4.bb | 6 ++++--
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 166ba4c..fd0f12c 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/* \
+ "
--
1.7.0.4
More information about the poky
mailing list