From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 6/8] busybox: remove orphaned patch checksums
Date: Wed, 10 Feb 2010 21:12:58 +0100 [thread overview]
Message-ID: <1265832780-19939-7-git-send-email-rep.dot.nop@gmail.com> (raw)
In-Reply-To: <1265832780-19939-6-git-send-email-rep.dot.nop@gmail.com>
These http download patches are not in use anymore.
Just keep checksums for 1.7.2 (those are mentioned in the .bb)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
conf/checksums.ini | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 075b5eb..494f850 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3682,34 +3682,6 @@ sha256=e4f5bc9be311a746bd37f5607d3c225462d7d9294e8b3c692f9a39717b65d843
md5=c17e047d1a6a3f3188de929dc8582e01
sha256=58eb43e7e781a6b61e452fa36fa03198ef44c742da80c8a1b60be073e4ab949b
-[http://busybox.net/downloads/fixes-1.11.1/busybox-1.11.1-basename.patch]
-md5=f7780f73d3338b17d5f2eedbe76132de
-sha256=0f3129eff8420f2e3da237a95dbb6234ef380ac4343cb192eccd69fe8c840c7b
-
-[http://busybox.net/downloads/fixes-1.11.1/busybox-1.11.1-tar.patch]
-md5=fb01aea02faf4c5107292454745806ff
-sha256=6a045d34561b8548ae08ca7d0803d77fc2b70bdfc61793aa0a99e59a91059443
-
-[http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-depmod.patch]
-md5=7c9dfb5dcd66a1d6e837e72ad0cb05d4
-sha256=35e3854599a074ce1b47872ab1b97a625ed7d1ab3345b918f7f60524f5e390c5
-
-[http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-init.patch]
-md5=7afb3a1b474742bc198b3c8450ab9a7e
-sha256=39a8efb5a50c56feb733e519365b4e188c25c0e925a1a63cc1ace9735a80100f
-
-[http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-mdev.patch]
-md5=a72d169e9545e26257032e0e367feb95
-sha256=fd4a64c6a83e07586de0360258162c5bf431f164b3980301185743e4029940df
-
-[http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-modprobe.patch]
-md5=b2b9d0992b055816077ec9e0e4ee7775
-sha256=ba540cad8a029ff2eec7b078e31a308f408c074a13160aa7eba80f5ca18ee703
-
-[http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-tar.patch]
-md5=90d093817855bc63ad16fbb8524f80df
-sha256=9427fa9b45f3c322bf4fe2463c99c972e6ae03df630899b38be4f29133708a0e
-
[http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-ash.patch]
md5=4149857c0b2c7f3d52a1f2cec5d7778d
sha256=73706e7d77144a6270da02ede61cde3c2e3b0e716d879737ac9d478b29233ba9
@@ -3726,10 +3698,6 @@ sha256=5117584a563c512b68cd9678d3cf54e6186f5a062836398791385f8ed73cca86
md5=c211189556c59a2665af45bffe5a5878
sha256=f44c3c2d7d9b3fc8a5f9fb6ac587ae4170d2515d72f9e76deb8c071ce9847abe
-[http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch]
-md5=9e5d99b89d79dd117310ee675322d9f2
-sha256=3fe138dc567d0fcda304f89523686aaec2f83c9193403cfc68d1ba32fa554511
-
[http://downloads.sourceforge.net/bvi/bvi-1.3.1.src.tar.gz]
md5=b9d77c57bda2e019207a1874d9bb4dea
sha256=c94dbfa293cbc61b8571d025e90fd1f06a34f8d4e5b11a59856bfc1f13014de3
--
1.6.5
next prev parent reply other threads:[~2010-02-10 20:13 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 20:12 [PATCH 0/8] minor trivia; [RFC] add xz Bernhard Reutner-Fischer
2010-02-10 20:12 ` [PATCH 1/8] hwclock.sh: some more !getopt_long fixes Bernhard Reutner-Fischer
2010-02-10 20:12 ` [PATCH 2/8] autoconf: set SRC_URI name Bernhard Reutner-Fischer
2010-02-10 20:12 ` [PATCH 3/8] gmp: " Bernhard Reutner-Fischer
2010-02-10 20:12 ` [PATCH 4/8] handle xz compressed files and tarballs Bernhard Reutner-Fischer
2010-02-10 20:12 ` [PATCH 5/8] busybox: use .tar.bz2 Bernhard Reutner-Fischer
2010-02-10 20:12 ` Bernhard Reutner-Fischer [this message]
2010-02-10 20:12 ` [PATCH 7/8] autoconf: add 2.65 Bernhard Reutner-Fischer
2010-02-10 20:13 ` [PATCH 8/8] xz: add xz package Bernhard Reutner-Fischer
2010-02-11 12:53 ` Phil Blundell
2010-02-13 12:51 ` Bernhard Reutner-Fischer
2010-02-13 13:19 ` Phil Blundell
2010-02-13 14:37 ` Bernhard Reutner-Fischer
2010-02-13 18:46 ` Phil Blundell
2010-02-13 16:14 ` BBCLASSEXTEND canadian? Bernhard Reutner-Fischer
2010-02-25 0:49 ` Tom Rini
2010-02-25 7:41 ` Bernhard Reutner-Fischer
2010-02-25 10:40 ` Richard Purdie
2010-02-25 10:39 ` Richard Purdie
2010-02-25 17:21 ` Tom Rini
2010-02-25 18:18 ` C Michael Sundius
2010-02-25 20:16 ` Richard Purdie
2010-05-28 8:37 ` Bernhard Reutner-Fischer
2010-06-01 18:41 ` Tom Rini
2010-02-11 14:06 ` [PATCH 8/8] xz: add xz package Koen Kooi
2010-02-13 12:55 ` Bernhard Reutner-Fischer
2010-02-13 13:11 ` Bernhard Reutner-Fischer
2010-03-04 14:32 ` [PATCH 7/8] autoconf: add 2.65 Marcin Juszkiewicz
2010-02-14 21:33 ` [PATCH 6/8] busybox: remove orphaned patch checksums Phil Blundell
2010-02-14 21:32 ` [PATCH 5/8] busybox: use .tar.bz2 Phil Blundell
2010-02-11 12:27 ` [PATCH 4/8] handle xz compressed files and tarballs Phil Blundell
2010-02-14 20:16 ` [PATCH 3/8] gmp: set SRC_URI name Phil Blundell
2010-02-14 21:35 ` [PATCH 2/8] autoconf: " Phil Blundell
2010-02-14 21:34 ` [PATCH 1/8] hwclock.sh: some more !getopt_long fixes Phil Blundell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1265832780-19939-7-git-send-email-rep.dot.nop@gmail.com \
--to=rep.dot.nop@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox