[oe-commits] Roman I Khimov : valgrind: remove versions prior to 3.6.0

git version control git at git.openembedded.org
Sun Oct 31 10:57:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1218fb1420ff039012d08e4a43cf3bac70c08fdf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1218fb1420ff039012d08e4a43cf3bac70c08fdf

Author: Roman I Khimov <khimov at altell.ru>
Date:   Sat Oct 30 11:11:36 2010 +0400

valgrind: remove versions prior to 3.6.0

If you're using valgrind, you probably want latest and versions removed with
this patch are 2+ years old.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/valgrind/valgrind_3.2.1.bb |   17 -----------------
 recipes/valgrind/valgrind_3.2.3.bb |   19 -------------------
 recipes/valgrind/valgrind_3.3.1.bb |   19 -------------------
 3 files changed, 0 insertions(+), 55 deletions(-)

diff --git a/recipes/valgrind/valgrind_3.2.1.bb b/recipes/valgrind/valgrind_3.2.1.bb
deleted file mode 100644
index e125493..0000000
--- a/recipes/valgrind/valgrind_3.2.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Valgrind memory debugger"
-HOMEPAGE = "http://www.valgrind.org/"
-SECTION = "devel"
-LICENSE = "GPL"
-DEPENDS = "virtual/libx11"
-PR = "r0"
-
-SRC_URI = "http://www.valgrind.org/downloads/archive/valgrind-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "9407d33961186814cef0e6ecedfd6318"
-SRC_URI[sha256sum] = "7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-tls"
-
-COMPATIBLE_HOST = "^i.86.*-linux"
diff --git a/recipes/valgrind/valgrind_3.2.3.bb b/recipes/valgrind/valgrind_3.2.3.bb
deleted file mode 100644
index 5032204..0000000
--- a/recipes/valgrind/valgrind_3.2.3.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Valgrind memory debugger"
-HOMEPAGE = "http://www.valgrind.org/"
-SECTION = "devel"
-LICENSE = "GPL"
-DEPENDS = "virtual/libx11"
-PR = "r0"
-
-SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-tls"
-
-COMPATIBLE_HOST = "^i.86.*-linux"
-
-FILES_${PN}-dbg += "/usr/lib/valgrind/x86-linux/.debug"
-
-SRC_URI[md5sum] = "978847992b136c8d8cb5c6559a91df1c"
-SRC_URI[sha256sum] = "1bca920527f43fd0c68e8f8eb16a7996b34f415e73af54de0f2cd43a8247c441"
diff --git a/recipes/valgrind/valgrind_3.3.1.bb b/recipes/valgrind/valgrind_3.3.1.bb
deleted file mode 100644
index b2cdd7f..0000000
--- a/recipes/valgrind/valgrind_3.3.1.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Valgrind memory debugger"
-HOMEPAGE = "http://www.valgrind.org/"
-SECTION = "devel"
-LICENSE = "GPL"
-DEPENDS = "virtual/libx11"
-PR = "r0"
-
-SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-tls"
-
-COMPATIBLE_HOST = "^i.86.*-linux"
-
-FILES_${PN}-dbg += "/usr/lib/valgrind/x86-linux/.debug"
-
-SRC_URI[md5sum] = "0539e2fa4aadb2cd4ca4bba65b1fe8b5"
-SRC_URI[sha256sum] = "95b7b4d815bd479332637c93e69ec24167cd28d4f9d9f9b718e1b091bb88aafa"





More information about the Openembedded-commits mailing list