summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-22 09:50:44 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-08 16:38:48 -0400
commit7a13a2e45b26c22476f6b08a3008c6fc287acc62 (patch)
tree172df92f59f5c2e10e35aa39020f002b609697dc /meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc
parenta669e44708e985f717b6af876fe5e5e24e9afa17 (diff)
downloadmeta-openembedded-7a13a2e45b26c22476f6b08a3008c6fc287acc62.tar.gz
xl2tpd: Update to 1.3.9
License changes are cosmetic https://github.com/xelerance/xl2tpd/commit/1611d6f028fe30da4cee5b026fd1de81d97cba48 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc')
-rw-r--r--meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc
index 6f7f693309..d037c7cfc6 100644
--- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc
+++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc
@@ -6,12 +6,9 @@ DEPENDS = "ppp virtual/kernel"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=0636e73ff0215e8d672dc4c32c317bb3" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10
11INC_PR = "r0"
12 10
13SRC_URI = "git://github.com/xelerance/xl2tpd.git \ 11SRC_URI = "git://github.com/xelerance/xl2tpd.git \
14 file://fix-inline-functions-errors-with-gcc-5.x.patch \
15" 12"
16 13
17S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"