[udev] cleanup bbappend.
authorhschang <chang@dev3>
Mon, 9 Feb 2015 09:43:51 +0000 (18:43 +0900)
committerhschang <chang@dev3>
Mon, 9 Feb 2015 09:43:51 +0000 (18:43 +0900)
meta-openvuplus/recipes-core/udev/udev_182.bbappend

index b3d74cc..992fb9a 100644 (file)
@@ -1,19 +1,11 @@
-PR .= "-vuplus0"
+PR .= "-vuplus1"
 
 SRC_URI += " \
-       file://init \
        file://99_vuplus.rules \
 "
 
-inherit update-rc.d
-
-INITSCRIPT_NAME = "udev"
-INITSCRIPT_PARAMS = "start 03 S ."
-
 do_install_append () {
        rm ${D}${sysconfdir}/udev/rules.d/*.rules || /bin/true
-       install -d ${D}${sysconfdir}/init.d
-       install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
        install -m 0755 ${WORKDIR}/99_vuplus.rules ${D}${sysconfdir}/udev/rules.d
 }