summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-05-18 19:12:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 23:40:35 +0100
commit720b5dbc0854b04151c2d42f58ad1360cd61a78f (patch)
tree804486066818da2eb8be4c4972943613057e1d3f
parent0b5b26b18698a2c477afefffe3b0d0f921a93e94 (diff)
downloadpoky-720b5dbc0854b04151c2d42f58ad1360cd61a78f.tar.gz
lsbsetup: Rename this file and add a link for lsb test
[YOCTO #1079] Rename this file version from 0.9 to 1.0. Link time environment for Hong Kong time for lsb test. (From OE-Core rev: 08b655196605053740de6a426f6d22561b05c802) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Added yocto bugid Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsb/lsbsetup_0.9.bb25
-rw-r--r--meta/recipes-extended/lsb/lsbsetup_1.0.bb27
2 files changed, 27 insertions, 25 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
deleted file mode 100644
index f3651e24a9..0000000000
--- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "auto-setup environment for lsb test"
2SECTION = "console/utils"
3PRIORITY = "required"
4LICENSE = "GPLv2"
5PR = "r3"
6
7LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583"
8
9SRC_URI = "file://LSB_Setup.sh"
10
11S=${WORKDIR}
12
13do_install() {
14 # Only install file if it has a contents
15 install -d ${D}/usr/bin
16 install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin
17 install -d ${D}/usr/lib/lsb
18 ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd
19 ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd
20 ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail
21}
22
23FILES_${PN} += "${libdir}/lsb \
24 ${libdir}/* \
25 "
diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb
new file mode 100644
index 0000000000..247f9bc736
--- /dev/null
+++ b/meta/recipes-extended/lsb/lsbsetup_1.0.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "auto-setup environment for lsb test"
2SECTION = "console/utils"
3PRIORITY = "required"
4LICENSE = "GPLv2"
5PR = "r3"
6
7LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583"
8
9SRC_URI = "file://LSB_Setup.sh"
10
11S=${WORKDIR}
12
13do_install() {
14 # Only install file if it has a contents
15 install -d ${D}/usr/bin
16 install -d ${D}/${sysconfdir}
17 install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin
18 install -d ${D}/usr/lib/lsb
19 ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd
20 ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd
21 ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail
22 ln -sf ${datadir}/zoneinfo/Asia/Hong_Kong ${D}${sysconfdir}/localtime
23}
24
25FILES_${PN} += "${libdir}/lsb \
26 ${libdir}/* \
27 "