diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-09-05 09:04:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-09-05 09:04:35 +0000 |
commit | 5d158d7d1127cbcf9075b2ebfb1f8d9271d969ad (patch) | |
tree | 811de8a20632dc090c005d1f9d43a54fdab3439b /classes | |
parent | b8c7a56f1407155f1df69ce942ebef1a585d47dd (diff) | |
parent | 7cb356bc5fbca281f08aa4fb9bbaa104c8a7698c (diff) |
merge of '13890ee4d20d70e06eada225797e62e3847248e9'
and '5337c2ae1bddb02aff4358e400f0a8697f0f961a'
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index 04e26e4b35..3420e3f53a 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -4,7 +4,7 @@ LICENSE = "MIT" PACKAGES = "" RDEPENDS += "${IMAGE_INSTALL}" -export IMAGE_BASENAME ?= "${PN}" +IMAGE_BASENAME[export] = "1" export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" # We need to recursively follow RDEPENDS and RRECOMMENDS for images |