From patchwork Tue Feb 26 09:24:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/7] e2fsprogs: upgrade to the git version Date: Tue, 26 Feb 2013 09:24:35 -0000 From: Robert Yang X-Patchwork-Id: 45107 Message-Id: <41e6fdecd7aa6f3c736cb9a5ec90f58f6d96b720.1361862860.git.liezhi.yang@windriver.com> To: Cc: dvhart@linux.intel.com Change the source from tarball to git repo, and upgrade it to the up-to-date git version. [YOCTO #3848] Signed-off-by: Robert Yang --- meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 4 +++- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index aea74f7..d8ae037 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc @@ -19,8 +19,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b48f21d765b875bd10400975d12c1ca2 \ SECTION = "base" DEPENDS = "util-linux" -SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ +SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/${BPN}.git;protocol=git \ file://mkdir.patch" +S = "${WORKDIR}/git" + inherit autotools gettext diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb index e6d90a1..70255ce 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb @@ -6,8 +6,8 @@ SRC_URI += "file://acinclude.m4 \ file://remove.ldconfig.call.patch \ " -SRC_URI[md5sum] = "9e444c240c1001b3292d108fbad0f49c" -SRC_URI[sha256sum] = "726b5919edeaee5b077d7a5b602284f1453ea31cf499efa433af26c679b667a5" +SRCREV = "fca8b1b2416c384b91b4fe00d6d37cfccb8fb3d5" +PV = "1.43-WIP+git${SRCPV}" EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd" EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"