From ab19763267750e15622817f1c239e581907734a5 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 14 May 2019 20:34:26 +0200 Subject: xl2tpd: update to 1.3.14 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc | 4 +--- meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb | 5 +++++ meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb | 8 -------- 3 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb delete mode 100644 meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc index d037c7cfc6..43942bcae9 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc @@ -8,8 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://github.com/xelerance/xl2tpd.git \ -" +SRC_URI = "git://github.com/xelerance/xl2tpd.git" S = "${WORKDIR}/git" @@ -38,4 +37,3 @@ CONFFILES_${PN} += "${sysconfdir}/xl2tpd.conf ${sysconfdir}/default/xl2tpd" INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME_${PN} = "xl2tpd" - diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb new file mode 100644 index 0000000000..f03b537d9d --- /dev/null +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb @@ -0,0 +1,5 @@ +require xl2tpd.inc + +# This is v1.3.6 plus some commits. There is no tag for this commit. +# +SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb deleted file mode 100644 index 88ae5d6f8b..0000000000 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xl2tpd.inc - -# This is v1.3.6 plus some commits. There is no tag for this commit. -# -PV = "1.3.9+git${SRCPV}" - -SRCREV = "f114c10ac532051badeca0132b144a2f1596f047" - -- cgit 1.2.3-korg