From: Khem Raj <raj.khem@gmail.com>
To: Tom Rini <trini@kernel.crashing.org>
Cc: OpenEmbedded Devel List <openembedded-devel@openembedded.org>
Subject: Re: [PATCH] Make eglibc_{2.9,svn} depend on gperf-native
Date: Tue, 3 Feb 2009 16:15:15 -0800 [thread overview]
Message-ID: <20090204001515.GA16300@gmail.com> (raw)
In-Reply-To: <20090203234237.GI3856@smtp.west.cox.net>
On (03/02/09 16:42), Tom Rini wrote:
> Hello. Trying to build eglibc 2.9 today I hit a problem on install as I
> didn't have gperf installed. OK to push the following?
>
> diff --git a/packages/eglibc/eglibc_2.9.bb b/packages/eglibc/eglibc_2.9.bb
> index 207c73a..e2cac82 100644
> --- a/packages/eglibc/eglibc_2.9.bb
> +++ b/packages/eglibc/eglibc_2.9.bb
> @@ -1,9 +1,10 @@
> require eglibc.inc
>
> +DEPENDS += "gperf-native"
> DEFAULT_PREFERENCE = "1"
> FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
> PV = "2.9"
> -PR = "r0"
> +PR = "r1"
> SVN_REV="7430"
> EGLIBC_BRANCH="eglibc-2_9"
> SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \
> diff --git a/packages/eglibc/eglibc_svn.bb b/packages/eglibc/eglibc_svn.bb
> index a0d322a..fc3ed59 100644
> --- a/packages/eglibc/eglibc_svn.bb
> +++ b/packages/eglibc/eglibc_svn.bb
> @@ -1,10 +1,11 @@
> require eglibc.inc
>
> +DEPENDS += "gperf-native"
> SRCREV = "7542"
> # DEFAULT_PREFERENCE = "-1"
> FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
> PV = "2.9+svnr${SRCREV}"
> -PR = "r0"
> +PR = "r1"
> EGLIBC_BRANCH="trunk"
> SRC_URI = "svn://svn.eglibc.org;module=trunk \
> file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \
>
> --
> Tom Rini
Patch is ok.
Thanks
-Khem
prev parent reply other threads:[~2009-02-04 0:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-03 23:42 [PATCH] Make eglibc_{2.9,svn} depend on gperf-native Tom Rini
2009-02-04 0:15 ` Khem Raj [this message]
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=20090204001515.GA16300@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
--cc=trini@kernel.crashing.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.