From 3d75046772500b479cbfaa0c199aa7ef069fdc7a Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Fri, 27 Apr 2007 09:06:29 +0000 Subject: mtx-3a.conf, nylon-image-mini.bb: fixes to not conflict with the recent bitbake versions. --- packages/images/nylon-image-mini.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages/images/nylon-image-mini.bb b/packages/images/nylon-image-mini.bb index e6acd1f2dc..c0ed998449 100644 --- a/packages/images/nylon-image-mini.bb +++ b/packages/images/nylon-image-mini.bb @@ -1,5 +1,8 @@ export IMAGE_BASENAME = "nylon-mini" +inherit image +LICENSE = "MIT" + NYLON_BASE = "base-files base-passwd busybox \ dropbear \ miniinit \ @@ -8,12 +11,9 @@ NYLON_BASE = "base-files base-passwd busybox \ netbase \ wireless-tools" -RDEPENDS = "kernel \ +RDEPENDS += "kernel \ ${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}" export PACKAGE_INSTALL = "${RDEPENDS}" IMAGE_LINGUAS = "" - -inherit image -LICENSE = "MIT" -- cgit v1.2.3