瀏覽代碼

make: add 'inherit pkgconfig'

Bitbaking make-native generates syntax error during
configure: 'PKG_PROG_PKG_CONFIG: command not found'.
Add 'inherit pkgconfig' to solve this issue.

(From OE-Core rev: 841565db49b113da0eec3bfbad934c36bf28ee4b)

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Valentin Popa 11 年之前
父節點
當前提交
963374e1c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta/recipes-devtools/make/make.inc

+ 1 - 1
meta/recipes-devtools/make/make.inc

@@ -7,4 +7,4 @@ SECTION = "devel"
 
 SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig