* [PATCH] busybox-1.18.3: add last fix
@ 2011-03-02 21:26 Eric Bénard
2011-03-03 4:47 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Eric Bénard @ 2011-03-02 21:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
recipes/busybox/busybox_1.18.3.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/recipes/busybox/busybox_1.18.3.bb b/recipes/busybox/busybox_1.18.3.bb
index f85de86..59e817d 100644
--- a/recipes/busybox/busybox_1.18.3.bb
+++ b/recipes/busybox/busybox_1.18.3.bb
@@ -1,10 +1,11 @@
require busybox_1.1x.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI += " \
http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-buildsys.patch;name=patch01 \
http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-modutils24.patch;name=patch02 \
http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-wget.patch;name=patch03 \
+ http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-menuconfig.patch;name=patch04 \
"
SRC_URI[md5sum] = "660af4d44661d32b22025a66f4f78df2"
@@ -15,3 +16,5 @@ SRC_URI[patch02.md5sum] = "ce7c3421c87088a7f779278680563bff"
SRC_URI[patch02.sha256sum] = "134ed86867784348f484810464df5bc97589e7aa41079c90e35b8d12b9284df8"
SRC_URI[patch03.md5sum] = "abe065069fed8458eedbdad48c115e1f"
SRC_URI[patch03.sha256sum] = "22538ebee96f66916104b8143cfd16e21568da4c5a89128b9daa60d83a59120b"
+SRC_URI[patch04.md5sum] = "d12d997b66669451bd8c4cc494162a80"
+SRC_URI[patch04.sha256sum] = "f3f8466432088248492fc44631a765ed0a95a8b7d14e37483fae25158d07dc68"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] busybox-1.18.3: add last fix
2011-03-02 21:26 [PATCH] busybox-1.18.3: add last fix Eric Bénard
@ 2011-03-03 4:47 ` Khem Raj
2011-03-03 8:13 ` Eric Benard
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-03-03 4:47 UTC (permalink / raw)
To: openembedded-devel
On (02/03/11 22:26), Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric@eukrea.com>
hmmm is it the last fix for 1.18.3 and then its EOL or did you mean
recent most fix ?
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes/busybox/busybox_1.18.3.bb | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/busybox/busybox_1.18.3.bb b/recipes/busybox/busybox_1.18.3.bb
> index f85de86..59e817d 100644
> --- a/recipes/busybox/busybox_1.18.3.bb
> +++ b/recipes/busybox/busybox_1.18.3.bb
> @@ -1,10 +1,11 @@
> require busybox_1.1x.inc
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.2"
>
> SRC_URI += " \
> http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-buildsys.patch;name=patch01 \
> http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-modutils24.patch;name=patch02 \
> http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-wget.patch;name=patch03 \
> + http://busybox.net/downloads/fixes-1.18.3/busybox-1.18.3-menuconfig.patch;name=patch04 \
> "
>
> SRC_URI[md5sum] = "660af4d44661d32b22025a66f4f78df2"
> @@ -15,3 +16,5 @@ SRC_URI[patch02.md5sum] = "ce7c3421c87088a7f779278680563bff"
> SRC_URI[patch02.sha256sum] = "134ed86867784348f484810464df5bc97589e7aa41079c90e35b8d12b9284df8"
> SRC_URI[patch03.md5sum] = "abe065069fed8458eedbdad48c115e1f"
> SRC_URI[patch03.sha256sum] = "22538ebee96f66916104b8143cfd16e21568da4c5a89128b9daa60d83a59120b"
> +SRC_URI[patch04.md5sum] = "d12d997b66669451bd8c4cc494162a80"
> +SRC_URI[patch04.sha256sum] = "f3f8466432088248492fc44631a765ed0a95a8b7d14e37483fae25158d07dc68"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
-Khem
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] busybox-1.18.3: add last fix
2011-03-03 4:47 ` Khem Raj
@ 2011-03-03 8:13 ` Eric Benard
0 siblings, 0 replies; 3+ messages in thread
From: Eric Benard @ 2011-03-03 8:13 UTC (permalink / raw)
To: openembedded-devel
Hi Khem,
On 03/03/2011 05:47, Khem Raj wrote:
> On (02/03/11 22:26), Eric Bénard wrote:
>> Signed-off-by: Eric Bénard<eric@eukrea.com>
>
> hmmm is it the last fix for 1.18.3 and then its EOL or did you mean
> recent most fix ?
>
that's the latest as of yesterday but maybe not the last one
Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-03 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 21:26 [PATCH] busybox-1.18.3: add last fix Eric Bénard
2011-03-03 4:47 ` Khem Raj
2011-03-03 8:13 ` Eric Benard
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.