revert 1.2355.1.1 which broke booting. you can't exchange one makedevs with another...
authorMichael Lauer <mickey@vanille-media.de>
Fri, 1 Oct 2004 10:33:51 +0000 (10:33 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 1 Oct 2004 10:33:51 +0000 (10:33 +0000)
BKrev: 415d328fIH7BsDnb5VW4GR1Eoy_Rqg

busybox/busybox-1.00-rc3/defconfig
busybox/busybox_1.00-rc3.oe
initscripts/initscripts_1.0.oe
makedevs/makedevs_1.0.0.oe

index 9deb97b..8f0d133 100644 (file)
@@ -271,7 +271,7 @@ CONFIG_DC=y
 # CONFIG_DEVFSD is not set
 # CONFIG_LAST is not set
 # CONFIG_HDPARM is not set
-CONFIG_MAKEDEVS=y
+# CONFIG_MAKEDEVS is not set
 # CONFIG_MT is not set
 # CONFIG_RX is not set
 CONFIG_STRINGS=y
index 3dc879a..a544aba 100644 (file)
@@ -11,10 +11,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r11"
-
-PROVIDES = "virtual/makedevs"
-RPROVIDES = "virtual/makedevs"
+PR = "r12"
 
 #      file://busybox-1.00-pre10-fuser.patch;patch=1
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
index 62daf13..9c74eef 100644 (file)
@@ -2,9 +2,9 @@ DESCRIPTION = "SysV init scripts"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 SECTION = "base"
 PRIORITY = "required"
-DEPENDS = "virtual/makedevs"
-RDEPENDS = "virtual/makedevs"
-PR = "r13"
+DEPENDS = "makedevs"
+RDEPENDS = "makedevs"
+PR = "r14"
 
 SRC_URI = "file://halt \
            file://ramdisk \
index b0a4350..759884c 100644 (file)
@@ -1,9 +1,9 @@
+DESCRIPTION = "A tool to make device nodes"
+SECTION = "base"
+PRIORITY = "required"
 SRC_URI = "file://makedevs.c"
 S = "${WORKDIR}/makedevs-${PV}"
-PR = "r1"
-
-PROVIDES = "virtual/makedevs"
-RPROVIDES = "virtual/makedevs"
+PR = "r2"
 
 do_configure() {
        install -m 0644 ${WORKDIR}/makedevs.c ${S}/