From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Mark Asselstine <mark.asselstine@windriver.com>,
<meta-virtualization@yoctoproject.org>
Subject: Re: [m-c-s][PATCH 1/3] tgt: pass required CFLAGS
Date: Mon, 21 Mar 2016 10:21:16 -0400 [thread overview]
Message-ID: <56F0035C.6080009@windriver.com> (raw)
In-Reply-To: <1458334211-26727-1-git-send-email-mark.asselstine@windriver.com>
On 2016-03-18 4:50 PM, Mark Asselstine wrote:
> The tgt Makefile has several CFLAGS (defines) that need to be
> set. Since we overwrite the CFLAGS by exporting CFLAGS and passing
> '-e' to make, we need to include these in our defined CFLAGS.
Patches 1 and 3 of the series have been merged to master.
Bruce
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
> meta-openstack/recipes-support/tgt/tgt_git.bb | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
> index a5df710..ac240f0 100644
> --- a/meta-openstack/recipes-support/tgt/tgt_git.bb
> +++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
> @@ -4,9 +4,8 @@ LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c"
> DEPENDS = "sg3-utils"
>
> -SRCREV = "ab51727a361bf296b1c2036375b5e45479059921"
> -PV = "1.0.60+git${SRCPV}"
> -PR = "r0"
> +SRCREV = "eca74a72d2595f126a020111943928c3ea9e6fe8"
> +PV = "1.0.63+git${SRCPV}"
>
> SRC_URI = "git://github.com/fujita/tgt.git \
> file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \
> @@ -20,6 +19,8 @@ CONFFILES_${PN} += "${sysconfdir}/tgt/targets.conf"
>
> inherit update-rc.d
>
> +CFLAGS += ' -I. -DUSE_SIGNALFD -DUSE_TIMERFD -D_GNU_SOURCE -DTGT_VERSION=\\"1.0.63\\" -DBSDIR=\\"${libdir}/backing-store\\"'
> +
> do_compile() {
> oe_runmake SYSROOT="${STAGING_DIR_TARGET}" -e programs conf scripts
> }
>
next prev parent reply other threads:[~2016-03-21 14:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 20:50 [m-c-s][PATCH 1/3] tgt: pass required CFLAGS Mark Asselstine
2016-03-18 20:50 ` [m-c-s][PATCH 2/3] openstackchef: add missing parameter to getVar Mark Asselstine
2016-03-18 20:50 ` [m-c-s][PATCH 3/3] python: satisfy setup.py 'setup_requires' Mark Asselstine
2016-03-18 21:18 ` Mark Asselstine
2016-03-21 14:21 ` Bruce Ashfield [this message]
2016-03-21 14:24 ` [m-c-s][PATCH 1/3] tgt: pass required CFLAGS Bruce Ashfield
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=56F0035C.6080009@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=mark.asselstine@windriver.com \
--cc=meta-virtualization@yoctoproject.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.