diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-14 20:34:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-05-18 12:42:47 -0700 |
| commit | ab19763267750e15622817f1c239e581907734a5 (patch) | |
| tree | 888241059599ca1473fe6ca245101b95cc259f1d /meta-networking/recipes-protocols/xl2tpd | |
| parent | fcd06d5821d204454427090d7b599ab420efee48 (diff) | |
| download | meta-openembedded-ab19763267750e15622817f1c239e581907734a5.tar.gz | |
xl2tpd: update to 1.3.14
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/xl2tpd')
| -rw-r--r-- | meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc | 4 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb (renamed from meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb) | 5 |
2 files changed, 2 insertions, 7 deletions
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}" | |||
| 8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git \ | 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git" |
| 12 | " | ||
| 13 | 12 | ||
| 14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 15 | 14 | ||
| @@ -38,4 +37,3 @@ CONFFILES_${PN} += "${sysconfdir}/xl2tpd.conf ${sysconfdir}/default/xl2tpd" | |||
| 38 | 37 | ||
| 39 | INITSCRIPT_PACKAGES = "${PN}" | 38 | INITSCRIPT_PACKAGES = "${PN}" |
| 40 | INITSCRIPT_NAME_${PN} = "xl2tpd" | 39 | INITSCRIPT_NAME_${PN} = "xl2tpd" |
| 41 | |||
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb index 88ae5d6f8b..f03b537d9d 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb | |||
| @@ -2,7 +2,4 @@ require xl2tpd.inc | |||
| 2 | 2 | ||
| 3 | # This is v1.3.6 plus some commits. There is no tag for this commit. | 3 | # This is v1.3.6 plus some commits. There is no tag for this commit. |
| 4 | # | 4 | # |
| 5 | PV = "1.3.9+git${SRCPV}" | 5 | SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" |
| 6 | |||
| 7 | SRCREV = "f114c10ac532051badeca0132b144a2f1596f047" | ||
| 8 | |||
