diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lsb/lsb_4.1.bb (renamed from meta/recipes-extended/lsb/lsb_1.4.bb) | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 513998cab8..a3242db708 100644 --- a/meta/recipes-extended/lsb/lsb_1.4.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb | |||
@@ -2,14 +2,14 @@ DESCRIPTION = "LSB support for OpenEmbedded" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" | 3 | HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | PR = "r4" | 5 | PR = "r0" |
6 | 6 | ||
7 | # lsb_release needs getopt | 7 | # lsb_release needs getopt |
8 | RDEPENDS_${PN} += "util-linux" | 8 | RDEPENDS_${PN} += "util-linux" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | 10 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" |
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/${PV}/lsb-release-${PV}.tar.gz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \ |
13 | file://init-functions \ | 13 | file://init-functions \ |
14 | file://lsb_killproc \ | 14 | file://lsb_killproc \ |
15 | file://lsb_log_message \ | 15 | file://lsb_log_message \ |
@@ -19,15 +19,20 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/${PV}/lsb-release-${PV} | |||
19 | 19 | ||
20 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" | 20 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" |
21 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" | 21 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" |
22 | S = "${WORKDIR}/lsb-release-${PV}" | 22 | S = "${WORKDIR}/lsb-release-1.4" |
23 | 23 | ||
24 | do_install(){ | 24 | do_install(){ |
25 | oe_runmake install prefix=${D} mandir=${D}/${datadir}/man/ DESTDIR=${D} | 25 | oe_runmake install prefix=${D} mandir=${D}/${datadir}/man/ DESTDIR=${D} |
26 | |||
27 | # this 2 dirs are needed by package lsb-dist-checker | ||
28 | mkdir -p ${D}${sysconfdir}/opt | ||
29 | mkdir -p ${D}${localstatedir}/opt | ||
30 | |||
26 | mkdir -p ${D}${base_bindir} | 31 | mkdir -p ${D}${base_bindir} |
27 | mkdir -p ${D}/${baselib} | 32 | mkdir -p ${D}/${baselib} |
28 | mkdir -p ${D}${sysconfdir}/lsb-release.d | 33 | mkdir -p ${D}${sysconfdir}/lsb-release.d |
29 | echo -n "LSB_VERSION=\"core-4.1-noarch:" > ${D}${sysconfdir}/lsb-release | 34 | echo -n "LSB_VERSION=\"core-4.1-noarch:" > ${D}${sysconfdir}/lsb-release |
30 | 35 | ||
31 | if [ "${TARGET_ARCH}" = "i586" ];then | 36 | if [ "${TARGET_ARCH}" = "i586" ];then |
32 | echo -n "core-4.1-ia32" >> ${D}${sysconfdir}/lsb-release | 37 | echo -n "core-4.1-ia32" >> ${D}${sysconfdir}/lsb-release |
33 | else | 38 | else |
@@ -37,29 +42,24 @@ do_install(){ | |||
37 | echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release | 42 | echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release |
38 | echo "DISTRIB_RELEASE=${DISTRO_VERSION}" >> ${D}${sysconfdir}/lsb-release | 43 | echo "DISTRIB_RELEASE=${DISTRO_VERSION}" >> ${D}${sysconfdir}/lsb-release |
39 | echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release | 44 | echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release |
40 | 45 | ||
41 | if [ "${TARGET_ARCH}" = "i586" ];then | 46 | if [ "${TARGET_ARCH}" = "i586" ];then |
42 | mkdir -p ${D}${sysconfdir}/lsb-release.d | 47 | mkdir -p ${D}${sysconfdir}/lsb-release.d |
43 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-noarch | ||
44 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-noarch | 48 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-noarch |
45 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-noarch | 49 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-noarch |
46 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-ia32 | ||
47 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ia32 | 50 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ia32 |
48 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ia32 | 51 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ia32 |
49 | elif [ "${TARGET_ARCH}" = "x86_64" ];then | 52 | elif [ "${TARGET_ARCH}" = "x86_64" ];then |
50 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-noarch | 53 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-noarch |
51 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-amd64 | ||
52 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-amd64 | 54 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-amd64 |
53 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-amd64 | 55 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-amd64 |
54 | fi | 56 | fi |
55 | if [ "${TARGET_ARCH}" = "powerpc" ];then | 57 | if [ "${TARGET_ARCH}" = "powerpc" ];then |
56 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-noarch | 58 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-noarch |
57 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-ppc32 | ||
58 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ppc32 | 59 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ppc32 |
59 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ppc32 | 60 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ppc32 |
60 | elif [ "${TARGET_ARCH}" = "powerpc64" ];then | 61 | elif [ "${TARGET_ARCH}" = "powerpc64" ];then |
61 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-noarch | 62 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-noarch |
62 | touch ${D}${sysconfdir}/lsb-release.d/graphics-4.1-ppc64 | ||
63 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ppc64 | 63 | touch ${D}${sysconfdir}/lsb-release.d/graphics-${PV}-ppc64 |
64 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ppc64 | 64 | touch ${D}${sysconfdir}/lsb-release.d/desktop-${PV}-ppc64 |
65 | fi | 65 | fi |
@@ -87,9 +87,9 @@ do_install_append(){ | |||
87 | ln -sf ld-linux.so.2 ld-lsb.so.2 | 87 | ln -sf ld-linux.so.2 ld-lsb.so.2 |
88 | ln -sf ld-linux.so.2 ld-lsb.so.3 | 88 | ln -sf ld-linux.so.2 ld-lsb.so.3 |
89 | fi | 89 | fi |
90 | 90 | ||
91 | if [ "${TARGET_ARCH}" = "powerpc64" ];then | 91 | if [ "${TARGET_ARCH}" = "powerpc64" ];then |
92 | cd ${D} | 92 | cd ${D} |
93 | if [ "${baselib}" != "lib64" ]; then | 93 | if [ "${baselib}" != "lib64" ]; then |
94 | ln -sf ${baselib} lib64 | 94 | ln -sf ${baselib} lib64 |
95 | fi | 95 | fi |
@@ -101,7 +101,7 @@ do_install_append(){ | |||
101 | cd ${D}/${baselib} | 101 | cd ${D}/${baselib} |
102 | ln -sf ld.so.1 ld-lsb-ppc32.so.2 | 102 | ln -sf ld.so.1 ld-lsb-ppc32.so.2 |
103 | ln -sf ld.so.1 ld-lsb-ppc32.so.3 | 103 | ln -sf ld.so.1 ld-lsb-ppc32.so.3 |
104 | fi | 104 | fi |
105 | } | 105 | } |
106 | FILES_${PN} += "/lib64 \ | 106 | FILES_${PN} += "/lib64 \ |
107 | ${base_libdir}/lsb/* \ | 107 | ${base_libdir}/lsb/* \ |