[oe-commits] Khem Raj : chumby-firmware_1.2.bb: Fix typo in COMPATIBLE_MACHINE

git version control git at git.openembedded.org
Wed Sep 22 00:24:32 UTC 2010


Module: openembedded.git
Branch: master
Commit: 466148c26e4ce92d708e9b4e4368c4cd6fc87a0b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=466148c26e4ce92d708e9b4e4368c4cd6fc87a0b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Sep 21 17:23:15 2010 -0700

chumby-firmware_1.2.bb: Fix typo in COMPATIBLE_MACHINE

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/chumby/chumby-firmware_1.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/chumby/chumby-firmware_1.2.bb b/recipes/chumby/chumby-firmware_1.2.bb
index 2b3213c..26a5ec5 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





More information about the Openembedded-commits mailing list