diff options
-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" |