summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-02 22:15:12 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-02 22:16:25 -0800
commit3eaed6f989f110ef7174dab881f9575ea680cc26 (patch)
tree8c40d3d0490308ba39524721f90d0ec6e92eedbc
parent59e3d748106cf91d23549fec9f7dcfbcd10e9e11 (diff)
downloadmeta-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>
-rw-r--r--meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb2
-rw-r--r--meta-networking/recipes-support/netcf/netcf_0.2.8.bb2
2 files changed, 3 insertions, 1 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"
9LICENSE = "GPLv2+" 9LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12inherit perlnative
13
12SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \ 14SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \
13 file://options.pptp \ 15 file://options.pptp \
14 " 16 "
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
index c57e7d471..a180571f2 100644
--- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
+++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
@@ -20,7 +20,7 @@ do_configure[depends] += "${MLPREFIX}gnulib:do_populate_sysroot"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit gettext autotools pkgconfig systemd 23inherit gettext autotools perlnative pkgconfig systemd
24 24
25EXTRA_OECONF_append_class-target = " --with-driver=redhat" 25EXTRA_OECONF_append_class-target = " --with-driver=redhat"
26 26