[oe-commits] org.oe.dev SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now.

mwester commit oe at amethyst.openembedded.net
Mon Sep 1 18:21:52 UTC 2008


SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 053177246514df772abf30882c53e88857345a87
ViewMTN: http://monotone.openembedded.org/revision/info/053177246514df772abf30882c53e88857345a87
Files:
1
packages/initscripts/initscripts-slugos_1.0.bb
Diffs:

#
# mt diff -r43e8ebba11015cd031816c43222dfe292ea6d64b -r053177246514df772abf30882c53e88857345a87
#
#
#
# patch "packages/initscripts/initscripts-slugos_1.0.bb"
#  from [5eb0daef896570641f9a484cf20496c3d0449536]
#    to [b53ecc7ee0a048c71332f56fb4175bdb09913fc2]
#
============================================================
--- packages/initscripts/initscripts-slugos_1.0.bb	5eb0daef896570641f9a484cf20496c3d0449536
+++ packages/initscripts/initscripts-slugos_1.0.bb	b53ecc7ee0a048c71332f56fb4175bdb09913fc2
@@ -7,10 +7,16 @@ RCONFLICTS = "initscripts"
 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)}"
 






More information about the Openembedded-commits mailing list