aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
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/recipes-graphics
parentbb253b28c7f90bb9b7542955ae6002955e2195dc (diff)
downloadmeta-openembedded-contrib-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/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb2
1 files changed, 1 insertions, 1 deletions
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"
PR = "r1"
-inherit features_check pkgconfig
+inherit features_check pkgconfig perlnative
# depends on virtual/libx11
REQUIRED_DISTRO_FEATURES = "x11"