From: Rolf Leggewie Date: Mon, 4 Aug 2008 00:38:18 +0000 (+0000) Subject: nandlogical: set COMPATIBLE_MACHINE to c7x0 for now until somebody compiles an author... X-Git-Tag: Release-2010-05/1~6364^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ee86b654168f9725c194793de4879076c14ea1;p=openembedded.git nandlogical: set COMPATIBLE_MACHINE to c7x0 for now until somebody compiles an authoritative list. --- diff --git a/packages/nandlogical/nandlogical_1.0.0.bb b/packages/nandlogical/nandlogical_1.0.0.bb index 8b6ce70bda..7d8fc04b4e 100644 --- a/packages/nandlogical/nandlogical_1.0.0.bb +++ b/packages/nandlogical/nandlogical_1.0.0.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Nandlogical for Sharp mtd1" LICENSE = "GPL" DEPENDS = "mtd-utils" +COMPATIBLE_MACHINE = "(c7x0)" PR = "r0" SRC_URI = "file://nandlogical.c"