diff options
Diffstat (limited to 'meta/recipes-devtools/insserv/insserv_1.11.0.bb')
-rw-r--r-- | meta/recipes-devtools/insserv/insserv_1.11.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/insserv/insserv_1.11.0.bb b/meta/recipes-devtools/insserv/insserv_1.11.0.bb new file mode 100644 index 0000000000..a45ccda48f --- /dev/null +++ b/meta/recipes-devtools/insserv/insserv_1.11.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SECTION = "base" | ||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.gz \ | ||
6 | file://40_segfault_virtprov.dpatch;patch=1 \ | ||
7 | file://42_loopnochangemsg.dpatch;patch=1 \ | ||
8 | file://make.patch;patch=1 \ | ||
9 | file://crosscompile_fix.patch;patch=1 \ | ||
10 | file://insserv.conf" | ||
11 | |||
12 | do_install () { | ||
13 | oe_runmake 'DESTDIR=${D}' install | ||
14 | install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf | ||
15 | } | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||