summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb/lsbsetup_0.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lsb/lsbsetup_0.9.bb')
-rw-r--r--meta/recipes-extended/lsb/lsbsetup_0.9.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
index 8cbaf1eee3..5fd0584fb1 100644
--- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
+++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "auto-setup environment for lsb test"
2SECTION = "console/utils" 2SECTION = "console/utils"
3PRIORITY = "required" 3PRIORITY = "required"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5PR = "r0" 5PR = "r1"
6 6
7LIC_FILES_CHKSUM = "file://LSB_Setup.sh;md5=7391be3e70a02d44e1b183fa103b0585" 7LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583"
8 8
9SRC_URI = "file://LSB_Setup.sh" 9SRC_URI = "file://LSB_Setup.sh"
10 10
@@ -12,6 +12,6 @@ S=${WORKDIR}
12 12
13do_install() { 13do_install() {
14 # Only install file if it has a contents 14 # Only install file if it has a contents
15 install -d ${D}/usr/bin 15 install -d ${D}/usr/bin
16 install -m 0644 ${S}/LSB_Setup.sh ${D}/usr/bin 16 install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin
17} 17}