diff options
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch | 20 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 6 |
2 files changed, 24 insertions, 2 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch b/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch new file mode 100644 index 0000000000..2f86f48fe6 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch | |||
@@ -0,0 +1,20 @@ | |||
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 2a7010b..62a177e 100644 | ||
6 | --- a/configure.ac | ||
7 | +++ b/configure.ac | ||
8 | @@ -3,11 +3,10 @@ dnl Process this file with autoconf to produce a configure script. | ||
9 | AC_INIT(oprofileui, 0.2.0) | ||
10 | |||
11 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | ||
12 | -AM_CONFIG_HEADER(config.h) | ||
13 | +AC_CONFIG_HEADERS(config.h) | ||
14 | |||
15 | AC_ISC_POSIX | ||
16 | AC_PROG_CC | ||
17 | -AM_PROG_CC_STDC | ||
18 | AC_HEADER_STDC | ||
19 | AC_PROG_RANLIB | ||
20 | AC_PROG_INTLTOOL | ||
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb index e75923f2a3..6b848af75f 100644 --- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb | |||
@@ -2,12 +2,14 @@ require oprofileui.inc | |||
2 | 2 | ||
3 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" | 3 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" |
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ | 9 | SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ |
10 | file://init" | 10 | file://init \ |
11 | file://obsolete_automake_macros.patch \ | ||
12 | " | ||
11 | 13 | ||
12 | EXTRA_OECONF += "--disable-client --enable-server" | 14 | EXTRA_OECONF += "--disable-client --enable-server" |
13 | 15 | ||