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 | |
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>
-rw-r--r-- | meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 |
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" | |||
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 | " |
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 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | inherit gettext autotools pkgconfig systemd | 23 | inherit gettext autotools perlnative pkgconfig systemd |
24 | 24 | ||
25 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 25 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" |
26 | 26 | ||