aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 03:05:22 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-09 07:56:14 -0700
commit8026d9f84c6af3996ada906d39ff1e7a986a9b5a (patch)
treea84d81245ea4cbf1b8a6c3873665c5af3052b5b8 /meta/recipes-kernel/systemtap/systemtap_git.bb
parentd8d230a164b4e98dbb3a9e6d9bb567c2aabee7f9 (diff)
downloadopenembedded-core-contrib-8026d9f84c6af3996ada906d39ff1e7a986a9b5a.tar.gz
systemtap: inherit pkgconfig
* 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>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 22f89599cf..9bba5a9752 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -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"