helloworld-image: trimmed the .bb, had second copy of itself
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 25 Aug 2007 19:36:52 +0000 (19:36 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 25 Aug 2007 19:36:52 +0000 (19:36 +0000)
packages/images/helloworld-image.bb

index 058bb7f..a1caf54 100644 (file)
@@ -11,18 +11,3 @@ export IMAGE_LINGUAS = ""
 PACKAGE_INSTALL = ${RDEPENDS}
 
 inherit image
-
-# Hello world image
-# Contains *only* a statically linked hello world init program
-LICENSE = "MIT"
-PR = "r0"
-
-RDEPENDS = "helloworld"
-
-export IMAGE_BASENAME = "helloworld-image"
-export IMAGE_LINGUAS = ""
-
-PACKAGE_INSTALL = ${RDEPENDS}
-
-inherit image
-