diff options
Diffstat (limited to 'meta/recipes-devtools/insserv')
-rw-r--r-- | meta/recipes-devtools/insserv/insserv_1.14.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb index b3ddec37bd..c424a154fe 100644 --- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb +++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb | |||
@@ -6,7 +6,7 @@ SECTION = "base" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.bz2 \ |
12 | file://makefile.patch \ | 12 | file://makefile.patch \ |
@@ -21,4 +21,9 @@ do_install () { | |||
21 | install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf | 21 | install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf |
22 | } | 22 | } |
23 | 23 | ||
24 | do_install_virtclass-native () { | ||
25 | oe_runmake 'DESTDIR=${D}/${STAGING_DIR_NATIVE}' install | ||
26 | install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf | ||
27 | } | ||
28 | |||
24 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |