summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-02 22:13:18 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-02 22:16:25 -0800
commit59e3d748106cf91d23549fec9f7dcfbcd10e9e11 (patch)
tree166629bd6981b16fbbaa648800117e4f8e325ffc /meta-oe
parentbb253b28c7f90bb9b7542955ae6002955e2195dc (diff)
downloadmeta-openembedded-59e3d748106cf91d23549fec9f7dcfbcd10e9e11.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-oe')
-rw-r--r--meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb2
-rw-r--r--meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb2
-rw-r--r--meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb2
-rw-r--r--meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb2
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
index 41b4d0d309..7871801b6b 100644
--- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
+++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
@@ -27,7 +27,7 @@ RDEPENDS_${PN} += "openssh-misc"
27# 27#
28S = "${WORKDIR}/pam_ssh_agent_auth-${PV}" 28S = "${WORKDIR}/pam_ssh_agent_auth-${PV}"
29 29
30inherit autotools-brokensep 30inherit autotools-brokensep perlnative
31 31
32# Avoid autoreconf. Override the --libexec oe_runconf specifies so that 32# Avoid autoreconf. Override the --libexec oe_runconf specifies so that
33# the module is put with the other pam modules. Because it cannot, in general, 33# the module is put with the other pam modules. Because it cannot, in general,
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
index 24df750e01..38ce4f5571 100644
--- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
+++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit autotools-brokensep pkgconfig update-rc.d systemd 14inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd
15 15
16PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 16PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
17PACKAGECONFIG[systemd] = ",,systemd" 17PACKAGECONFIG[systemd] = ",,systemd"
diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
index aeae071dcb..259c640523 100644
--- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
+++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxtst"
7 7
8PR = "r1" 8PR = "r1"
9 9
10inherit features_check pkgconfig 10inherit features_check pkgconfig perlnative
11# depends on virtual/libx11 11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_DISTRO_FEATURES = "x11"
13 13
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb
index fb8c4a202f..91d77ac938 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb
@@ -17,7 +17,7 @@ SRC_URI = "\
17SRC_URI[md5sum] = "9d36882998449daceec267c68a21ff0d" 17SRC_URI[md5sum] = "9d36882998449daceec267c68a21ff0d"
18SRC_URI[sha256sum] = "3eb7be7d6ef618c0a444316cf5c1f2f9d7227aedba7a192f389fe3e7c0dfbbd9" 18SRC_URI[sha256sum] = "3eb7be7d6ef618c0a444316cf5c1f2f9d7227aedba7a192f389fe3e7c0dfbbd9"
19 19
20inherit autotools systemd pkgconfig 20inherit autotools systemd pkgconfig perlnative
21 21
22EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
23 --disable-libusb \ 23 --disable-libusb \
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index aefe3627eb..efe95b1019 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -29,7 +29,7 @@ SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit autotools 32inherit autotools perlnative
33 33
34# Fix rsnapshot.conf.default: 34# Fix rsnapshot.conf.default:
35# don't inject the host path into target configs. 35# don't inject the host path into target configs.