From 22666e76890bd1a8d4b469eb6865148c215de3d9 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 4 Nov 2010 23:52:56 +0100 Subject: lsb-base: Package for LSB init-functions script Signed-off-by: Florian Boor --- recipes/lsb/lsb-base_3.2.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/lsb/lsb-base_3.2.bb diff --git a/recipes/lsb/lsb-base_3.2.bb b/recipes/lsb/lsb-base_3.2.bb new file mode 100644 index 0000000000..213f3de18b --- /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/ +} -- cgit 1.2.3-korg