diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-28 13:05:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 13:05:40 +0100 |
commit | ebe5a332042e6423777affb78577e0bd9cc65188 (patch) | |
tree | c1a5160ee993f03684c59ce6401574544e069860 /recipes/u-boot | |
parent | 31f6e5ff32e296947b8b26c2458d39bd0114b08f (diff) |
u-boot-omap3pandora: fix typo in recipe
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot-omap3pandora_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot-omap3pandora_git.bb b/recipes/u-boot/u-boot-omap3pandora_git.bb index db68f9eadf..e9e88fabe4 100644 --- a/recipes/u-boot/u-boot-omap3pandora_git.bb +++ b/recipes/u-boot/u-boot-omap3pandora_git.bb @@ -21,7 +21,7 @@ SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=master;protocol=g #SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=rev3;protocol=git \ #" -UBOOT_MACHINE_omap3_pandora = "omap3_pandora_config" +UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config" S = "${WORKDIR}/git" |