[oe-commits] Florian Boor : lsb-base: Package for LSB init-functions script

git version control git at git.openembedded.org
Tue May 3 15:09:42 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 419cb686b0bfe393f7c350ac881b46e8e2a14795
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=419cb686b0bfe393f7c350ac881b46e8e2a14795

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Thu Nov  4 23:52:56 2010 +0100

lsb-base: Package for LSB init-functions script

Signed-off-by: Florian Boor <florian at kernelconcepts.de>

---

 recipes/lsb/lsb-base_3.2.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/lsb/lsb-base_3.2.bb b/recipes/lsb/lsb-base_3.2.bb
new file mode 100644
index 0000000..213f3de
--- /dev/null
+++ b/recipes/lsb/lsb-base_3.2.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Miscellaneous files for the base system."
+SECTION = "base"
+PRIORITY = "optional"
+PR = "r0"
+LICENSE = "BSD"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-23.tar.gz"
+
+FILES_${PN} = "/lib/lsb"
+
+S = "${WORKDIR}/lsb-3.2"
+
+do_compile () {
+}
+
+do_install () {
+	install -d ${D}/lib/lsb
+	install -m 755 init-functions ${D}/lib/lsb/
+}





More information about the Openembedded-commits mailing list