From cabf72ebbfbed41db228e978400e63ae8f0cc7b1 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 3 Jan 2017 08:13:53 +0100 Subject: mercurial: upgrade to 4.0.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Martin Jansa --- .../mercurial/mercurial-native_3.8.4.bb | 26 ---------------------- .../mercurial/mercurial-native_4.0.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb create mode 100644 meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb deleted file mode 100644 index 0526fc2201..0000000000 --- a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "The Mercurial distributed SCM" -HOMEPAGE = "http://mercurial.selenic.com/" -SECTION = "console/utils" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "python-native" - -SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" -SRC_URI[md5sum] = "cec2c3db688cb87142809089c6ae13e9" -SRC_URI[sha256sum] = "4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6" - -S = "${WORKDIR}/mercurial-${PV}" - -inherit native - -EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ - PREFIX=${prefix}" - -do_configure_append () { - sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile -} - -do_install () { - oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} -} - diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb new file mode 100644 index 0000000000..028bb4232d --- /dev/null +++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb @@ -0,0 +1,26 @@ +SUMMARY = "The Mercurial distributed SCM" +HOMEPAGE = "http://mercurial.selenic.com/" +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "python-native" + +SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" +SRC_URI[md5sum] = "22a9b1d7c0c06a53f0ae5b386d536d08" +SRC_URI[sha256sum] = "6aa4ade93c1b5e11937820880a466ebf1c824086d443cd799fc46e2617250d40" + +S = "${WORKDIR}/mercurial-${PV}" + +inherit native + +EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ + PREFIX=${prefix}" + +do_configure_append () { + sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile +} + +do_install () { + oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} +} + -- cgit v1.2.3-54-g00ecf