mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
@@ -27,7 +27,7 @@ RDEPENDS_${PN} += "openssh-misc"
|
|||||||
#
|
#
|
||||||
S = "${WORKDIR}/pam_ssh_agent_auth-${PV}"
|
S = "${WORKDIR}/pam_ssh_agent_auth-${PV}"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep perlnative
|
||||||
|
|
||||||
# Avoid autoreconf. Override the --libexec oe_runconf specifies so that
|
# Avoid autoreconf. Override the --libexec oe_runconf specifies so that
|
||||||
# the module is put with the other pam modules. Because it cannot, in general,
|
# the module is put with the other pam modules. Because it cannot, in general,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig update-rc.d systemd
|
inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd
|
||||||
|
|
||||||
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxtst"
|
|||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
inherit features_check pkgconfig
|
inherit features_check pkgconfig perlnative
|
||||||
# depends on virtual/libx11
|
# depends on virtual/libx11
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ SRC_URI = "\
|
|||||||
SRC_URI[md5sum] = "9d36882998449daceec267c68a21ff0d"
|
SRC_URI[md5sum] = "9d36882998449daceec267c68a21ff0d"
|
||||||
SRC_URI[sha256sum] = "3eb7be7d6ef618c0a444316cf5c1f2f9d7227aedba7a192f389fe3e7c0dfbbd9"
|
SRC_URI[sha256sum] = "3eb7be7d6ef618c0a444316cf5c1f2f9d7227aedba7a192f389fe3e7c0dfbbd9"
|
||||||
|
|
||||||
inherit autotools systemd pkgconfig
|
inherit autotools systemd pkgconfig perlnative
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--disable-libusb \
|
--disable-libusb \
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools perlnative
|
||||||
|
|
||||||
# Fix rsnapshot.conf.default:
|
# Fix rsnapshot.conf.default:
|
||||||
# don't inject the host path into target configs.
|
# don't inject the host path into target configs.
|
||||||
|
|||||||
Reference in New Issue
Block a user