diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-12 20:51:18 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-12 20:51:18 +0000 |
commit | 1167fe35a22236c31fdd4fe12168b7b9b971d7c6 (patch) | |
tree | 2ad849a833ba81745df51ed9c7a2ff9c8e5c5d59 /udev | |
parent | 3ccd0e83163aa64af911078144c6d27752dea36c (diff) |
Add udev 024, and yank the previous versions. If for some reason someone needs them, unrm them.
BKrev: 407b0146qGhMfrzt89CYnvQJyr2q7A
Diffstat (limited to 'udev')
33 files changed, 0 insertions, 330 deletions
diff --git a/udev/udev-003/install.patch b/udev/udev-003/install.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-003/install.patch +++ /dev/null diff --git a/udev/udev-003/partsegfault.patch b/udev/udev-003/partsegfault.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-003/partsegfault.patch +++ /dev/null diff --git a/udev/udev-007/limits.patch b/udev/udev-007/limits.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-007/limits.patch +++ /dev/null diff --git a/udev/udev-008/flags.patch b/udev/udev-008/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-008/flags.patch +++ /dev/null diff --git a/udev/udev-009/emptyextras.patch b/udev/udev-009/emptyextras.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-009/emptyextras.patch +++ /dev/null diff --git a/udev/udev-009/flags.patch b/udev/udev-009/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-009/flags.patch +++ /dev/null diff --git a/udev/udev-012/flags.patch b/udev/udev-012/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-012/flags.patch +++ /dev/null diff --git a/udev/udev-013/flags.patch b/udev/udev-013/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-013/flags.patch +++ /dev/null diff --git a/udev/udev-014/flags.patch b/udev/udev-014/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-014/flags.patch +++ /dev/null diff --git a/udev/udev-015/flags.patch b/udev/udev-015/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-015/flags.patch +++ /dev/null diff --git a/udev/udev-016/flags.patch b/udev/udev-016/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-016/flags.patch +++ /dev/null diff --git a/udev/udev-017/flags.patch b/udev/udev-017/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-017/flags.patch +++ /dev/null diff --git a/udev/udev-019/flags.patch b/udev/udev-019/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-019/flags.patch +++ /dev/null diff --git a/udev/udev-021/flags.patch b/udev/udev-021/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-021/flags.patch +++ /dev/null diff --git a/udev/udev-022/flags.patch b/udev/udev-022/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-022/flags.patch +++ /dev/null diff --git a/udev/udev-023/flags.patch b/udev/udev-023/flags.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/udev/udev-023/flags.patch +++ /dev/null diff --git a/udev/udev-007/flags.patch b/udev/udev-024/flags.patch index e69de29bb2..e69de29bb2 100644 --- a/udev/udev-007/flags.patch +++ b/udev/udev-024/flags.patch diff --git a/udev/udev_003.oe b/udev/udev_003.oe deleted file mode 100644 index 3aae77006f..0000000000 --- a/udev/udev_003.oe +++ /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 index d31bd543a4..0000000000 --- a/udev/udev_006.oe +++ /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 index 0a756676c7..0000000000 --- a/udev/udev_007.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_008.oe +++ /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 index b9f60c44ed..0000000000 --- a/udev/udev_009.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_012.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_013.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_014.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_015.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_016.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_017.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_019.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_021.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_022.oe +++ /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 index 85c5afffcd..0000000000 --- a/udev/udev_023.oe +++ /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-003/compile.patch b/udev/udev_024.oe index e69de29bb2..e69de29bb2 100644 --- a/udev/udev-003/compile.patch +++ b/udev/udev_024.oe |