summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 03:05:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:59 +0100
commitc15d9907f12a086f60e44ba46aa2e2ee0ac2bfb4 (patch)
treeb71a765d1fdda64b450c26bab2e2f57457e4dacc /meta/recipes-kernel/systemtap
parentc491477e32957151b9d4e9d9d592ee85a54da1f0 (diff)
downloadast2050-yocto-poky-c15d9907f12a086f60e44ba46aa2e2ee0ac2bfb4.zip
ast2050-yocto-poky-c15d9907f12a086f60e44ba46aa2e2ee0ac2bfb4.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. (From OE-Core rev: 8026d9f84c6af3996ada906d39ff1e7a986a9b5a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-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 22f8959..9bba5a9 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"
OpenPOWER on IntegriCloud