diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-07-22 09:50:44 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-08 16:38:48 -0400 |
| commit | 7a13a2e45b26c22476f6b08a3008c6fc287acc62 (patch) | |
| tree | 172df92f59f5c2e10e35aa39020f002b609697dc /meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc | |
| parent | a669e44708e985f717b6af876fe5e5e24e9afa17 (diff) | |
| download | meta-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.inc | 5 |
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" | |||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | 7 | ||
| 8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0636e73ff0215e8d672dc4c32c317bb3" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | |||
| 11 | INC_PR = "r0" | ||
| 12 | 10 | ||
| 13 | SRC_URI = "git://github.com/xelerance/xl2tpd.git \ | 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git \ |
| 14 | file://fix-inline-functions-errors-with-gcc-5.x.patch \ | ||
| 15 | " | 12 | " |
| 16 | 13 | ||
| 17 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
