diff options
author | Mike Westerhof <mwester@dls.net> | 2008-08-22 20:20:25 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-08-22 20:20:25 +0000 |
commit | 8fab03922cea4bcc67fed3bc01890b6017184936 (patch) | |
tree | 83fec6d6cecccf804c12742b6553bd0d34bd1b0b | |
parent | 506da3980bbbc87b833772fa01dbd762097b26a0 (diff) |
SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now.
-rw-r--r-- | packages/initscripts/initscripts-slugos_1.0.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/initscripts/initscripts-slugos_1.0.bb b/packages/initscripts/initscripts-slugos_1.0.bb index 242a55ad7a..b742ad5071 100644 --- a/packages/initscripts/initscripts-slugos_1.0.bb +++ b/packages/initscripts/initscripts-slugos_1.0.bb @@ -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)}" |