diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 03:05:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:10 +0100 |
| commit | 3070d43009913d896c89e770f116b7d207222556 (patch) | |
| tree | afe3896ba716c23d05e4850782a2d95a39a5870b /meta/recipes-kernel | |
| parent | 4ce2b1c95b86641979d075275d74efe496ca54c2 (diff) | |
| download | poky-3070d43009913d896c89e770f116b7d207222556.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 master rev: 8026d9f84c6af3996ada906d39ff1e7a986a9b5a)
(From OE-Core rev: 0f2a67eb1077025ee5d66ccb20298b23d2d5357c)
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')
| -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" | |||
| 20 | 20 | ||
| 21 | EXTRA_OECONF += "${STAP_DOCS} " | 21 | EXTRA_OECONF += "${STAP_DOCS} " |
| 22 | 22 | ||
| 23 | inherit autotools gettext | 23 | inherit autotools gettext pkgconfig |
| 24 | 24 | ||
| 25 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
| 26 | 26 | ||
