udev: allow udev to be compiled on non-linux-system
authorHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:22:11 +0000 (10:22 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:22:11 +0000 (10:22 +0000)
BKrev: 42511553pVhbgbqRrmEIjouDlLHYHA

packages/udev/udev.inc

index 9a15e57..baa5e9b 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \
 /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
 LICENSE = "GPL"
+PR = "r1"
 
 PACKAGES =+ "udev-utils"
 FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest"
@@ -28,7 +29,7 @@ EXTRA_OEMAKE = "-e \
 do_install () {
        install -d ${D}${usrsbindir} \
                   ${D}${sbindir}
-       oe_runmake 'DESTDIR=${D}' install
+       oe_runmake 'DESTDIR=${D}' INSTALL=install install
        install -d ${D}${sysconfdir}/init.d
        install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
 }