All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev.
@ 2017-02-08 13:07 Amarnath Valluri
  2017-02-22 14:50 ` Amarnath Valluri
  0 siblings, 1 reply; 2+ messages in thread
From: Amarnath Valluri @ 2017-02-08 13:07 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
---
 meta-oe/recipes-support/openct/openct_0.6.20.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index d4ad9c1..85ca851 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -34,7 +34,7 @@ EXTRA_OECONF=" \
     --enable-pcsc \
     --enable-doc \
     --enable-api-doc \
-    --with-udev=/lib/udev \
+    --with-udev=${nonarch_base_libdir}/udev \
     --with-bundle=${libdir}/pcsc/drivers \
 "
 
@@ -42,7 +42,7 @@ inherit autotools pkgconfig
 
 FILES_${PN} += " \
     ${libdir}/ctapi \
-    /lib/udev \
+    ${nonarch_base_libdir}/udev \
     ${libdir}/openct-ifd.so \
     ${libdir}/pcsc \
     /run/openct/status \
@@ -62,7 +62,7 @@ do_install_append() {
 do_install () {
     rm -rf ${D}
     install -d ${D}/etc
-    install -dm 755 ${D}/lib/udev
+    install -dm 755 ${D}${nonarch_base_libdir}/udev
     # fix up hardcoded paths
     sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir}/,' \
         ${WORKDIR}/openct.service ${WORKDIR}/openct.init
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev.
  2017-02-08 13:07 [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev Amarnath Valluri
@ 2017-02-22 14:50 ` Amarnath Valluri
  0 siblings, 0 replies; 2+ messages in thread
From: Amarnath Valluri @ 2017-02-22 14:50 UTC (permalink / raw)
  To: openembedded-devel

ping - reminder request for feedback

On 08.02.2017 15:07, Amarnath Valluri wrote:
> Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
> ---
>   meta-oe/recipes-support/openct/openct_0.6.20.bb | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb
> index d4ad9c1..85ca851 100644
> --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
> +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
> @@ -34,7 +34,7 @@ EXTRA_OECONF=" \
>       --enable-pcsc \
>       --enable-doc \
>       --enable-api-doc \
> -    --with-udev=/lib/udev \
> +    --with-udev=${nonarch_base_libdir}/udev \
>       --with-bundle=${libdir}/pcsc/drivers \
>   "
>   
> @@ -42,7 +42,7 @@ inherit autotools pkgconfig
>   
>   FILES_${PN} += " \
>       ${libdir}/ctapi \
> -    /lib/udev \
> +    ${nonarch_base_libdir}/udev \
>       ${libdir}/openct-ifd.so \
>       ${libdir}/pcsc \
>       /run/openct/status \
> @@ -62,7 +62,7 @@ do_install_append() {
>   do_install () {
>       rm -rf ${D}
>       install -d ${D}/etc
> -    install -dm 755 ${D}/lib/udev
> +    install -dm 755 ${D}${nonarch_base_libdir}/udev
>       # fix up hardcoded paths
>       sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir}/,' \
>           ${WORKDIR}/openct.service ${WORKDIR}/openct.init



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-22 14:50 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:07 [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev Amarnath Valluri
2017-02-22 14:50 ` Amarnath Valluri

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.