From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] wvstreams: Added recipe for wxstreams 4.6.1.
Date: Mon, 25 Apr 2011 12:04:54 +0200 [thread overview]
Message-ID: <ip3h06$kfq$1@dough.gmane.org> (raw)
In-Reply-To: <1303725452-1908-1-git-send-email-sgh@sgh.dk>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-04-11 11:57, Søren Holm wrote:
> +LICENSE = "LGPL"
That needs a version number, e.g. LGPLv2.1
> +DEPENDS = "zlib openssl (>= 0.9.8)"
There's no < 0.9.8 in the tree anymore
> +# dbus detection currently broken in configure.ac; remember to add "dbus (>= 1.2.14)" to DEPENDS when fixed
has it been fixed?
> +EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-dbus"
The pam stuff needs to be converted into something like:
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam',
'--without-pam', d)}
> +
> +PACKAGES_prepend = "libuniconf libuniconf-dbg "
> +PACKAGES_prepend = "uniconfd uniconfd-dbg "
> +PACKAGES_prepend = "libwvstreams-base libwvstreams-base-dbg "
> +PACKAGES_prepend = "libwvstreams-extras libwvstreams-extras-dbg "
Change that to a single PACKAGES =+
> +do_configure() {
> + autoreconf
> + oe_runconf
> +}
Why not stock autotools_do_configure?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNtUdGMkyGM64RGpERAsajAJ9nepgViPPFhbWwsS2AchhCw/tlBACfbVUa
JdSqbThI5m5aFsEd0cajYB4=
=gUZN
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-04-25 10:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-25 9:57 [PATCH] wvstreams: Added recipe for wxstreams 4.6.1 Søren Holm
2011-04-25 10:04 ` Koen Kooi [this message]
2011-04-25 10:29 ` Søren Holm
2011-04-25 14:55 ` Paul Menzel
2011-04-25 19:34 ` Søren Holm
2011-04-26 9:05 ` Paul Menzel
-- strict thread matches above, loose matches on Subject: below --
2011-04-25 9:04 Søren Holm
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='ip3h06$kfq$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--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.