From a752aefa9e3a033fc0e6374bfd701bc2f05e4de0 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 12 Jun 2018 20:14:25 +0200 Subject: mercurial: upgrade to 4.6.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-devtools/mercurial/mercurial_4.4.bb | 31 ---------------------- .../recipes-devtools/mercurial/mercurial_4.6.1.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb create mode 100644 meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb b/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb deleted file mode 100644 index 90524974ba..0000000000 --- a/meta-oe/recipes-devtools/mercurial/mercurial_4.4.bb +++ /dev/null @@ -1,31 +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 python-native" -DEPENDS_class-native = "python-native" -RDEPENDS_${PN} = "python python-modules" - -inherit python-dir - -SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" -SRC_URI[md5sum] = "c1d9fad1b7ed7077b0d4ae82e71154db" -SRC_URI[sha256sum] = "234af4a67565c85923b0a1910c704ab44bcf12f69b85532687208776563d87de" - -S = "${WORKDIR}/mercurial-${PV}" - -BBCLASSEXTEND = "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} -} - -FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb new file mode 100644 index 0000000000..13710aaea3 --- /dev/null +++ b/meta-oe/recipes-devtools/mercurial/mercurial_4.6.1.bb @@ -0,0 +1,31 @@ +SUMMARY = "The Mercurial distributed SCM" +HOMEPAGE = "http://mercurial.selenic.com/" +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "python python-native" +DEPENDS_class-native = "python-native" +RDEPENDS_${PN} = "python python-modules" + +inherit python-dir + +SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" +SRC_URI[md5sum] = "f9b2e4a3b5901ef744fa3abe4196e97e" +SRC_URI[sha256sum] = "89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d" + +S = "${WORKDIR}/mercurial-${PV}" + +BBCLASSEXTEND = "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} +} + +FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" -- cgit 1.2.3-korg