[oe-commits] org.oe.dev udev: Fixup slight mistake in previous commit, bump PR

nail commit openembedded-commits at lists.openembedded.org
Wed Feb 21 21:29:54 UTC 2007


udev: Fixup slight mistake in previous commit, bump PR

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 4037452c979105409979d3bfce15b9263bf70d33
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4037452c979105409979d3bfce15b9263bf70d33
Files:
1
packages/udev/udev_092.bb
packages/udev/udev_097.bb
packages/udev/udev_100.bb
Diffs:

#
# mt diff -r0a98356eaabd06683a49f649aefbbb29568be215 -r4037452c979105409979d3bfce15b9263bf70d33
#
# 
# 
# patch "packages/udev/udev_092.bb"
#  from [620ee1b52df23185119a0840a24415c2404a8dbc]
#    to [d98b3f971d516763b7dfd6cb536a9764a89ce7c3]
# 
# patch "packages/udev/udev_097.bb"
#  from [2803d9b9ea9927bd15db421029320650f06368c9]
#    to [1168153d781a2ab645fabf9f8fc83e95382e9209]
# 
# patch "packages/udev/udev_100.bb"
#  from [bdc39a037c238c2adff814f8ed07c9086aafc02c]
#    to [b5f9492d4c5c38454bcb4035511b25b037bdff5b]
# 
============================================================
--- packages/udev/udev_092.bb	620ee1b52df23185119a0840a24415c2404a8dbc
+++ packages/udev/udev_092.bb	d98b3f971d516763b7dfd6cb536a9764a89ce7c3
@@ -1,9 +1,9 @@ RPROVIDES = "hotplug"
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES = "hotplug"
 
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
@@ -28,7 +28,8 @@ do_install () {
 
 do_install () {
 	install -d ${D}${usrsbindir} \
-		   ${D}${sbindir}
+		   ${D}${sbindir} \
+		   ${D}${sysconfdir}
 	oe_runmake 'DESTDIR=${D}' INSTALL=install install
 	install -d ${D}${sysconfdir}/init.d
 	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
@@ -68,7 +69,6 @@ pkg_postinst_append() {
                 if test "$mp" = "/"
                 then
                         root_partition="$dev"
-			install -d ${sysconfdir}/udev
                         echo "$root_partition" >> ${sysconfdir}/udev/mount.blacklist
                 fi
         done < ${sysconfdir}/fstab
============================================================
--- packages/udev/udev_097.bb	2803d9b9ea9927bd15db421029320650f06368c9
+++ packages/udev/udev_097.bb	1168153d781a2ab645fabf9f8fc83e95382e9209
@@ -8,7 +8,7 @@ needed to link programs with libvolume_i
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
@@ -30,7 +30,8 @@ do_install () {
 
 do_install () {
 	install -d ${D}${usrsbindir} \
-		   ${D}${sbindir}
+		   ${D}${sbindir} \
+		   ${D}${sysconfdir}
 	oe_runmake 'DESTDIR=${D}' INSTALL=install install
 	install -d ${D}${sysconfdir}/init.d
 	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
@@ -68,7 +69,6 @@ pkg_postinst_append() {
                 if test "$mp" = "/"
                 then
                         root_partition="$dev"
-			install -d ${sysconfdir}/udev
                         echo "$root_partition" >> ${sysconfdir}/udev/mount.blacklist
                 fi
         done < ${sysconfdir}/fstab
============================================================
--- packages/udev/udev_100.bb	bdc39a037c238c2adff814f8ed07c9086aafc02c
+++ packages/udev/udev_100.bb	b5f9492d4c5c38454bcb4035511b25b037bdff5b
@@ -9,7 +9,7 @@ needed to link programs with libvolume_i
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
@@ -31,7 +31,8 @@ do_install () {
 
 do_install () {
 	install -d ${D}${usrsbindir} \
-		   ${D}${sbindir}
+		   ${D}${sbindir} \
+		   ${D}${sysconfdir}
 	oe_runmake 'DESTDIR=${D}' INSTALL=install install
 	install -d ${D}${sysconfdir}/init.d
 	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev
@@ -69,7 +70,6 @@ pkg_postinst_append() {
                 if test "$mp" = "/"
                 then
                         root_partition="$dev"
-			install -d ${sysconfdir}/udev
                         echo "$root_partition" >> ${sysconfdir}/udev/mount.blacklist
                 fi
         done < ${sysconfdir}/fstab






More information about the Openembedded-commits mailing list