mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
nokia770-init: Minor cleanup and set COMPATIBLE_MACHINE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2047 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,18 +2,17 @@ LICENSE = "GPL"
|
|||||||
PR = "r6"
|
PR = "r6"
|
||||||
|
|
||||||
DEPENDS = "base-passwd"
|
DEPENDS = "base-passwd"
|
||||||
#RDEPENDS = "hotplug"
|
|
||||||
|
|
||||||
SRC_URI = "file://fixup-770.sh"
|
SRC_URI = "file://fixup-770.sh"
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir} ${libdir}"
|
COMPATIBLE_MACHINE = "(nokia700|nokia800)"
|
||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
|
|
||||||
INITSCRIPT_NAME = "fixup-770.sh"
|
INITSCRIPT_NAME = "fixup-770.sh"
|
||||||
INITSCRIPT_PARAMS = "defaults 01"
|
INITSCRIPT_PARAMS = "defaults 01"
|
||||||
|
|
||||||
|
FILES_${PN} = "${sysconfdir} ${libdir}"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${sysconfdir}/init.d
|
install -d ${D}${sysconfdir}/init.d
|
||||||
|
|||||||
Reference in New Issue
Block a user