aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-13 17:12:50 +0000
committerChris Larson <clarson@kergoth.com>2004-01-13 17:12:50 +0000
commitc66ca9c303bb6078b513c6b0f528667da74396ee (patch)
tree6313474cc0dc81f68d8e860834eed46dce44fe87 /udev
parentfc22411e12ff4762ec5997d543c5637398580437 (diff)
downloadopenembedded-c66ca9c303bb6078b513c6b0f528667da74396ee.tar.gz
Merge direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/paths
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2004/01/13 11:10:14-06:00 ti.com!kergoth Merge openembedded@openembedded.bkbits.net:packages into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/paths 2004/01/13 10:56:32-06:00 ti.com!kergoth Remove hardcoded references to target paths in a number of packages, replacing them with the use of our target path variables. 2004/01/13 17:40:06+01:00 uni-frankfurt.de!mickeyl Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/oe-packages 2004/01/13 14:24:53+01:00 uni-frankfurt.de!mickeyl add pyserial and sgmlop to buildsystem BKrev: 40042712PUToOUzefh1XdY4q23VfEA
Diffstat (limited to 'udev')
-rw-r--r--udev/udev_003.oe6
-rw-r--r--udev/udev_006.oe19
-rw-r--r--udev/udev_007.oe21
-rw-r--r--udev/udev_008.oe21
-rw-r--r--udev/udev_009.oe22
-rw-r--r--udev/udev_012.oe21
6 files changed, 107 insertions, 3 deletions
diff --git a/udev/udev_003.oe b/udev/udev_003.oe
index bd94412908..d1983df2eb 100644
--- a/udev/udev_003.oe
+++ b/udev/udev_003.oe
@@ -6,9 +6,9 @@ SRC_URI = http://kernel.org/pub/linux/utils/kernel/hotplug/udev-003.tar.gz \
file://${FILESDIR}/partsegfault.patch;patch=1 \
file://${FILESDIR}/compile.patch;patch=1
-prefix=
-datadir=/usr/share
-mandir=${datadir}/man
+bindir=/bin
+sbindir=/sbin
+libdir=/lib
EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
'exec_prefix=${prefix}' \
'etcdir=${sysconfdir}' \
diff --git a/udev/udev_006.oe b/udev/udev_006.oe
index e69de29bb2..bd9866ed13 100644
--- a/udev/udev_006.oe
+++ b/udev/udev_006.oe
@@ -0,0 +1,19 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
index e69de29bb2..6235e608ec 100644
--- a/udev/udev_007.oe
+++ b/udev/udev_007.oe
@@ -0,0 +1,21 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
index e69de29bb2..7263532130 100644
--- a/udev/udev_008.oe
+++ b/udev/udev_008.oe
@@ -0,0 +1,21 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
index e69de29bb2..2a16c8de66 100644
--- a/udev/udev_009.oe
+++ b/udev/udev_009.oe
@@ -0,0 +1,22 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
index e69de29bb2..7263532130 100644
--- a/udev/udev_012.oe
+++ b/udev/udev_012.oe
@@ -0,0 +1,21 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
+}