From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] qwo input method recipe
Date: Mon, 16 Mar 2009 19:30:42 -0700 [thread overview]
Message-ID: <200903161930.49305.raj.khem@gmail.com> (raw)
In-Reply-To: <20090316202219.GA4160@sourdiere>
[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
next prev parent reply other threads:[~2009-03-17 2:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 19:57 [PATCH 0/2] qwo input method recipe Charles Clément
2009-03-16 20:22 ` [PATCH 1/2] " Charles Clément
2009-03-17 2:30 ` Khem Raj [this message]
2009-03-17 9:36 ` Charles Clément
2009-03-16 20:30 ` [PATCH 2/2] " Charles Clément
2009-03-17 2:37 ` Khem Raj
2009-03-17 9:37 ` Charles Clément
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200903161930.49305.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.