mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 10:50:37 +00:00
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>
This commit is contained in:
parent
59e3d74810
commit
3eaed6f989
@ -9,6 +9,8 @@ SECTION = "net"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
inherit perlnative
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \
|
||||||
file://options.pptp \
|
file://options.pptp \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -20,7 +20,7 @@ do_configure[depends] += "${MLPREFIX}gnulib:do_populate_sysroot"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit gettext autotools pkgconfig systemd
|
inherit gettext autotools perlnative pkgconfig systemd
|
||||||
|
|
||||||
EXTRA_OECONF_append_class-target = " --with-driver=redhat"
|
EXTRA_OECONF_append_class-target = " --with-driver=redhat"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user