From: Koen Kooi Date: Wed, 10 Oct 2007 09:58:49 +0000 (+0000) Subject: altboot*: fix includes X-Git-Tag: Release-2010-05/1~8549^2~1^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add74c3e52f2f6e042fbfd6c55f93828c6e9a7f8;p=openembedded.git altboot*: fix includes --- diff --git a/packages/angstrom/altboot-console-image.bb b/packages/angstrom/altboot-console-image.bb index 32a1564afe..ff5984981a 100644 --- a/packages/angstrom/altboot-console-image.bb +++ b/packages/angstrom/altboot-console-image.bb @@ -1,4 +1,4 @@ -require angstrom-console-image.bb +require console-image.bb ANGSTROM_EXTRA_INSTALL += " altboot " diff --git a/packages/angstrom/altboot-x11-image.bb b/packages/angstrom/altboot-x11-image.bb index ce3fd820c3..d4b129e48c 100644 --- a/packages/angstrom/altboot-x11-image.bb +++ b/packages/angstrom/altboot-x11-image.bb @@ -1,4 +1,4 @@ -require angstrom-x11-image.bb +require x11-image.bb ANGSTROM_EXTRA_INSTALL += " altboot " export IMAGE_BASENAME = "altboot-x11-image"