diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 03:05:22 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-16 10:39:44 +0100 |
commit | 0f2a67eb1077025ee5d66ccb20298b23d2d5357c (patch) | |
tree | 84e2e79badfea3846c5c7550372a846ac010add2 | |
parent | 5593ab8381752d46f7883f7531f5d86dcfb0fce8 (diff) | |
download | openembedded-core-0f2a67eb1077025ee5d66ccb20298b23d2d5357c.tar.gz openembedded-core-0f2a67eb1077025ee5d66ccb20298b23d2d5357c.tar.bz2 openembedded-core-0f2a67eb1077025ee5d66ccb20298b23d2d5357c.zip |
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 master 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>
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 2 |
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" |