Message ID | 1295295157-20506-1-git-send-email-eric@eukrea.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/recipes/busybox/busybox_1.18.2.bb b/recipes/busybox/busybox_1.18.2.bb index ca36a52..71b50c8 100644 --- a/recipes/busybox/busybox_1.18.2.bb +++ b/recipes/busybox/busybox_1.18.2.bb @@ -1,6 +1,11 @@ require busybox_1.1x.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" + +SRC_URI += " \ + http://busybox.net/downloads/fixes-1.18.2/busybox-1.18.2-modprobe-small.patch;name=patch01 \ + " SRC_URI[md5sum] = "69a82091e5710b72db5ce0e14e7c0cd7" SRC_URI[sha256sum] = "aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080" - +SRC_URI[patch01.md5sum] = "dda72eaf33d19d6a0ac78e46e9411cfd" +SRC_URI[patch01.sha256sum] = "ed5d83040414d035138bf484ccd514817342b143baff43ffff6ba556952de7ed"
On Mon, Jan 17, 2011 at 12:12 PM, Eric Bénard <eric@eukrea.com> wrote: > - insmod: check for module read errors > bb's commit id : 094cc51e50bdb877fa4c245dbde47e4dfbf94387 > > - following Bernhard Reutner-Fisher's request, busybox patches > don't have anymore timestamp inside which should make them fetchable > instead of integrating them in OE so I try this way. > > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/busybox/busybox_1.18.2.bb | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/recipes/busybox/busybox_1.18.2.bb b/recipes/busybox/busybox_1.18.2.bb > index ca36a52..71b50c8 100644 > --- a/recipes/busybox/busybox_1.18.2.bb > +++ b/recipes/busybox/busybox_1.18.2.bb > @@ -1,6 +1,11 @@ > require busybox_1.1x.inc > -PR = "${INC_PR}.0" > +PR = "${INC_PR}.1" > + > +SRC_URI += " \ > + http://busybox.net/downloads/fixes-1.18.2/busybox-1.18.2-modprobe-small.patch;name=patch01 \ > + " > > SRC_URI[md5sum] = "69a82091e5710b72db5ce0e14e7c0cd7" > SRC_URI[sha256sum] = "aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080" > - > +SRC_URI[patch01.md5sum] = "dda72eaf33d19d6a0ac78e46e9411cfd" > +SRC_URI[patch01.sha256sum] = "ed5d83040414d035138bf484ccd514817342b143baff43ffff6ba556952de7ed" > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
- insmod: check for module read errors bb's commit id : 094cc51e50bdb877fa4c245dbde47e4dfbf94387 - following Bernhard Reutner-Fisher's request, busybox patches don't have anymore timestamp inside which should make them fetchable instead of integrating them in OE so I try this way. Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/busybox/busybox_1.18.2.bb | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)