angstrom-minimal-image: don't install translations (from poky)
authorKoen Kooi <koen@openembedded.org>
Tue, 26 Jun 2007 09:32:11 +0000 (09:32 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 26 Jun 2007 09:32:11 +0000 (09:32 +0000)
packages/images/angstrom-minimal-image.bb

index c79bff2..83d814a 100644 (file)
@@ -1,13 +1,15 @@
 #Angstrom minimalist image
 #gives you a small images with ssh access
 LICENSE = "MIT"
-PR = "r1"
+PR = "r3"
 
 ANGSTROM_EXTRA_INSTALL ?= ""
 DISTRO_SSH_DAEMON ?= "dropbear"
+IMAGE_LINGUAS = " "
 
 RDEPENDS = "task-boot \
             ${DISTRO_SSH_DAEMON} \
+            angstrom-version \
           "
 
 export IMAGE_BASENAME = "minimalist-image"