diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /udev | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'udev')
-rw-r--r-- | udev/udev_003.oe | 10 | ||||
-rw-r--r-- | udev/udev_006.oe | 4 | ||||
-rw-r--r-- | udev/udev_007.oe | 6 | ||||
-rw-r--r-- | udev/udev_008.oe | 4 | ||||
-rw-r--r-- | udev/udev_009.oe | 6 | ||||
-rw-r--r-- | udev/udev_012.oe | 4 | ||||
-rw-r--r-- | udev/udev_013.oe | 4 | ||||
-rw-r--r-- | udev/udev_014.oe | 4 | ||||
-rw-r--r-- | udev/udev_015.oe | 4 | ||||
-rw-r--r-- | udev/udev_016.oe | 4 | ||||
-rw-r--r-- | udev/udev_017.oe | 4 | ||||
-rw-r--r-- | udev/udev_019.oe | 4 | ||||
-rw-r--r-- | udev/udev_021.oe | 4 | ||||
-rw-r--r-- | udev/udev_022.oe | 23 |
14 files changed, 54 insertions, 31 deletions
diff --git a/udev/udev_003.oe b/udev/udev_003.oe index 3ea30c7dbf..1c802b0f02 100644 --- a/udev/udev_003.oe +++ b/udev/udev_003.oe @@ -1,12 +1,12 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \ +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-003.tar.gz \ - file://${FILESDIR}/install.patch;patch=1 \ - file://${FILESDIR}/partsegfault.patch;patch=1 \ - file://${FILESDIR}/compile.patch;patch=1 +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" diff --git a/udev/udev_006.oe b/udev/udev_006.oe index 0f988603e1..c34e0e6b1c 100644 --- a/udev/udev_006.oe +++ b/udev/udev_006.oe @@ -1,9 +1,9 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \ +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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_007.oe b/udev/udev_007.oe index 8ad9d5e973..64803ccc97 100644 --- a/udev/udev_007.oe +++ b/udev/udev_007.oe @@ -3,9 +3,9 @@ RDEPENDS = "libc6" 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 +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" diff --git a/udev/udev_008.oe b/udev/udev_008.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_008.oe +++ b/udev/udev_008.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_009.oe b/udev/udev_009.oe index fe42d62318..f9e8716955 100644 --- a/udev/udev_009.oe +++ b/udev/udev_009.oe @@ -3,9 +3,9 @@ RDEPENDS = "libc6" 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 +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" diff --git a/udev/udev_012.oe b/udev/udev_012.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_012.oe +++ b/udev/udev_012.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_013.oe b/udev/udev_013.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_013.oe +++ b/udev/udev_013.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_014.oe b/udev/udev_014.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_014.oe +++ b/udev/udev_014.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_015.oe b/udev/udev_015.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_015.oe +++ b/udev/udev_015.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_016.oe b/udev/udev_016.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_016.oe +++ b/udev/udev_016.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_017.oe b/udev/udev_017.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_017.oe +++ b/udev/udev_017.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_019.oe b/udev/udev_019.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_019.oe +++ b/udev/udev_019.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_021.oe b/udev/udev_021.oe index 0eb8554d59..b9d803f586 100644 --- a/udev/udev_021.oe +++ b/udev/udev_021.oe @@ -3,8 +3,8 @@ RDEPENDS = "libc6" 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 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" diff --git a/udev/udev_022.oe b/udev/udev_022.oe index e69de29bb2..b9d803f586 100644 --- a/udev/udev_022.oe +++ b/udev/udev_022.oe @@ -0,0 +1,23 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" +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 +} |