* [PATCH 1/3] e2fsprogs: update to latest 1.41.14 @ 2011-01-07 21:47 Eric Bénard 2011-01-07 21:47 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Eric Bénard 2011-01-07 22:17 ` [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Khem Raj 0 siblings, 2 replies; 6+ messages in thread From: Eric Bénard @ 2011-01-07 21:47 UTC (permalink / raw) To: openembedded-devel this new version brings many fixes and enhancements : http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.14 Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/e2fsprogs/e2fsprogs_1.41.12.bb | 12 ------------ recipes/e2fsprogs/e2fsprogs_1.41.14.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.12.bb create mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.14.bb diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.12.bb b/recipes/e2fsprogs/e2fsprogs_1.41.12.bb deleted file mode 100644 index 1667099..0000000 --- a/recipes/e2fsprogs/e2fsprogs_1.41.12.bb +++ /dev/null @@ -1,12 +0,0 @@ -require e2fsprogs.inc - -PR = "${INC_PR}" - -SRC_URI += "file://llseek-uclibc.patch" - -do_configure() { - oe_runconf -} - -SRC_URI[md5sum] = "1b24a21fc0c2381ef420961cbfec733f" -SRC_URI[sha256sum] = "9c26d0dc20bfdafd0f27f3564791d6121d1c1876549d4f2ff1e41955c9bb9f20" diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.14.bb b/recipes/e2fsprogs/e2fsprogs_1.41.14.bb new file mode 100644 index 0000000..db322d1 --- /dev/null +++ b/recipes/e2fsprogs/e2fsprogs_1.41.14.bb @@ -0,0 +1,12 @@ +require e2fsprogs.inc + +PR = "${INC_PR}" + +SRC_URI += "file://llseek-uclibc.patch" + +do_configure() { + oe_runconf +} + +SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720" +SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176" -- 1.6.3.3 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] dosfstools: update to latest 3.0.11 2011-01-07 21:47 [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Eric Bénard @ 2011-01-07 21:47 ` Eric Bénard 2011-01-07 21:47 ` [PATCH 3/3] i2c-tools: update to latest 3.0.3 Eric Bénard 2011-01-07 22:16 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Khem Raj 2011-01-07 22:17 ` [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Khem Raj 1 sibling, 2 replies; 6+ messages in thread From: Eric Bénard @ 2011-01-07 21:47 UTC (permalink / raw) To: openembedded-devel 3.0.10 : bugfix in LFN handling, fixes false positives with bad filenames 3.0.11 : bugfix for s390x, better error message ifdevices can't be opened Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/dosfstools/dosfstools_3.0.11.bb | 28 ++++++++++++++++++++++++++++ recipes/dosfstools/dosfstools_3.0.9.bb | 28 ---------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 recipes/dosfstools/dosfstools_3.0.11.bb delete mode 100644 recipes/dosfstools/dosfstools_3.0.9.bb diff --git a/recipes/dosfstools/dosfstools_3.0.11.bb b/recipes/dosfstools/dosfstools_3.0.11.bb new file mode 100644 index 0000000..1717157 --- /dev/null +++ b/recipes/dosfstools/dosfstools_3.0.11.bb @@ -0,0 +1,28 @@ +# dosfstools OE build file +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "DOS FAT Filesystem Utilities" + +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPLv3" + +DEFAULT_PREFERENCE = "-1" + +PR = "r1" + +SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \ + " +# output of getconf LFS_CFLAGS +# +CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' +CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}' + +do_install () { + oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ + "MANDIR=${D}${mandir}/man8" install +} + +SRC_URI[md5sum] = "8d2211d5bd813164e20740e7c852aa06" +SRC_URI[sha256sum] = "94b27a0f53f4aa86b0c049eb26df7a681ec6c31bc352c57d3ac53881bcfcd9a8" diff --git a/recipes/dosfstools/dosfstools_3.0.9.bb b/recipes/dosfstools/dosfstools_3.0.9.bb deleted file mode 100644 index 676c751..0000000 --- a/recipes/dosfstools/dosfstools_3.0.9.bb +++ /dev/null @@ -1,28 +0,0 @@ -# dosfstools OE build file -# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -DESCRIPTION = "DOS FAT Filesystem Utilities" - -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPLv3" - -DEFAULT_PREFERENCE = "-1" - -PR = "r1" - -SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \ - " -# output of getconf LFS_CFLAGS -# -CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' -CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}' - -do_install () { - oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ - "MANDIR=${D}${mandir}/man8" install -} - -SRC_URI[md5sum] = "7f159ec44d3b9c502904bab0236050e4" -SRC_URI[sha256sum] = "3f63676faeac507e909d84c8920ddb6597da1eb688577c2fc9c756b821d0458f" -- 1.6.3.3 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] i2c-tools: update to latest 3.0.3 2011-01-07 21:47 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Eric Bénard @ 2011-01-07 21:47 ` Eric Bénard 2011-01-07 22:16 ` Khem Raj 2011-01-07 22:16 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Khem Raj 1 sibling, 1 reply; 6+ messages in thread From: Eric Bénard @ 2011-01-07 21:47 UTC (permalink / raw) To: openembedded-devel from CHANGES : Makefile: Let the environment set CC and CFLAGS Integrate py-smbus into the build system README: Point users to the linux-i2c mailing list decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules Add support for DDR3 SDRAM Fix decoding of SDR SDRAM bytes 12-14 Add side-by-side formatting option Add merged cells formatting option Try harder to decode the manufacturing date Handle read errors on sysfs Decode voltage interface level of DDR SDRAM decode-xeon: Delete eepromer: Fix array initialization overrun i2cdetect: Drop legacy reference to ISA bus i2cset: Add support for short writes with PEC i2c-stub-from-dump: Use udev settle to speed up initialization Unload i2c-stub automatically if needed Add support for multiple dumps tools: Properly handle /dev/i2c not being a directory Increase limit on I2C bus number Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/i2c-tools/i2c-tools_3.0.2.bb | 27 --------------------------- recipes/i2c-tools/i2c-tools_3.0.3.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 recipes/i2c-tools/i2c-tools_3.0.2.bb create mode 100644 recipes/i2c-tools/i2c-tools_3.0.3.bb diff --git a/recipes/i2c-tools/i2c-tools_3.0.2.bb b/recipes/i2c-tools/i2c-tools_3.0.2.bb deleted file mode 100644 index 44559ef..0000000 --- a/recipes/i2c-tools/i2c-tools_3.0.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Set of i2c tools for linux" -SECTION = "base" -LICENSE = "GPLv2" - -PR = "r5" - -SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ - file://Module.mk \ - " - -inherit autotools - -do_compile_prepend() { - cp ${WORKDIR}/Module.mk ${S}/eepromer/ - sed -i 's#/usr/local#/usr#' Makefile - sed -i 's#CC\t:= gcc#CC\t:= ${CC}#' Makefile - echo "include eepromer/Module.mk" >> Makefile -} - -do_install_append() { - install -d ${D}${includedir}/linux - install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h - rm -f ${D}${includedir}/linux/i2c-dev.h -} - -SRC_URI[md5sum] = "b546345ac19db56719dea6b8199f11e0" -SRC_URI[sha256sum] = "0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2" diff --git a/recipes/i2c-tools/i2c-tools_3.0.3.bb b/recipes/i2c-tools/i2c-tools_3.0.3.bb new file mode 100644 index 0000000..7d6d668 --- /dev/null +++ b/recipes/i2c-tools/i2c-tools_3.0.3.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Set of i2c tools for linux" +SECTION = "base" +LICENSE = "GPLv2" + +PR = "r0" + +SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ + file://Module.mk \ + " + +inherit autotools + +do_compile_prepend() { + cp ${WORKDIR}/Module.mk ${S}/eepromer/ + sed -i 's#/usr/local#/usr#' Makefile + echo "include eepromer/Module.mk" >> Makefile +} + +do_install_append() { + install -d ${D}${includedir}/linux + install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h + rm -f ${D}${includedir}/linux/i2c-dev.h +} + +SRC_URI[md5sum] = "511376eed04455cdb277ef19c5f73bb4" +SRC_URI[sha256sum] = "23b28e474741834e3f1b35b0686528769a13adc92d2ff5603cbda1d6bd5e5629" -- 1.6.3.3 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] i2c-tools: update to latest 3.0.3 2011-01-07 21:47 ` [PATCH 3/3] i2c-tools: update to latest 3.0.3 Eric Bénard @ 2011-01-07 22:16 ` Khem Raj 0 siblings, 0 replies; 6+ messages in thread From: Khem Raj @ 2011-01-07 22:16 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 7, 2011 at 1:47 PM, Eric Bénard <eric@eukrea.com> wrote: > from CHANGES : > Makefile: Let the environment set CC and CFLAGS > Integrate py-smbus into the build system > README: Point users to the linux-i2c mailing list > decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules > Add support for DDR3 SDRAM > Fix decoding of SDR SDRAM bytes 12-14 > Add side-by-side formatting option > Add merged cells formatting option > Try harder to decode the manufacturing date > Handle read errors on sysfs > Decode voltage interface level of DDR SDRAM > decode-xeon: Delete > eepromer: Fix array initialization overrun > i2cdetect: Drop legacy reference to ISA bus > i2cset: Add support for short writes with PEC > i2c-stub-from-dump: Use udev settle to speed up initialization > Unload i2c-stub automatically if needed > Add support for multiple dumps > tools: Properly handle /dev/i2c not being a directory > Increase limit on I2C bus number > > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/i2c-tools/i2c-tools_3.0.2.bb | 27 --------------------------- > recipes/i2c-tools/i2c-tools_3.0.3.bb | 26 ++++++++++++++++++++++++++ > 2 files changed, 26 insertions(+), 27 deletions(-) > delete mode 100644 recipes/i2c-tools/i2c-tools_3.0.2.bb > create mode 100644 recipes/i2c-tools/i2c-tools_3.0.3.bb > > diff --git a/recipes/i2c-tools/i2c-tools_3.0.2.bb b/recipes/i2c-tools/i2c-tools_3.0.2.bb > deleted file mode 100644 > index 44559ef..0000000 > --- a/recipes/i2c-tools/i2c-tools_3.0.2.bb > +++ /dev/null > @@ -1,27 +0,0 @@ > -DESCRIPTION = "Set of i2c tools for linux" > -SECTION = "base" > -LICENSE = "GPLv2" > - > -PR = "r5" > - > -SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ > - file://Module.mk \ > - " > - > -inherit autotools > - > -do_compile_prepend() { > - cp ${WORKDIR}/Module.mk ${S}/eepromer/ > - sed -i 's#/usr/local#/usr#' Makefile > - sed -i 's#CC\t:= gcc#CC\t:= ${CC}#' Makefile > - echo "include eepromer/Module.mk" >> Makefile > -} > - > -do_install_append() { > - install -d ${D}${includedir}/linux > - install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h > - rm -f ${D}${includedir}/linux/i2c-dev.h > -} > - > -SRC_URI[md5sum] = "b546345ac19db56719dea6b8199f11e0" > -SRC_URI[sha256sum] = "0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2" > diff --git a/recipes/i2c-tools/i2c-tools_3.0.3.bb b/recipes/i2c-tools/i2c-tools_3.0.3.bb > new file mode 100644 > index 0000000..7d6d668 > --- /dev/null > +++ b/recipes/i2c-tools/i2c-tools_3.0.3.bb > @@ -0,0 +1,26 @@ > +DESCRIPTION = "Set of i2c tools for linux" > +SECTION = "base" > +LICENSE = "GPLv2" > + > +PR = "r0" > + > +SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ > + file://Module.mk \ > + " > + > +inherit autotools > + > +do_compile_prepend() { > + cp ${WORKDIR}/Module.mk ${S}/eepromer/ > + sed -i 's#/usr/local#/usr#' Makefile > + echo "include eepromer/Module.mk" >> Makefile > +} > + > +do_install_append() { > + install -d ${D}${includedir}/linux > + install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h > + rm -f ${D}${includedir}/linux/i2c-dev.h > +} > + > +SRC_URI[md5sum] = "511376eed04455cdb277ef19c5f73bb4" > +SRC_URI[sha256sum] = "23b28e474741834e3f1b35b0686528769a13adc92d2ff5603cbda1d6bd5e5629" > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/3] dosfstools: update to latest 3.0.11 2011-01-07 21:47 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Eric Bénard 2011-01-07 21:47 ` [PATCH 3/3] i2c-tools: update to latest 3.0.3 Eric Bénard @ 2011-01-07 22:16 ` Khem Raj 1 sibling, 0 replies; 6+ messages in thread From: Khem Raj @ 2011-01-07 22:16 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 7, 2011 at 1:47 PM, Eric Bénard <eric@eukrea.com> wrote: > 3.0.10 : > bugfix in LFN handling, fixes false positives with bad filenames > 3.0.11 : > bugfix for s390x, better error message ifdevices can't be opened > > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/dosfstools/dosfstools_3.0.11.bb | 28 ++++++++++++++++++++++++++++ > recipes/dosfstools/dosfstools_3.0.9.bb | 28 ---------------------------- > 2 files changed, 28 insertions(+), 28 deletions(-) > create mode 100644 recipes/dosfstools/dosfstools_3.0.11.bb > delete mode 100644 recipes/dosfstools/dosfstools_3.0.9.bb > > diff --git a/recipes/dosfstools/dosfstools_3.0.11.bb b/recipes/dosfstools/dosfstools_3.0.11.bb > new file mode 100644 > index 0000000..1717157 > --- /dev/null > +++ b/recipes/dosfstools/dosfstools_3.0.11.bb > @@ -0,0 +1,28 @@ > +# dosfstools OE build file > +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved > +# Released under the MIT license (see packages/COPYING) > + > +DESCRIPTION = "DOS FAT Filesystem Utilities" > + > +SECTION = "base" > +PRIORITY = "optional" > +LICENSE = "GPLv3" > + > +DEFAULT_PREFERENCE = "-1" > + > +PR = "r1" > + > +SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \ > + " > +# output of getconf LFS_CFLAGS > +# > +CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' > +CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}' > + > +do_install () { > + oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ > + "MANDIR=${D}${mandir}/man8" install > +} > + > +SRC_URI[md5sum] = "8d2211d5bd813164e20740e7c852aa06" > +SRC_URI[sha256sum] = "94b27a0f53f4aa86b0c049eb26df7a681ec6c31bc352c57d3ac53881bcfcd9a8" > diff --git a/recipes/dosfstools/dosfstools_3.0.9.bb b/recipes/dosfstools/dosfstools_3.0.9.bb > deleted file mode 100644 > index 676c751..0000000 > --- a/recipes/dosfstools/dosfstools_3.0.9.bb > +++ /dev/null > @@ -1,28 +0,0 @@ > -# dosfstools OE build file > -# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved > -# Released under the MIT license (see packages/COPYING) > - > -DESCRIPTION = "DOS FAT Filesystem Utilities" > - > -SECTION = "base" > -PRIORITY = "optional" > -LICENSE = "GPLv3" > - > -DEFAULT_PREFERENCE = "-1" > - > -PR = "r1" > - > -SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \ > - " > -# output of getconf LFS_CFLAGS > -# > -CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' > -CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}' > - > -do_install () { > - oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ > - "MANDIR=${D}${mandir}/man8" install > -} > - > -SRC_URI[md5sum] = "7f159ec44d3b9c502904bab0236050e4" > -SRC_URI[sha256sum] = "3f63676faeac507e909d84c8920ddb6597da1eb688577c2fc9c756b821d0458f" > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] e2fsprogs: update to latest 1.41.14 2011-01-07 21:47 [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Eric Bénard 2011-01-07 21:47 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Eric Bénard @ 2011-01-07 22:17 ` Khem Raj 1 sibling, 0 replies; 6+ messages in thread From: Khem Raj @ 2011-01-07 22:17 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 7, 2011 at 1:47 PM, Eric Bénard <eric@eukrea.com> wrote: > this new version brings many fixes and enhancements : > http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.14 > > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/e2fsprogs/e2fsprogs_1.41.12.bb | 12 ------------ > recipes/e2fsprogs/e2fsprogs_1.41.14.bb | 12 ++++++++++++ > 2 files changed, 12 insertions(+), 12 deletions(-) > delete mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.12.bb > create mode 100644 recipes/e2fsprogs/e2fsprogs_1.41.14.bb > > diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.12.bb b/recipes/e2fsprogs/e2fsprogs_1.41.12.bb > deleted file mode 100644 > index 1667099..0000000 > --- a/recipes/e2fsprogs/e2fsprogs_1.41.12.bb > +++ /dev/null > @@ -1,12 +0,0 @@ > -require e2fsprogs.inc > - > -PR = "${INC_PR}" > - > -SRC_URI += "file://llseek-uclibc.patch" > - > -do_configure() { > - oe_runconf > -} > - > -SRC_URI[md5sum] = "1b24a21fc0c2381ef420961cbfec733f" > -SRC_URI[sha256sum] = "9c26d0dc20bfdafd0f27f3564791d6121d1c1876549d4f2ff1e41955c9bb9f20" > diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.14.bb b/recipes/e2fsprogs/e2fsprogs_1.41.14.bb > new file mode 100644 > index 0000000..db322d1 > --- /dev/null > +++ b/recipes/e2fsprogs/e2fsprogs_1.41.14.bb > @@ -0,0 +1,12 @@ > +require e2fsprogs.inc > + > +PR = "${INC_PR}" > + > +SRC_URI += "file://llseek-uclibc.patch" > + > +do_configure() { > + oe_runconf > +} > + > +SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720" > +SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176" > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-01-07 22:18 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-01-07 21:47 [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Eric Bénard 2011-01-07 21:47 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Eric Bénard 2011-01-07 21:47 ` [PATCH 3/3] i2c-tools: update to latest 3.0.3 Eric Bénard 2011-01-07 22:16 ` Khem Raj 2011-01-07 22:16 ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Khem Raj 2011-01-07 22:17 ` [PATCH 1/3] e2fsprogs: update to latest 1.41.14 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.