From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe] udisks: Make use of bitbake variables for sbin, lib locations.
Date: Wed, 8 Feb 2017 22:09:22 -0800 [thread overview]
Message-ID: <64d88352-15e2-ddbb-a746-bd790e87fd4e@gmail.com> (raw)
In-Reply-To: <1486559196-22835-1-git-send-email-amarnath.valluri@intel.com>
On 2/8/17 5:06 AM, Amarnath Valluri wrote:
> Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
> ---
> meta-oe/recipes-support/udisks/udisks_1.0.5.bb | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> index eec6933..81533a2 100644
> --- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> +++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> @@ -24,6 +24,12 @@ PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"
>
> EXTRA_OECONF = "--disable-man-pages"
>
> +do_configure_prepend() {
> + #Point to right lib,sbin directories
> + sed -i -e 's;slashlibdir=/lib;slashlibdir=${base_libdir};g' \
> + -e 's;slashsbindir=/sbin;slashsbindir=${base_sbindir};g' ${S}/configure.ac
> +}
> +
perhaps this should be turned into a static patch.
> FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
> ${datadir}/dbus-1/ \
> ${datadir}/polkit-1 \
>
prev parent reply other threads:[~2017-02-09 6:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-08 13:06 [meta-oe] udisks: Make use of bitbake variables for sbin, lib locations Amarnath Valluri
2017-02-09 6:09 ` 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=64d88352-15e2-ddbb-a746-bd790e87fd4e@gmail.com \
--to=raj.khem@gmail.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