[oe] [PATCH] libconfig: updated to version 1.3.2

Khem Raj raj.khem at gmail.com
Sat Sep 5 21:05:27 UTC 2009


On Sat, Sep 5, 2009 at 1:50 PM, Michael Kurz<betheg at bitcloner.org> wrote:
> ---
>  conf/checksums.ini                   |    6 +++---
>  recipes/libconfig/libconfig_1.3.1.bb |   19 -------------------
>  recipes/libconfig/libconfig_1.3.2.bb |   19 +++++++++++++++++++
>  3 files changed, 22 insertions(+), 22 deletions(-)
>  delete mode 100644 recipes/libconfig/libconfig_1.3.1.bb
>  create mode 100644 recipes/libconfig/libconfig_1.3.2.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 053a2ad..61d7732 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -13294,9 +13294,9 @@ sha256=74def55ba6a61e966e0873a4081fd3dd65089b94b837810d3bc056221d7e41c7
>  md5=68ac3177685c577aadf8d2e9f47b1878
>  sha256=c3540df46bd9716c6a6f521806c70ae548822a5e62d245900cc28b5fa9fc3eb3
>
> -[http://www.hyperrealm.com/libconfig/libconfig-1.3.1.tar.gz]
> -md5=f02bfa27a21b3040089026975b9dc0b8
> -sha256=5677f32eff184883d7ca402234f92142f35bea7d04d503becdd104ae8343cb1c
> +[http://www.hyperrealm.com/libconfig/libconfig-1.3.2.tar.gz]
> +md5=094a82afd382aa2305c6cc3c06025c2d
> +sha256=2a680bb33e290c3c799e3a90cf2c0fb9f5482dd930ad93d9f83ce39923258c0a
>
>  [http://repository.maemo.org/pool/maemo4.0/free/source/libc/libconic/libconic_0.13-0.8.tar.gz]
>  md5=b4078390c459ae4df3acdabca36f53da
> diff --git a/recipes/libconfig/libconfig_1.3.1.bb b/recipes/libconfig/libconfig_1.3.1.bb
> deleted file mode 100644
> index 0856afb..0000000
> --- a/recipes/libconfig/libconfig_1.3.1.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -DESCRIPTION = "Library for manipulating structured configuration files"
> -AUTHOR = "Mark Lindner"
> -HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
> -SECTION = "libs"
> -PRIORITY = "optional"
> -LICENSE = "LGPLv2"
> -DEPENDS = ""
> -PV = "1.3.1"
> -PR = "r0"
> -
> -SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"
> -
> -S = "${WORKDIR}/libconfig-${PV}"
> -
> -inherit autotools
> -
> -do_stage() {
> -       autotools_stage_all
> -}
> diff --git a/recipes/libconfig/libconfig_1.3.2.bb b/recipes/libconfig/libconfig_1.3.2.bb
> new file mode 100644
> index 0000000..263aafc
> --- /dev/null
> +++ b/recipes/libconfig/libconfig_1.3.2.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Library for manipulating structured configuration files"
> +AUTHOR = "Mark Lindner"
> +HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "LGPLv2"
> +DEPENDS = ""
> +PV = "1.3.2"
> +PR = "r0"

probably you can get rid of PR here if it is 0

> +
> +SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"
> +
> +S = "${WORKDIR}/libconfig-${PV}"
> +


you could just inherit autotools_stage

and remove the below hunk fully

> +inherit autotools
> +
> +do_stage() {
> +       autotools_stage_all
> +}
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list