summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/vuplus-wowl/vuplus-wowl.bb
blob: 237835ec9a7dab69b1dc1f04abcd2eca4462245e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCIPTION = "WOWL"
MAINTAINER = "vuplus team"
LICENSE = "CLOSED"
require conf/license/license-close.inc

PV = "1.0"
PR = "r0"
SRC_REV = ""

KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"

SRC_URI = "\
	   file://wowl.sh \
"

do_install() {
	install -d ${D}/etc/init.d \
		${D}/usr/bin \
        	${D}${sysconfdir}/rc0.d 
	install -m 0755 ${WORKDIR}/wowl.sh ${D}/etc/init.d/wowl.sh
	ln -sf   ../init.d/wowl.sh ${D}${sysconfdir}/rc0.d/K32wowl.sh
}

INHIBIT_PACKAGE_STRIP = "1"
FILES_${PN} = "/"