From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] ncurses-5.7 : fix sdk build
Date: Thu, 26 Aug 2010 23:29:30 +0200 [thread overview]
Message-ID: <1282858170-31241-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1282858170-31241-1-git-send-email-eric@eukrea.com>
ENABLE_WIDEC should also be false when building sdk
like when building native (tested on ubuntu server 9.10)
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
recipes/ncurses/ncurses_5.7.bb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index 57374ec..29c1674 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "libs"
PATCHDATE = "20100501"
PKGV = "${PV}+${PATCHDATE}"
-PR = "r11"
+PR = "r12"
DEPENDS = "ncurses-native unifdef-native"
DEPENDS_virtclass-native = "unifdef-native"
@@ -32,7 +32,7 @@ EXTRA_AUTORECONF = "-I m4"
ENABLE_WIDEC = "true"
# Build breaks on Ubuntu else :(
ENABLE_WIDEC_virtclass-native = "false"
-
+ENABLE_WIDEC_virtclass-nativesdk = "false"
# Override the function from the autotools class; ncurses requires a
# patched autoconf213 to generate the configure script. This autoconf
@@ -170,7 +170,7 @@ pkg_prerm_ncurses-tools () {
fi
}
-BBCLASSEXTEND = "native sdk"
+BBCLASSEXTEND = "native nativesdk"
PACKAGES = " \
ncurses-dbg \
--
1.6.3.3
next prev parent reply other threads:[~2010-08-26 22:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-26 21:29 [PATCH] postgresql-8.1.8 : fix configure Eric Bénard
2010-08-26 21:29 ` Eric Bénard [this message]
2010-08-26 22:14 ` [PATCH] ncurses-5.7 : fix sdk build Tom Rini
2010-08-27 6:43 ` [PATCH v2] " Eric Bénard
2010-08-27 7:56 ` [PATCH] " Eric Bénard
2010-08-28 20:06 ` [PATCH 1/2] " Eric Bénard
2010-08-28 20:06 ` [PATCH 2/2] sdk.bbclass: allow virtclass-sdk override Eric Bénard
2010-08-29 9:16 ` Khem Raj
2010-08-28 20:10 ` [PATCH 1/2] ncurses-5.7 : fix sdk build Eric Bénard
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=1282858170-31241-2-git-send-email-eric@eukrea.com \
--to=eric@eukrea.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox