[oe] [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev.

Amarnath Valluri amarnath.valluri at intel.com
Wed Feb 22 14:50:50 UTC 2017


ping - reminder request for feedback

On 08.02.2017 15:07, Amarnath Valluri wrote:
> Signed-off-by: Amarnath Valluri <amarnath.valluri at 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




More information about the Openembedded-devel mailing list