]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: inherit pkgconfig
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 5 Jul 2013 01:05:22 +0000 (03:05 +0200)
committerSaul Wold <sgw@linux.intel.com>
Tue, 9 Jul 2013 14:56:14 +0000 (07:56 -0700)
* systemtap-native was failing with undefined AC_DEFINE
  configure.ac:56: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/systemtap/systemtap_git.bb

index 22f89599cfc957508547009080177e45896a7fba..9bba5a9752c7a3b86dd9bfa18bb6c6d87a75c2f9 100644 (file)
@@ -20,7 +20,7 @@ STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
 
 EXTRA_OECONF += "${STAP_DOCS} "
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 BBCLASSEXTEND = "native nativesdk"