summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-tools/boot-format/boot-format_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-tools/boot-format/boot-format_git.bb
index 969136e..0abd286 100644
--- a/recipes-tools/boot-format/boot-format_git.bb
+++ b/recipes-tools/boot-format/boot-format_git.bb
@@ -1,11 +1,10 @@
1DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" 1DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3PR = "r5" 3PR = "r6"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ 6SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git"
7 " 7SRCREV = "7a837a487eb42f30cf3ada07ca44251ee11a2940"
8SRCREV = "53cf657a7d034b8d71d53d5c241d0870836d8a72"
9 8
10S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
11EXTRA_OEMAKE = 'CC="${CC}"' 10EXTRA_OEMAKE = 'CC="${CC}"'