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