diff options
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch | 27 | ||||
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 1 |
3 files changed, 29 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch b/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch new file mode 100644 index 0000000000..c2d6d43402 --- /dev/null +++ b/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff --git a/configure.ac b/configure.ac | ||
| 5 | index 2a30ea1..713800d 100644 | ||
| 6 | --- a/configure.ac | ||
| 7 | +++ b/configure.ac | ||
| 8 | @@ -18,7 +18,6 @@ AC_PROG_LN_S | ||
| 9 | AC_PROG_CC | ||
| 10 | AC_PROG_CXX | ||
| 11 | AC_PROG_CPP | ||
| 12 | -AM_PROG_CC_STDC | ||
| 13 | AM_PROG_CC_C_O | ||
| 14 | AC_PROG_RANLIB | ||
| 15 | AC_OBJEXT | ||
| 16 | diff --git a/runtime/staprun/configure.ac b/runtime/staprun/configure.ac | ||
| 17 | index 48f48db..68152db 100644 | ||
| 18 | --- a/runtime/staprun/configure.ac | ||
| 19 | +++ b/runtime/staprun/configure.ac | ||
| 20 | @@ -13,7 +13,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | ||
| 21 | |||
| 22 | AC_PROG_CC | ||
| 23 | AC_PROG_CXX | ||
| 24 | -AM_PROG_CC_STDC | ||
| 25 | AM_PROG_CC_C_O | ||
| 26 | AC_PROG_INSTALL | ||
| 27 | AC_SYS_LARGEFILE | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index a490a2ea56..7fc92c8487 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "elfutils sqlite3 systemtap-native" | |||
| 6 | DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" | 6 | DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" |
| 7 | DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" | 7 | DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" |
| 8 | 8 | ||
| 9 | PR = "r0" | 9 | PR = "r1" |
| 10 | 10 | ||
| 11 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 11 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
| 12 | --without-nss --without-avahi \ | 12 | --without-nss --without-avahi \ |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 3e7bc7bfc2..6c67d34cb1 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
| @@ -6,6 +6,7 @@ PV = "1.8+git${SRCPV}" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ | 7 | SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ |
| 8 | file://docproc-build-fix.patch \ | 8 | file://docproc-build-fix.patch \ |
| 9 | file://obsolete_automake_macros.patch \ | ||
| 9 | " | 10 | " |
| 10 | 11 | ||
| 11 | FILESPATH = "${FILE_DIRNAME}/systemtap" | 12 | FILESPATH = "${FILE_DIRNAME}/systemtap" |
