From 76cebf9b22dedfdab1ff579bf38c794b7133f71b Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Mon, 4 Apr 2005 10:22:11 +0000 Subject: udev: allow udev to be compiled on non-linux-system BKrev: 42511553pVhbgbqRrmEIjouDlLHYHA --- packages/udev/udev.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/udev/udev.inc b/packages/udev/udev.inc index 9a15e57e30..baa5e9ba8a 100644 --- a/packages/udev/udev.inc +++ b/packages/udev/udev.inc @@ -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 } -- cgit 1.2.3-korg