Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-handheld][PATCH] ezxd: Add LIC_FILES_CHKSUM to recipe and -fPIC to CFLAGS
Date: Wed, 22 May 2013 12:16:24 +0100	[thread overview]
Message-ID: <2891290.BElKJ1Rkl4@helios> (raw)
In-Reply-To: <1369189009-18847-1-git-send-email-raj.khem@gmail.com>

On Tuesday 21 May 2013 19:16:49 Khem Raj wrote:
> This recipe has been failing to build. With this patch
> it now builds. build tested for beaglebone
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> CC: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  recipes-bsp/ezx/ezxd_svn.bb |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/ezx/ezxd_svn.bb b/recipes-bsp/ezx/ezxd_svn.bb
> index 6dbcd0f..7b69454 100644
> --- a/recipes-bsp/ezx/ezxd_svn.bb
> +++ b/recipes-bsp/ezx/ezxd_svn.bb
> @@ -1,12 +1,12 @@
>  DESCRIPTION = "Open implementation of motorola's tapisrv, replaces
> opentapi" -LICENSE = "GPLv2"
> +LICENSE = "GPLv2+"
>  SECTION = "devel"
>  AUTHOR = "Daniel Ribeiro"
> 
>  SRCREV = "2513"
>  PV = "0.0+svnr${SRCPV}"
>  PR = "r4"
> -
> +LIC_FILES_CHKSUM =
> "file://plugin.c;endline=19;md5=16da36fbb577507b411368f133ce2067" SRC_URI =
> "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;protocol=http \
> file://ezxd.init \
>            "
> @@ -18,9 +18,9 @@ INITSCRIPT_PARAMS = "start 00 S ."
> 
>  S = "${WORKDIR}/${PN}"
> 
> -CFLAGS_append = " -DDEBUG "
> +CFLAGS_append = " -DDEBUG -fPIC "
> 
> -TARGET_CC_ARCH += "${LDFLAGS}"
> +TARGET_CC_ARCH += "${LDFLAGS} -fPIC"
> 
>  do_configure() {
>          # Comment out both CC and CROSS definitions

Merged, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


      reply	other threads:[~2013-05-22 11:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22  2:16 [meta-handheld][PATCH] ezxd: Add LIC_FILES_CHKSUM to recipe and -fPIC to CFLAGS Khem Raj
2013-05-22 11:16 ` Paul Eggleton [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=2891290.BElKJ1Rkl4@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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