Add udev 024, and yank the previous versions. If for some reason someone needs them...
authorChris Larson <clarson@kergoth.com>
Mon, 12 Apr 2004 20:51:18 +0000 (20:51 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 12 Apr 2004 20:51:18 +0000 (20:51 +0000)
BKrev: 407b0146qGhMfrzt89CYnvQJyr2q7A

33 files changed:
udev/udev-003/install.patch [deleted file]
udev/udev-003/partsegfault.patch [deleted file]
udev/udev-007/limits.patch [deleted file]
udev/udev-008/flags.patch [deleted file]
udev/udev-009/emptyextras.patch [deleted file]
udev/udev-009/flags.patch [deleted file]
udev/udev-012/flags.patch [deleted file]
udev/udev-013/flags.patch [deleted file]
udev/udev-014/flags.patch [deleted file]
udev/udev-015/flags.patch [deleted file]
udev/udev-016/flags.patch [deleted file]
udev/udev-017/flags.patch [deleted file]
udev/udev-019/flags.patch [deleted file]
udev/udev-021/flags.patch [deleted file]
udev/udev-022/flags.patch [deleted file]
udev/udev-023/flags.patch [deleted file]
udev/udev-024/flags.patch [moved from udev/udev-007/flags.patch with 100% similarity]
udev/udev_003.oe [deleted file]
udev/udev_006.oe [deleted file]
udev/udev_007.oe [deleted file]
udev/udev_008.oe [deleted file]
udev/udev_009.oe [deleted file]
udev/udev_012.oe [deleted file]
udev/udev_013.oe [deleted file]
udev/udev_014.oe [deleted file]
udev/udev_015.oe [deleted file]
udev/udev_016.oe [deleted file]
udev/udev_017.oe [deleted file]
udev/udev_019.oe [deleted file]
udev/udev_021.oe [deleted file]
udev/udev_022.oe [deleted file]
udev/udev_023.oe [deleted file]
udev/udev_024.oe [moved from udev/udev-003/compile.patch with 100% similarity]

diff --git a/udev/udev-003/install.patch b/udev/udev-003/install.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-003/partsegfault.patch b/udev/udev-003/partsegfault.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-007/limits.patch b/udev/udev-007/limits.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-008/flags.patch b/udev/udev-008/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-009/emptyextras.patch b/udev/udev-009/emptyextras.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-009/flags.patch b/udev/udev-009/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-012/flags.patch b/udev/udev-012/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-013/flags.patch b/udev/udev-013/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-014/flags.patch b/udev/udev-014/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-015/flags.patch b/udev/udev-015/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-016/flags.patch b/udev/udev-016/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-017/flags.patch b/udev/udev-017/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-019/flags.patch b/udev/udev-019/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-021/flags.patch b/udev/udev-021/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-022/flags.patch b/udev/udev-022/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev-023/flags.patch b/udev/udev-023/flags.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/udev/udev_003.oe b/udev/udev_003.oe
deleted file mode 100644 (file)
index 3aae770..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/install.patch;patch=1 \
-          file://${FILESDIR}/partsegfault.patch;patch=1 \
-          file://${FILESDIR}/compile.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-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
-}
diff --git a/udev/udev_006.oe b/udev/udev_006.oe
deleted file mode 100644 (file)
index d31bd54..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-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
-}
diff --git a/udev/udev_007.oe b/udev/udev_007.oe
deleted file mode 100644 (file)
index 0a75667..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1 \
-          file://${FILESDIR}/limits.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-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
-}
diff --git a/udev/udev_008.oe b/udev/udev_008.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_009.oe b/udev/udev_009.oe
deleted file mode 100644 (file)
index b9f60c4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/emptyextras.patch;patch=1 \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_012.oe b/udev/udev_012.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_013.oe b/udev/udev_013.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_014.oe b/udev/udev_014.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_015.oe b/udev/udev_015.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_016.oe b/udev/udev_016.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_017.oe b/udev/udev_017.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_019.oe b/udev/udev_019.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_021.oe b/udev/udev_021.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_022.oe b/udev/udev_022.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/udev/udev_023.oe b/udev/udev_023.oe
deleted file mode 100644 (file)
index 85c5aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-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."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-          file://${FILESDIR}/flags.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
-               'exec_prefix=${prefix}' \
-               'etcdir=${sysconfdir}' \
-               'sbindir=${sbindir}' \
-               'mandir=${mandir}' \
-               'hotplugdir=${sysconfdir}/hotplug.d/default' \
-               'configdir=${sysconfdir}/udev/'"
-export LD = "${CC}"
-
-do_install () {
-       oe_runmake 'DESTDIR=${D}' install
-}
similarity index 100%
rename from udev/udev-003/compile.patch
rename to udev/udev_024.oe