[oe] [PATCH 1/2] qwo input method recipe

Khem Raj raj.khem at gmail.com
Tue Mar 17 02:30:42 UTC 2009


On Monday 16 March 2009 13:22:19 Charles Clément wrote:
> Library libconfig is needed for package qwo.
> 
> ---
>  packages/libconfig/libconfig_1.3.1.bb |   22 ++++++++++++++++++++++
>  1 files changed, 22 insertions(+), 0 deletions(-)
>  create mode 100644 packages/libconfig/libconfig_1.3.1.bb
> 
> diff --git a/packages/libconfig/libconfig_1.3.1.bb b/packages/libconfig/libconfig_1.3.1.bb
> new file mode 100644
> index 0000000..cae25f4
> --- /dev/null
> +++ b/packages/libconfig/libconfig_1.3.1.bb
> @@ -0,0 +1,22 @@
> +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() {

snip ...

> +	install -m 644 libconfig.h ${STAGING_INCDIR}
> +	install -m 644 libconfig.h++ ${STAGING_INCDIR}
> +	oe_libinstall -a -so libconfig ${STAGING_LIBDIR}
> +	oe_libinstall -a -so libconfig++ ${STAGING_LIBDIR}

can you use autotools_stage_all instead.

> +}
> -- 
> 1.6.2
> 

-- 
Khem Raj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090316/08829cbb/attachment-0002.sig>


More information about the Openembedded-devel mailing list