[oe] [meta-networking][PATCH] xl2tpd: Update git recipe and add release recipe

Joe MacDonald joe_macdonald at mentor.com
Thu Oct 22 17:06:10 UTC 2015


The previous xl2tpd was significantly out of date, so update the git
recipe and add in a release recipe for anyone looking to use the latest
stable release.

Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb | 3 +++
 meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb

diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
new file mode 100644
index 0000000..eba0cf5
--- /dev/null
+++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
@@ -0,0 +1,3 @@
+require xl2tpd.inc
+
+SRC_URI = "git://github.com/xelerance/xl2tpd.git;protocol=git;tag=v${PV}"
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb
index bd084aa..0cce7ab 100644
--- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb
+++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb
@@ -1,5 +1,5 @@
 require xl2tpd.inc
 PR = "${INC_PR}.0"
 
-SRCREV = "df7e30eb199fc5710faa83866381aea18b66e60c"
+SRCREV = "a96b345962622ea58490924130675df6db062d11"
 
-- 
1.9.1




More information about the Openembedded-devel mailing list