All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] valgrind: remove versions prior to 3.6.0
@ 2010-10-30  7:14 Roman I Khimov
  2010-10-30 15:08 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Roman I Khimov @ 2010-10-30  7:14 UTC (permalink / raw)
  To: openembedded-devel

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@altell.ru>
---
 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(-)
 delete mode 100644 recipes/valgrind/valgrind_3.2.1.bb
 delete mode 100644 recipes/valgrind/valgrind_3.2.3.bb
 delete mode 100644 recipes/valgrind/valgrind_3.3.1.bb

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"
-- 
1.6.4.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] valgrind: remove versions prior to 3.6.0
  2010-10-30  7:14 [PATCH] valgrind: remove versions prior to 3.6.0 Roman I Khimov
@ 2010-10-30 15:08 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2010-10-30 15:08 UTC (permalink / raw)
  To: openembedded-devel

On (30/10/10 11:14), Roman I Khimov wrote:
> 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@altell.ru>

Acked-by: Khem Raj <raj.khem@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(-)
>  delete mode 100644 recipes/valgrind/valgrind_3.2.1.bb
>  delete mode 100644 recipes/valgrind/valgrind_3.2.3.bb
>  delete mode 100644 recipes/valgrind/valgrind_3.3.1.bb
> 
> 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"
> -- 
> 1.6.4.2
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-30 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30  7:14 [PATCH] valgrind: remove versions prior to 3.6.0 Roman I Khimov
2010-10-30 15:08 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.