diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-02-02 22:13:18 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-02 22:16:25 -0800 |
| commit | 59e3d748106cf91d23549fec9f7dcfbcd10e9e11 (patch) | |
| tree | 166629bd6981b16fbbaa648800117e4f8e325ffc /meta-oe/recipes-graphics/xdotool | |
| parent | bb253b28c7f90bb9b7542955ae6002955e2195dc (diff) | |
| download | meta-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/recipes-graphics/xdotool')
| -rw-r--r-- | meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb | 2 |
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" | |||
| 7 | 7 | ||
| 8 | PR = "r1" | 8 | PR = "r1" |
| 9 | 9 | ||
| 10 | inherit features_check pkgconfig | 10 | inherit features_check pkgconfig perlnative |
| 11 | # depends on virtual/libx11 | 11 | # depends on virtual/libx11 |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
