]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysprof: remove duplicated patch
authorSaul Wold <sgw@linux.intel.com>
Sat, 15 Oct 2011 22:58:30 +0000 (15:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Oct 2011 12:32:24 +0000 (13:32 +0100)
Apparently this pactch was duplicated by backported
patch, and needed to be applied more broaded than to
just ppc.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/sysprof/files/ppc-macro-fix.patch [deleted file]
meta/recipes-kernel/sysprof/sysprof_git.bb

diff --git a/meta/recipes-kernel/sysprof/files/ppc-macro-fix.patch b/meta/recipes-kernel/sysprof/files/ppc-macro-fix.patch
deleted file mode 100644 (file)
index a2e015a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: git/collector.c
-===================================================================
---- git.orig/collector.c       2010-12-09 19:42:12.292040001 -0600
-+++ git/collector.c    2010-12-09 19:42:23.352039997 -0600
-@@ -175,7 +175,7 @@
- #define __NR_perf_counter_open 337
- #elif defined(__hppa__)
- #define __NR_perf_counter_open 318
--#elif defined(__ppc__) || defined(__ppc64__)
-+#elif defined(__powerpc__) || defined(__powerpc64__)
- #define __NR_perf_counter_open 319
- #elif defined(__s390__)
- #define __NR_perf_counter_open 331
index c55326352b743ae2b34931a8d662fcbd55203eb9..bd34f005d2148f4c48a73850d9c08f5a26726f98 100644 (file)
@@ -15,7 +15,6 @@ SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
 
 SRC_URI_append_arm  = " file://rmb-arm.patch"
 SRC_URI_append_mips = " file://rmb-mips.patch"
-SRC_URI_append_powerpc = " file://ppc-macro-fix.patch"
 
 S = "${WORKDIR}/git"