* [meta-oe][PATCH] v4l-utils: removed dependency to x11, no need for it
@ 2014-01-27 9:48 Urs Fässler
2014-01-27 12:27 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Urs Fässler @ 2014-01-27 9:48 UTC (permalink / raw)
To: openembedded-devel
---
meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
index 6737870..0f6157f 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=48da9957849056017dc568bbc43d8975 \
PR = "r2"
-DEPENDS = "jpeg virtual/libx11"
+DEPENDS = "jpeg"
inherit autotools gettext
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] v4l-utils: removed dependency to x11, no need for it
2014-01-27 9:48 [meta-oe][PATCH] v4l-utils: removed dependency to x11, no need for it Urs Fässler
@ 2014-01-27 12:27 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-01-27 12:27 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1490 bytes --]
On Mon, Jan 27, 2014 at 10:48:02AM +0100, Urs Fässler wrote:
> ---
> meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
> index 6737870..0f6157f 100644
> --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
> +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=48da9957849056017dc568bbc43d8975 \
>
> PR = "r2"
>
> -DEPENDS = "jpeg virtual/libx11"
> +DEPENDS = "jpeg"
See:
http://git.linuxtv.org/v4l-utils.git/blob/HEAD:/configure.ac#l82
and
commit fa4d5d1fbdd44a7511c7749263a000fd82d831f8
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Sun Aug 25 23:30:44 2013 +0200
v4l-utils: Add libx11 dependency
* configure doesn't allow to explicitly disable it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
If you want to disable it, then patch the configure.ac and add PACKAGECONFIG here.
Don't forget to add SOB line when sending v2.
> inherit autotools gettext
>
> --
> 1.7.10.4
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-27 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 9:48 [meta-oe][PATCH] v4l-utils: removed dependency to x11, no need for it Urs Fässler
2014-01-27 12:27 ` 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.