SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now.
authorMike Westerhof <mwester@dls.net>
Fri, 22 Aug 2008 20:20:25 +0000 (20:20 +0000)
committerMike Westerhof <mwester@dls.net>
Fri, 22 Aug 2008 20:20:25 +0000 (20:20 +0000)
packages/initscripts/initscripts-slugos_1.0.bb

index 242a55a..b742ad5 100644 (file)
@@ -7,10 +7,16 @@
 include initscripts_${PV}.bb
 
 RCONFLICTS = "initscripts"
+
+# SlugOS uses the busybox makedevs, so until that dependency gets virtualized
+# the below lines serve to remove the dependency on the full makedevs package:
+DEPENDS = ""
+RDEPENDS = ""
+
 # All other standard definitions inherited from initscripts
 # Except the PR which is hacked here.  The format used is
 # a suffix
-PR := "${PR}.13"
+PR := "${PR}.14"
 
 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${P}', '${FILE_DIRNAME}/initscripts-${PV}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"