diff options
-rw-r--r-- | udev/udev-003/compile.patch | 0 | ||||
-rw-r--r-- | udev/udev-003/partsegfault.patch | 0 | ||||
-rw-r--r-- | udev/udev_003.oe | 22 |
3 files changed, 22 insertions, 0 deletions
diff --git a/udev/udev-003/compile.patch b/udev/udev-003/compile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/udev/udev-003/compile.patch diff --git a/udev/udev-003/partsegfault.patch b/udev/udev-003/partsegfault.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/udev/udev-003/partsegfault.patch diff --git a/udev/udev_003.oe b/udev/udev_003.oe index e69de29bb2..bd94412908 100644 --- a/udev/udev_003.oe +++ b/udev/udev_003.oe @@ -0,0 +1,22 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = http://kernel.org/pub/linux/utils/kernel/hotplug/udev-003.tar.gz \ + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/partsegfault.patch;patch=1 \ + file://${FILESDIR}/compile.patch;patch=1 + +prefix= +datadir=/usr/share +mandir=${datadir}/man +EXTRA_OEMAKE_append = " 'prefix=${prefix}' \ + 'exec_prefix=${prefix}' \ + 'etcdir=${sysconfdir}' \ + 'sbindir=${sbindir}' \ + 'mandir=${mandir}' \ + 'hotplugdir=${sysconfdir}/hotplug.d/default' \ + 'configdir=${sysconfdir}/udev/'" + +do_install () { + oe_runmake 'DESTDIR=${D}' install +} |