[oe-commits] Martin Jansa : systemtap: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:00 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 0f2a67eb1077025ee5d66ccb20298b23d2d5357c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f2a67eb1077025ee5d66ccb20298b23d2d5357c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jul  5 03:05:22 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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"
 



More information about the Openembedded-commits mailing list