1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

udev: use relative path when creating dev.tar

this effectively removes below warning:
  tar: removing leading '/' from member names

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian
2010-08-16 13:16:24 +08:00
committed by Richard Purdie
parent 07adcbaf97
commit db5c145af1
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
[ -x /sbin/udevd ] || exit 1 [ -x /sbin/udevd ] || exit 1
if [ ! -e /etc/dev.tar ]; then if [ ! -e /etc/dev.tar ]; then
(cd /; tar cf /etc/dev.tar /dev) (cd /; tar cf /etc/dev.tar dev)
fi fi
exit 0 exit 0
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12." the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES_${PN} = "hotplug" RPROVIDES_${PN} = "hotplug"
PR = "r16" PR = "r17"
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 \
file://noasmlinkage.patch;patch=1 \ file://noasmlinkage.patch;patch=1 \
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12." the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES_${PN} = "hotplug" RPROVIDES_${PN} = "hotplug"
PR = "r4" PR = "r5"
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 \
file://noasmlinkage.patch;patch=1 \ file://noasmlinkage.patch;patch=1 \
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12." the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES_${PN} = "hotplug" RPROVIDES_${PN} = "hotplug"
PR = "r9" PR = "r10"
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 \
file://noasmlinkage.patch;patch=1 \ file://noasmlinkage.patch;patch=1 \
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12." the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES_${PN} = "hotplug" RPROVIDES_${PN} = "hotplug"
PR = "r7" PR = "r8"
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 \
file://noasmlinkage.patch;patch=1 \ file://noasmlinkage.patch;patch=1 \
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
the hotplug package and requires a kernel not older than 2.6.12." the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES_${PN} = "hotplug" RPROVIDES_${PN} = "hotplug"
PR = "r8" PR = "r9"
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 \
file://enable-gudev.patch;patch=1 \ file://enable-gudev.patch;patch=1 \
+1 -1
View File
@@ -1,3 +1,3 @@
include udev-new.inc include udev-new.inc
PR = "r1" PR = "r2"