diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 03:05:22 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-09 07:56:14 -0700 |
commit | 8026d9f84c6af3996ada906d39ff1e7a986a9b5a (patch) | |
tree | a84d81245ea4cbf1b8a6c3873665c5af3052b5b8 | |
parent | d8d230a164b4e98dbb3a9e6d9bb567c2aabee7f9 (diff) | |
download | openembedded-core-8026d9f84c6af3996ada906d39ff1e7a986a9b5a.tar.gz openembedded-core-8026d9f84c6af3996ada906d39ff1e7a986a9b5a.tar.bz2 openembedded-core-8026d9f84c6af3996ada906d39ff1e7a986a9b5a.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.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" |