* [meta-oe] udisks: Make use of bitbake variables for sbin, lib locations.
@ 2017-02-08 13:06 Amarnath Valluri
2017-02-09 6:09 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Amarnath Valluri @ 2017-02-08 13:06 UTC (permalink / raw)
To: openembedded-devel
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
+}
+
FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
${datadir}/dbus-1/ \
${datadir}/polkit-1 \
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe] udisks: Make use of bitbake variables for sbin, lib locations.
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
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2017-02-09 6:09 UTC (permalink / raw)
To: openembedded-devel
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 \
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-09 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox