From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/2] e2fsprogs: add 1.41.12, remove old versions
Date: Thu, 18 Nov 2010 20:27:28 +0100 [thread overview]
Message-ID: <1290108449-14749-2-git-send-email-rep.dot.nop@gmail.com> (raw)
In-Reply-To: <AANLkTi=REDDr=0wv9oQDEyUPAYh1KUyDq_p=q0s-0WAy@mail.gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
recipes/e2fsprogs/e2fsprogs_1.41.12.bb | 10 ++++++++++
recipes/e2fsprogs/e2fsprogs_1.41.9.bb | 10 ----------
2 files changed, 10 insertions(+), 10 deletions(-)
create mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.12.bb
delete mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.9.bb
diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.12.bb b/recipes/e2fsprogs/e2fsprogs_1.41.12.bb
new file mode 100644
index 0000000..5798501
--- /dev/null
+++ b/recipes/e2fsprogs/e2fsprogs_1.41.12.bb
@@ -0,0 +1,10 @@
+require e2fsprogs.inc
+
+PR = "${INC_PR}"
+
+do_configure() {
+ oe_runconf
+}
+
+SRC_URI[md5sum] = "1b24a21fc0c2381ef420961cbfec733f"
+SRC_URI[sha256sum] = "9c26d0dc20bfdafd0f27f3564791d6121d1c1876549d4f2ff1e41955c9bb9f20"
diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.9.bb b/recipes/e2fsprogs/e2fsprogs_1.41.9.bb
deleted file mode 100644
index 6a8c113..0000000
--- a/recipes/e2fsprogs/e2fsprogs_1.41.9.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require e2fsprogs.inc
-
-PR = "${INC_PR}"
-
-do_configure() {
- oe_runconf
-}
-
-SRC_URI[md5sum] = "52f60a9e19a02f142f5546f1b5681927"
-SRC_URI[sha256sum] = "cbf1e34261a16b3d7911b60b91290b19f2010036d6ba628d45b5f0b2af2b66e8"
--
1.7.2.3
next prev parent reply other threads:[~2010-11-18 19:28 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-06 9:40 [PATCH 1/4] bitbake.conf: add ext4 image support Bernhard Reutner-Fischer
2010-08-06 9:40 ` [PATCH 2/4] e2fsprogs: add 1.41.12, remove old versions Bernhard Reutner-Fischer
2010-08-06 9:40 ` [PATCH 3/4] git: add 1.7.2.1 Bernhard Reutner-Fischer
2010-08-06 10:07 ` Paul Menzel
2010-08-06 10:29 ` Bernhard Reutner-Fischer
2010-08-06 9:40 ` [PATCH 4/4] bison: preparation for adding 2.4.2 Bernhard Reutner-Fischer
2010-08-06 12:46 ` [PATCH 1/4] bitbake.conf: add ext4 image support Bjørn Forsman
2010-08-06 12:52 ` Bjørn Forsman
2010-11-17 15:05 ` Author: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Bernhard Reutner-Fischer
2010-11-17 15:11 ` Frans Meulenbroeks
2010-11-17 16:47 ` Bernhard Reutner-Fischer
2010-11-17 15:18 ` Tom Rini
2010-11-17 16:47 ` Bernhard Reutner-Fischer
2010-11-18 19:27 ` [PATCH 0/2] add ext4 image support Bernhard Reutner-Fischer
2010-11-18 19:27 ` Bernhard Reutner-Fischer [this message]
2010-11-19 14:00 ` [PATCH 1/2] e2fsprogs: add 1.41.12, remove old versions Tom Rini
2010-11-18 19:27 ` [PATCH 2/2] bitbake.conf: add ext4 image support Bernhard Reutner-Fischer
2010-11-19 13:59 ` Tom Rini
2010-12-01 19:15 ` [PATCH v2 0/3] " Bernhard Reutner-Fischer
2010-12-01 19:26 ` Tom Rini
2010-12-01 19:44 ` Bernhard Reutner-Fischer
2010-12-01 19:15 ` [PATCH v2 1/3] e2fsprogs: add 1.41.12, remove old versions Bernhard Reutner-Fischer
2010-12-01 19:15 ` [PATCH v2 2/3] e2fsprogs: fix alternatives of non-packaged native sysroot Bernhard Reutner-Fischer
2010-12-21 13:38 ` Andreas Oberritter
2010-12-21 17:03 ` Bernhard Reutner-Fischer
2010-12-21 13:50 ` Andreas Oberritter
2010-12-23 9:37 ` [PATCH] e2fsprogs: fix symlinks and work with dash Bernhard Reutner-Fischer
2010-12-23 10:58 ` Andreas Oberritter
2010-12-23 12:19 ` Bernhard Reutner-Fischer
2010-12-01 19:15 ` [PATCH v2 3/3] add ext4 image support Bernhard Reutner-Fischer
2010-12-01 20:10 ` [PATCH v3] " Bernhard Reutner-Fischer
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=1290108449-14749-2-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