diff options
| author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-22 13:03:53 -0400 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-24 08:53:10 -0500 |
| commit | e394584477f7de7670bd1677afa2c9204125d8e1 (patch) | |
| tree | 85946dcf1a11734e63e7358d56a74b5a93ad43ae | |
| parent | 1a57f561caea01e6a19313af019138c783e9f964 (diff) | |
| download | meta-openembedded-e394584477f7de7670bd1677afa2c9204125d8e1.tar.gz | |
xl2tpd: Update git recipe and add release recipe
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@mentor.com>
| -rw-r--r-- | meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb | 3 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb | 2 |
2 files changed, 4 insertions, 1 deletions
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 0000000000..eba0cf5282 --- /dev/null +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | require xl2tpd.inc | ||
| 2 | |||
| 3 | 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 bd084aa009..0cce7ab80b 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | require xl2tpd.inc | 1 | require xl2tpd.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | 3 | ||
| 4 | SRCREV = "df7e30eb199fc5710faa83866381aea18b66e60c" | 4 | SRCREV = "a96b345962622ea58490924130675df6db062d11" |
| 5 | 5 | ||
