* [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11
@ 2013-10-27 16:36 Eric Nelson
2013-10-28 0:14 ` Philip Craig
0 siblings, 1 reply; 3+ messages in thread
From: Eric Nelson @ 2013-10-27 16:36 UTC (permalink / raw)
To: meta-freescale; +Cc: otavio, rogerio.nunes
v4l-utils will pull in X11 if included, and this patch
allows it to be skipped.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
recipes-fsl/packagegroup/packagegroup-fsl.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-fsl/packagegroup/packagegroup-fsl.bb b/recipes-fsl/packagegroup/packagegroup-fsl.bb
index da931d6..80ce5a4 100644
--- a/recipes-fsl/packagegroup/packagegroup-fsl.bb
+++ b/recipes-fsl/packagegroup/packagegroup-fsl.bb
@@ -62,7 +62,7 @@ RDEPENDS_${PN}-tools-testapps = " \
python-subprocess \
python-datetime \
python-json \
- v4l-utils \
+ ${@base_contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
ethtool \
mtd-utils \
mtd-utils-ubifs \
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11
2013-10-27 16:36 [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11 Eric Nelson
@ 2013-10-28 0:14 ` Philip Craig
2013-10-28 2:57 ` Eric Nelson
0 siblings, 1 reply; 3+ messages in thread
From: Philip Craig @ 2013-10-28 0:14 UTC (permalink / raw)
To: Eric Nelson; +Cc: meta-freescale Mailing List, Rogerio Nunes, Otavio Salvador
On Mon, Oct 28, 2013 at 2:36 AM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> v4l-utils will pull in X11 if included, and this patch
> allows it to be skipped.
While this is okay as a temporary fix, it would be better if we
patched v4l-utils to not depend on X11 instead. The difficulty with
that approach is that I don't think the v4l-utils configure script has
an option to disable X11.
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---
> recipes-fsl/packagegroup/packagegroup-fsl.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-fsl/packagegroup/packagegroup-fsl.bb b/recipes-fsl/packagegroup/packagegroup-fsl.bb
> index da931d6..80ce5a4 100644
> --- a/recipes-fsl/packagegroup/packagegroup-fsl.bb
> +++ b/recipes-fsl/packagegroup/packagegroup-fsl.bb
> @@ -62,7 +62,7 @@ RDEPENDS_${PN}-tools-testapps = " \
> python-subprocess \
> python-datetime \
> python-json \
> - v4l-utils \
> + ${@base_contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
> ethtool \
> mtd-utils \
> mtd-utils-ubifs \
> --
> 1.8.1.2
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11
2013-10-28 0:14 ` Philip Craig
@ 2013-10-28 2:57 ` Eric Nelson
0 siblings, 0 replies; 3+ messages in thread
From: Eric Nelson @ 2013-10-28 2:57 UTC (permalink / raw)
To: Philip Craig
Cc: meta-freescale Mailing List, Rogerio Nunes, Otavio Salvador,
Martin.Jansa
Hi Philip,
On 10/27/2013 05:14 PM, Philip Craig wrote:
> On Mon, Oct 28, 2013 at 2:36 AM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> v4l-utils will pull in X11 if included, and this patch
>> allows it to be skipped.
>
> While this is okay as a temporary fix, it would be better if we
> patched v4l-utils to not depend on X11 instead. The difficulty with
> that approach is that I don't think the v4l-utils configure script has
> an option to disable X11.
>
Yep. So says commit fa4d5d1f in meta-openembedded.
Having never used alsa-utils, I'm kinda trusting Martin that
it's non-trivial.
>>
>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>> ---
>> recipes-fsl/packagegroup/packagegroup-fsl.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-fsl/packagegroup/packagegroup-fsl.bb b/recipes-fsl/packagegroup/packagegroup-fsl.bb
>> index da931d6..80ce5a4 100644
>> --- a/recipes-fsl/packagegroup/packagegroup-fsl.bb
>> +++ b/recipes-fsl/packagegroup/packagegroup-fsl.bb
>> @@ -62,7 +62,7 @@ RDEPENDS_${PN}-tools-testapps = " \
>> python-subprocess \
>> python-datetime \
>> python-json \
>> - v4l-utils \
>> + ${@base_contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
>> ethtool \
>> mtd-utils \
>> mtd-utils-ubifs \
>> --
>> 1.8.1.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-28 2:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-27 16:36 [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11 Eric Nelson
2013-10-28 0:14 ` Philip Craig
2013-10-28 2:57 ` Eric Nelson
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.