summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-01-27 15:36:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-31 14:40:19 +0000
commitc42729d04071ab89c6d83cc503663a304477fdbd (patch)
treefa3a4b866c0f2a7bcff2a86f2a702c1d54b609ff /meta/recipes-extended/grep
parent125a798c2e7bda3a951828a14f308a65cc562a14 (diff)
downloadopenembedded-core-contrib-c42729d04071ab89c6d83cc503663a304477fdbd.tar.gz
grep: add missing pkgconfig inherit
Diffstat (limited to 'meta/recipes-extended/grep')
-rw-r--r--meta/recipes-extended/grep/grep_2.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/grep/grep_2.27.bb b/meta/recipes-extended/grep/grep_2.27.bb
index 7d0a73bf06..a4d7a45187 100644
--- a/meta/recipes-extended/grep/grep_2.27.bb
+++ b/meta/recipes-extended/grep/grep_2.27.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
SRC_URI[md5sum] = "6138dd227c39d4a25f81eea76a44d4cb"
SRC_URI[sha256sum] = "ad4cc44d23074a1c3a8baae8fbafff2a8c60f38a9a6108f985eef6fbee6dcaeb"
-inherit autotools gettext texinfo
+inherit autotools gettext texinfo pkgconfig
EXTRA_OECONF = "--disable-perl-regexp"