diff options
Diffstat (limited to 'packages/unionfs/unionroot_0.1.bb')
-rw-r--r-- | packages/unionfs/unionroot_0.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/unionfs/unionroot_0.1.bb b/packages/unionfs/unionroot_0.1.bb index 0adb535511..79b79b5f94 100644 --- a/packages/unionfs/unionroot_0.1.bb +++ b/packages/unionfs/unionroot_0.1.bb @@ -1,13 +1,13 @@ LICENSE = "GPL" DESCRIPTION = "Provides an init script that changes the root file-system to unionfs." -DEPENDS = "base-files" -RDEPENDS = "base-files" +DEPENDS = "busybox base-files" +RDEPENDS = "busybox base-files" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Chris Lord <cwiiis@handhelds.org>" -PR = "r1" +PR = "r2" SRC_URI = "file://init.unionroot" |