diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-05-08 16:10:45 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 08:46:35 +0100 |
commit | 4c7120a24cef2ff6b9df821c69153363c938ac77 (patch) | |
tree | 3e1b33a2711e51dd59ee04ff6b274af9cb32a008 /meta/recipes-kernel/oprofile/oprofileui-server | |
parent | 61a7329a5c1f0b84f447256134f5a77917f07f38 (diff) | |
download | openembedded-core-4c7120a24cef2ff6b9df821c69153363c938ac77.tar.gz openembedded-core-4c7120a24cef2ff6b9df821c69153363c938ac77.tar.bz2 openembedded-core-4c7120a24cef2ff6b9df821c69153363c938ac77.zip |
oprofileui(-server): upgraded to GIT revision f168b8bf
'obsolete_automake_macros.patch' is not needed anymore, because it
was integrated in the specified commit.
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-server')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index 2f86f48fe6..0000000000 --- a/meta/recipes-kernel/oprofile/oprofileui-server/obsolete_automake_macros.patch +++ /dev/null @@ -1,20 +0,0 @@ -Upstream-Status: Pending - -Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> -diff --git a/configure.ac b/configure.ac -index 2a7010b..62a177e 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -3,11 +3,10 @@ dnl Process this file with autoconf to produce a configure script. - AC_INIT(oprofileui, 0.2.0) - - AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - AC_ISC_POSIX - AC_PROG_CC --AM_PROG_CC_STDC - AC_HEADER_STDC - AC_PROG_RANLIB - AC_PROG_INTLTOOL |