diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mkelfimage/mkelfimage_git.bb (renamed from meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb index b53f7a7b31..8d232bbb3f 100644 --- a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | |||
@@ -1,21 +1,21 @@ | |||
1 | DESCRIPTION = "A utility to create ELF boot images from Linux kernel images" | 1 | DESCRIPTION = "A utility to create ELF boot images for ELF-based Linux kernel images" |
2 | HOMEPAGE = "http://www.coreboot.org/Mkelfimage" | 2 | HOMEPAGE = "http://www.coreboot.org/Mkelfimage" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" |
6 | 6 | ||
7 | SRCREV = "6637" | 7 | SRCREV = "686a48a339b3200184c27e7f98d4c03180b2be6c" |
8 | PV = "1.0.0+svn${SRCPV}" | 8 | PV = "4.0+git${SRCPV}" |
9 | PR = "r2" | 9 | PR = "r0" |
10 | 10 | ||
11 | DEPENDS += "zlib" | 11 | DEPENDS += "zlib" |
12 | 12 | ||
13 | SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=svn \ | 13 | SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http \ |
14 | file://cross-compile.patch \ | 14 | file://cross-compile.patch \ |
15 | file://fix-makefile-to-find-libz.patch \ | 15 | file://fix-makefile-to-find-libz.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | S = "${WORKDIR}/mkelfImage" | 18 | S = "${WORKDIR}/git/util/mkelfImage" |
19 | 19 | ||
20 | CFLAGS += "-fno-stack-protector" | 20 | CFLAGS += "-fno-stack-protector" |
21 | CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'" | 21 | CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'" |