diff options
| -rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb index fd7bd1a111..7915594c6e 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | |||
| @@ -12,23 +12,29 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | |||
| 12 | 12 | ||
| 13 | DEPENDS = "libnewt popt" | 13 | DEPENDS = "libnewt popt" |
| 14 | 14 | ||
| 15 | PR = "r4" | 15 | PR = "r5" |
| 16 | 16 | ||
| 17 | SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2" | 17 | SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2" |
| 18 | 18 | ||
| 19 | SRC_URI[md5sum] = "c2039ca67f2749fe0c06ef7c6f8ee246" | 19 | SRC_URI[md5sum] = "c2039ca67f2749fe0c06ef7c6f8ee246" |
| 20 | SRC_URI[sha256sum] = "18b497d25b2cada955c72810e45fcad8280d105f17cf45e2970f18271211de68" | 20 | SRC_URI[sha256sum] = "18b497d25b2cada955c72810e45fcad8280d105f17cf45e2970f18271211de68" |
| 21 | 21 | ||
| 22 | inherit autotools gettext | 22 | inherit gettext |
| 23 | 23 | ||
| 24 | # Makefile uses RPM_OPT_fLAGS to construct CFLAGS | 24 | # Makefile uses RPM_OPT_FLAGS to construct CFLAGS |
| 25 | # | 25 | # |
| 26 | EXTRA_OEMAKE += 'RPM_OPT_FLAGS="${CFLAGS}" MANDIR="${mandir}" \ | 26 | EXTRA_OEMAKE = "\ |
| 27 | BINDIR="${base_sbindir}" SBINDIR="${sbindir}"' | 27 | 'RPM_OPT_FLAGS=${CFLAGS}' \ |
| 28 | 28 | 'LDFLAGS=${LDFLAGS}' \ | |
| 29 | do_install_append() { | 29 | 'BINDIR=${base_sbindir}' \ |
| 30 | mkdir -p ${D}${sysconfdir}/chkconfig.d | 30 | 'SBINDIR=${sbindir}' \ |
| 31 | rm -f ${D}${sbindir}/update-alternatives | 31 | 'MANDIR=${mandir}' \ |
| 32 | " | ||
| 33 | |||
| 34 | do_install() { | ||
| 35 | oe_runmake 'DESTDIR=${D}' 'INSTALLNLSDIR=${D}${datadir}/locale' install | ||
| 36 | mkdir -p ${D}${sysconfdir}/chkconfig.d | ||
| 37 | rm -f ${D}${sbindir}/update-alternatives | ||
| 32 | } | 38 | } |
| 33 | 39 | ||
| 34 | do_install_append_linuxstdbase() { | 40 | do_install_append_linuxstdbase() { |
