diff mbox series

[5/9] libxx86dga: remove obsolete client libary

Message ID 20190802203719.20437-5-ross.burton@intel.com
State New
Headers show
Series [1/9] libxx86misc: remove this now redundant library | expand

Commit Message

Ross Burton Aug. 2, 2019, 8:37 p.m. UTC
No modern drivers nor applications use DGA, so remove the client library.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/conf/distro/include/maintainers.inc      |  1 -
 .../xorg-lib/libxxf86dga_1.1.5.bb             | 19 -------------------
 2 files changed, 20 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb

-- 
2.20.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Khem Raj Aug. 4, 2019, 12:49 a.m. UTC | #1
Ross

I am seeing

https://errors.yoctoproject.org/Errors/Details/257733/
https://errors.yoctoproject.org/Errors/Details/257734/

I wonder if they are related to this series

On Fri, Aug 2, 2019 at 1:51 PM Ross Burton <ross.burton@intel.com> wrote:
>

> No modern drivers nor applications use DGA, so remove the client library.

>

> Signed-off-by: Ross Burton <ross.burton@intel.com>

> ---

>  meta/conf/distro/include/maintainers.inc      |  1 -

>  .../xorg-lib/libxxf86dga_1.1.5.bb             | 19 -------------------

>  2 files changed, 20 deletions(-)

>  delete mode 100644 meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb

>

> diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc

> index 0bb4a57248f..d9ef9bf1fdb 100644

> --- a/meta/conf/distro/include/maintainers.inc

> +++ b/meta/conf/distro/include/maintainers.inc

> @@ -442,7 +442,6 @@ RECIPE_MAINTAINER_pn-libxt = "Armin Kuster <akuster808@gmail.com>"

>  RECIPE_MAINTAINER_pn-libxtst = "Armin Kuster <akuster808@gmail.com>"

>  RECIPE_MAINTAINER_pn-libxv = "Armin Kuster <akuster808@gmail.com>"

>  RECIPE_MAINTAINER_pn-libxvmc = "Armin Kuster <akuster808@gmail.com>"

> -RECIPE_MAINTAINER_pn-libxxf86dga = "Armin Kuster <akuster808@gmail.com>"

>  RECIPE_MAINTAINER_pn-libxxf86vm = "Armin Kuster <akuster808@gmail.com>"

>  RECIPE_MAINTAINER_pn-libyaml = "Alexander Kanavin <alex.kanavin@gmail.com>"

>  RECIPE_MAINTAINER_pn-lighttpd = "Alexander Kanavin <alex.kanavin@gmail.com>"

> diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb

> deleted file mode 100644

> index e1cb3456588..00000000000

> --- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb

> +++ /dev/null

> @@ -1,19 +0,0 @@

> -require xorg-lib-common.inc

> -

> -SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension library"

> -

> -DESCRIPTION = "libXxf86dga provides the XFree86-DGA extension, which \

> -allows direct graphics access to a framebuffer-like region, and also \

> -allows relative mouse reporting, et al.  It is mainly used by games and \

> -emulators for games."

> -

> -LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"

> -

> -DEPENDS += "libxext"

> -

> -PE = "1"

> -

> -SRC_URI[md5sum] = "0ddeafc13b33086357cfa96fae41ee8e"

> -SRC_URI[sha256sum] = "2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203"

> -

> -XORG_PN = "libXxf86dga"

> --

> 2.20.1

>

> --

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Ross Burton Aug. 5, 2019, 9:19 a.m. UTC | #2
On 04/08/2019 01:49, Khem Raj wrote:
> Ross

> 

> I am seeing

> 

> https://errors.yoctoproject.org/Errors/Details/257733/

> https://errors.yoctoproject.org/Errors/Details/257734/

> 

> I wonder if they are related to this series


I thought I solved this, maybe a patch I meant to drop had sneaked back 
in.  I'll look and fix.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Ross Burton Aug. 5, 2019, 11:03 a.m. UTC | #3
On 05/08/2019 10:19, Ross Burton wrote:
> On 04/08/2019 01:49, Khem Raj wrote:
>> Ross
>>
>> I am seeing
>>
>> https://errors.yoctoproject.org/Errors/Details/257733/
>> https://errors.yoctoproject.org/Errors/Details/257734/
>>
>> I wonder if they are related to this series
> 
> I thought I solved this, maybe a patch I meant to drop had sneaked back 
> in.  I'll look and fix.

I'm guessing your distro is overriding xserver-xorg PACKAGECONFIG? 
Ensure 'dga' is enabled.

Ross
Khem Raj Aug. 5, 2019, 6:59 p.m. UTC | #4
On Mon, Aug 5, 2019 at 4:03 AM Ross Burton <ross.burton@intel.com> wrote:
>

> On 05/08/2019 10:19, Ross Burton wrote:

> > On 04/08/2019 01:49, Khem Raj wrote:

> >> Ross

> >>

> >> I am seeing

> >>

> >> https://errors.yoctoproject.org/Errors/Details/257733/

> >> https://errors.yoctoproject.org/Errors/Details/257734/

> >>

> >> I wonder if they are related to this series

> >

> > I thought I solved this, maybe a patch I meant to drop had sneaked back

> > in.  I'll look and fix.

>

> I'm guessing your distro is overriding xserver-xorg PACKAGECONFIG?

> Ensure 'dga' is enabled.

>


indeed thats what turned out to be the issue.

> Ross

> --

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 0bb4a57248f..d9ef9bf1fdb 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -442,7 +442,6 @@  RECIPE_MAINTAINER_pn-libxt = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-libxtst = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-libxv = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-libxvmc = "Armin Kuster <akuster808@gmail.com>"
-RECIPE_MAINTAINER_pn-libxxf86dga = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-libxxf86vm = "Armin Kuster <akuster808@gmail.com>"
 RECIPE_MAINTAINER_pn-libyaml = "Alexander Kanavin <alex.kanavin@gmail.com>"
 RECIPE_MAINTAINER_pn-lighttpd = "Alexander Kanavin <alex.kanavin@gmail.com>"
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb
deleted file mode 100644
index e1cb3456588..00000000000
--- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb
+++ /dev/null
@@ -1,19 +0,0 @@ 
-require xorg-lib-common.inc
-
-SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension library"
-
-DESCRIPTION = "libXxf86dga provides the XFree86-DGA extension, which \
-allows direct graphics access to a framebuffer-like region, and also \
-allows relative mouse reporting, et al.  It is mainly used by games and \
-emulators for games."
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
-
-DEPENDS += "libxext"
-
-PE = "1"
-
-SRC_URI[md5sum] = "0ddeafc13b33086357cfa96fae41ee8e"
-SRC_URI[sha256sum] = "2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203"
-
-XORG_PN = "libXxf86dga"