summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mkelfimage
diff options
context:
space:
mode:
authorEmilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>2013-07-03 18:02:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:34:22 +0100
commitfc829756079100bec0ae3929ea5f690b8cd7f689 (patch)
tree979b8a0988485883d7c23d40a6e97fcc50e3cc08 /meta/recipes-devtools/mkelfimage
parent36afee199fd48fbd9d57c808e19b8c2ca9f482d1 (diff)
downloadpoky-fc829756079100bec0ae3929ea5f690b8cd7f689.tar.gz
mkelfimage: switch to git repository
The project has switched to using git for version control. (From OE-Core rev: 8a9a476c03a3bc2782206799933d92e216032ff7) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mkelfimage')
-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 @@
1DESCRIPTION = "A utility to create ELF boot images from Linux kernel images" 1DESCRIPTION = "A utility to create ELF boot images for ELF-based Linux kernel images"
2HOMEPAGE = "http://www.coreboot.org/Mkelfimage" 2HOMEPAGE = "http://www.coreboot.org/Mkelfimage"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" 5LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
6 6
7SRCREV = "6637" 7SRCREV = "686a48a339b3200184c27e7f98d4c03180b2be6c"
8PV = "1.0.0+svn${SRCPV}" 8PV = "4.0+git${SRCPV}"
9PR = "r2" 9PR = "r0"
10 10
11DEPENDS += "zlib" 11DEPENDS += "zlib"
12 12
13SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=svn \ 13SRC_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
18S = "${WORKDIR}/mkelfImage" 18S = "${WORKDIR}/git/util/mkelfImage"
19 19
20CFLAGS += "-fno-stack-protector" 20CFLAGS += "-fno-stack-protector"
21CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'" 21CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'"