diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-02 22:15:12 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-02 22:16:25 -0800 |
commit | 3eaed6f989f110ef7174dab881f9575ea680cc26 (patch) | |
tree | 8c40d3d0490308ba39524721f90d0ec6e92eedbc /meta-networking/recipes-protocols | |
parent | 59e3d748106cf91d23549fec9f7dcfbcd10e9e11 (diff) | |
download | meta-openembedded-3eaed6f989f110ef7174dab881f9575ea680cc26.tar.gz |
recipes: Inherit perlnative for pod2man
replace host version of pod2man perl-native provides, helps in
improving reproducability
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb index 322158146..53a79af76 100644 --- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb +++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | |||
@@ -9,6 +9,8 @@ SECTION = "net" | |||
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | inherit perlnative | ||
13 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \ |
13 | file://options.pptp \ | 15 | file://options.pptp \ |
14 | " | 16 | " |