From 466148c26e4ce92d708e9b4e4368c4cd6fc87a0b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Sep 2010 17:23:15 -0700 Subject: chumby-firmware_1.2.bb: Fix typo in COMPATIBLE_MACHINE Signed-off-by: Khem Raj --- recipes/chumby/chumby-firmware_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/chumby') diff --git a/recipes/chumby/chumby-firmware_1.2.bb b/recipes/chumby/chumby-firmware_1.2.bb index 2b3213c783..26a5ec513c 100644 --- a/recipes/chumby/chumby-firmware_1.2.bb +++ b/recipes/chumby/chumby-firmware_1.2.bb @@ -6,7 +6,7 @@ SRC_URI = "http://files.chumby.com/resources/chumby_fw_1_2.zip" S = ${WORKDIR} PACKAGE_ARCH = "chumby" -COMPATIBLE_MACHINES = "chumby" +COMPATIBLE_MACHINE = "(chumby)" do_install () { cd ${S}/update1 && unzip k2.bin.zip -- cgit 1.2.3-korg