* [PATCH] xf86-video-intel: drop libxvmc dependency
@ 2012-10-01 10:18 Ross Burton
2012-10-03 9:07 ` Richard Purdie
0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2012-10-01 10:18 UTC (permalink / raw)
To: openembedded-core
xvmc is explicitly disabled, so remove the dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb | 4 ++--
meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
index fe7408b..fe4dfbd 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
@@ -9,9 +9,9 @@ Infrastructure (DRI)."
LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
-DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
+DEPENDS += "virtual/libx11 drm xf86driproto glproto \
virtual/libgl xineramaproto xf86driproto libpciaccess"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index ed1f269..83a24ce 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -7,12 +7,12 @@ chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
the driver supports hardware accelerated 3D via the Direct Rendering \
Infrastructure (DRI)."
-DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
+DEPENDS += "virtual/libx11 drm dri2proto glproto \
virtual/libgl xineramaproto libpciaccess"
SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
PV = "2.10.0+git${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
--
1.7.10
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] xf86-video-intel: drop libxvmc dependency
2012-10-01 10:18 [PATCH] xf86-video-intel: drop libxvmc dependency Ross Burton
@ 2012-10-03 9:07 ` Richard Purdie
2012-10-03 9:39 ` Burton, Ross
0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2012-10-03 9:07 UTC (permalink / raw)
To: Ross Burton; +Cc: openembedded-core
On Mon, 2012-10-01 at 11:18 +0100, Ross Burton wrote:
> xvmc is explicitly disabled, so remove the dependency.
and also add some new dependencies. I'm left wondering if that was
intentional?
Cheers,
Richard
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb | 4 ++--
> meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
> index fe7408b..fe4dfbd 100644
> --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
> @@ -9,9 +9,9 @@ Infrastructure (DRI)."
>
> LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
>
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>
> -DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
> +DEPENDS += "virtual/libx11 drm xf86driproto glproto \
> virtual/libgl xineramaproto xf86driproto libpciaccess"
>
>
> diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
> index ed1f269..83a24ce 100644
> --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
> @@ -7,12 +7,12 @@ chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
> the driver supports hardware accelerated 3D via the Direct Rendering \
> Infrastructure (DRI)."
>
> -DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
> +DEPENDS += "virtual/libx11 drm dri2proto glproto \
> virtual/libgl xineramaproto libpciaccess"
>
> SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
> PV = "2.10.0+git${SRCPV}"
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>
> EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] xf86-video-intel: drop libxvmc dependency
2012-10-03 9:07 ` Richard Purdie
@ 2012-10-03 9:39 ` Burton, Ross
2012-10-03 9:57 ` Burton, Ross
0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2012-10-03 9:39 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 3 October 2012 10:07, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Mon, 2012-10-01 at 11:18 +0100, Ross Burton wrote:
>> xvmc is explicitly disabled, so remove the dependency.
>
> and also add some new dependencies. I'm left wondering if that was
> intentional?
No, that's fallout from cherry-picking. I'll re-send.
Ross
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] xf86-video-intel: drop libxvmc dependency
2012-10-03 9:39 ` Burton, Ross
@ 2012-10-03 9:57 ` Burton, Ross
2012-10-03 10:48 ` Richard Purdie
0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2012-10-03 9:57 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 3 October 2012 10:39, Burton, Ross <ross.burton@intel.com> wrote:
> On 3 October 2012 10:07, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
>> On Mon, 2012-10-01 at 11:18 +0100, Ross Burton wrote:
>>> xvmc is explicitly disabled, so remove the dependency.
>>
>> and also add some new dependencies. I'm left wondering if that was
>> intentional?
>
> No, that's fallout from cherry-picking. I'll re-send.
Actually I mis-read the diff - there is no delta apart from the removal of xvmc.
Ross
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] xf86-video-intel: drop libxvmc dependency
2012-10-03 9:57 ` Burton, Ross
@ 2012-10-03 10:48 ` Richard Purdie
2012-10-03 10:55 ` Burton, Ross
0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2012-10-03 10:48 UTC (permalink / raw)
To: Burton, Ross; +Cc: openembedded-core
On Wed, 2012-10-03 at 10:57 +0100, Burton, Ross wrote:
> On 3 October 2012 10:39, Burton, Ross <ross.burton@intel.com> wrote:
> > On 3 October 2012 10:07, Richard Purdie
> > <richard.purdie@linuxfoundation.org> wrote:
> >> On Mon, 2012-10-01 at 11:18 +0100, Ross Burton wrote:
> >>> xvmc is explicitly disabled, so remove the dependency.
> >>
> >> and also add some new dependencies. I'm left wondering if that was
> >> intentional?
> >
> > No, that's fallout from cherry-picking. I'll re-send.
>
> Actually I mis-read the diff - there is no delta apart from the removal of xvmc.
Sorry, yes, I'm misreading it :/
My other question was whether we need any m4 macros from xvmc to
reautoconf it?
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-03 11:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 10:18 [PATCH] xf86-video-intel: drop libxvmc dependency Ross Burton
2012-10-03 9:07 ` Richard Purdie
2012-10-03 9:39 ` Burton, Ross
2012-10-03 9:57 ` Burton, Ross
2012-10-03 10:48 ` Richard Purdie
2012-10-03 10:55 ` Burton, Ross
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.