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

Make use of bitbake variable for udev ruls folder. This change makes the recipe
more portable.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
---
 meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
index 098da79..fa07cd3 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
@@ -23,7 +23,7 @@ SRC_URI[libgphoto2.sha256sum] = "031a262e342fae43f724afe66787947ce1fb483277dfe5a
 
 inherit autotools pkgconfig gettext lib_package
 
-EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
+EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gd] = ",--without-gdlib,gd"
-- 
2.7.4



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

* Re: [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir}
  2017-02-08 13:08 [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir} Amarnath Valluri
@ 2017-02-22 15:02 ` Amarnath Valluri
  2017-02-22 16:50   ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Amarnath Valluri @ 2017-02-22 15:02 UTC (permalink / raw)
  To: openembedded-devel

ping - reminder request for feedback

On 08.02.2017 15:08, Amarnath Valluri wrote:
> Make use of bitbake variable for udev ruls folder. This change makes the recipe
> more portable.
>
> Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
> ---
>   meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
> index 098da79..fa07cd3 100644
> --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
> +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
> @@ -23,7 +23,7 @@ SRC_URI[libgphoto2.sha256sum] = "031a262e342fae43f724afe66787947ce1fb483277dfe5a
>   
>   inherit autotools pkgconfig gettext lib_package
>   
> -EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
> +EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
>   
>   PACKAGECONFIG ??= ""
>   PACKAGECONFIG[gd] = ",--without-gdlib,gd"



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

* Re: [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir}
  2017-02-22 15:02 ` Amarnath Valluri
@ 2017-02-22 16:50   ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2017-02-22 16:50 UTC (permalink / raw)
  To: Amarnath Valluri; +Cc: openembedded-devel

I don't see it in patchwork, please resend.

On Wed, Feb 22, 2017 at 4:02 PM, Amarnath Valluri <
amarnath.valluri@intel.com> wrote:

> ping - reminder request for feedback
>
> On 08.02.2017 15:08, Amarnath Valluri wrote:
>
>> Make use of bitbake variable for udev ruls folder. This change makes the
>> recipe
>> more portable.
>>
>> Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
>> ---
>>   meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> index 098da79..fa07cd3 100644
>> --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> @@ -23,7 +23,7 @@ SRC_URI[libgphoto2.sha256sum] =
>> "031a262e342fae43f724afe66787947ce1fb483277dfe5a
>>     inherit autotools pkgconfig gettext lib_package
>>   -EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev
>> ac_cv_lib_ltdl_lt_dlcaller_register=yes"
>> +EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev
>> ac_cv_lib_ltdl_lt_dlcaller_register=yes"
>>     PACKAGECONFIG ??= ""
>>   PACKAGECONFIG[gd] = ",--without-gdlib,gd"
>>
>
>


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

end of thread, other threads:[~2017-02-22 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 13:08 [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir} Amarnath Valluri
2017-02-22 15:02 ` Amarnath Valluri
2017-02-22 16:50   ` Martin Jansa

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.