Fix udev build, and add partition handling segfault patch from greg k-h.
authorChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 22:21:00 +0000 (22:21 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 22:21:00 +0000 (22:21 +0000)
BKrev: 3f906b4cwoCsK8Rk9rDWM9Thhdue9w

udev/udev-003/compile.patch [new file with mode: 0644]
udev/udev-003/partsegfault.patch [new file with mode: 0644]
udev/udev_003.oe

diff --git a/udev/udev-003/compile.patch b/udev/udev-003/compile.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/udev/udev-003/partsegfault.patch b/udev/udev-003/partsegfault.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..bd94412 100644 (file)
@@ -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
+}