| Submitter | Andrea Galbusera |
|---|---|
| Date | Oct. 9, 2012, 9:13 a.m. |
| Message ID | <1349774009-4537-1-git-send-email-gizero@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/37991/ |
| State | Accepted |
| Commit | 9e701bb060325bc47509d4874bd695f039191ea8 |
| Headers | show |
Comments
Hi, On Tue, Oct 9, 2012 at 11:13 AM, Andrea Galbusera <gizero@gmail.com> wrote: > * based on recipe from oe-classic > * update to currently available upstream version 1.4.9 > > Signed-off-by: Andrea Galbusera <gizero@gmail.com> > --- > .../recipes-extended/libconfig/libconfig_1.4.9.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb > > diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb > new file mode 100644 > index 0000000..c7d3cf7 > --- /dev/null > +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb > @@ -0,0 +1,14 @@ > +SUMMARY = "C/C++ Configuration File Library" > +DESCRIPTION = "Library for manipulating structured configuration files" > +HOMEPAGE = "http://www.hyperrealm.com/libconfig/" > +SECTION = "libs" > + > +LICENSE = "LGPLv2.1" > +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" > + > +SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" > + > +inherit autotools pkgconfig > + > +SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634" > +SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041" > -- > 1.7.9.5 > Just to clarify... this was already submitted for 1.4.8 by someone else some time ago, but it got lost, probably due to a missing [meta-oe] tag: re-submitting updated to latest upstream.
Patch
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb new file mode 100644 index 0000000..c7d3cf7 --- /dev/null +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb @@ -0,0 +1,14 @@ +SUMMARY = "C/C++ Configuration File Library" +DESCRIPTION = "Library for manipulating structured configuration files" +HOMEPAGE = "http://www.hyperrealm.com/libconfig/" +SECTION = "libs" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" + +SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634" +SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"
* based on recipe from oe-classic * update to currently available upstream version 1.4.9 Signed-off-by: Andrea Galbusera <gizero@gmail.com> --- .../recipes-extended/libconfig/libconfig_1.4.9.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb