diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 14:45:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 14:45:02 +0000 |
commit | a824c8ced03c996dd0e646876648a1f8740e2024 (patch) | |
tree | 881ab3704dee15a8094da6692ac4b9640ee7b248 /packages/images/nylon-image-base.bb | |
parent | 4e783b87509f89e1d024450de05acacbfeed4dda (diff) |
many packages: fix parse errors
Diffstat (limited to 'packages/images/nylon-image-base.bb')
-rw-r--r-- | packages/images/nylon-image-base.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/nylon-image-base.bb b/packages/images/nylon-image-base.bb index 5eee653453..c87e669532 100644 --- a/packages/images/nylon-image-base.bb +++ b/packages/images/nylon-image-base.bb @@ -1,9 +1,9 @@ inherit image_ipk inherit nylon-image -LICENSE = MIT +LICENSE = "MIT" export IMAGE_BASENAME = "nylon-base" - + NYLON_BASE = "base-files base-passwd bash busybox \ ipkg initscripts less \ mtd-utils \ |