summaryrefslogtreecommitdiffstats
path: root/meta/packages/insserv/insserv-native_1.11.0.bb
blob: f46948bb3e046b07b13e229ce1a49fc2fc64a5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE = "GPL"
SECTION = "base"

SRC_URI = "ftp://ftp.suse.com/pub/projects/init/insserv-${PV}.tar.gz \
        file://40_segfault_virtprov.dpatch;patch=1 \
        file://42_loopnochangemsg.dpatch;patch=1 \
        file://make.patch;patch=1 \
        file://insserv.conf"

S = "${WORKDIR}/insserv-${PV}"

inherit native

do_stage () {
	oe_runmake 'DESTDIR=${STAGING_DIR_NATIVE}' install
        install -m0644 ${WORKDIR}/insserv.conf ${STAGING_ETCDIR_NATIVE}/insserv.conf
}