From 8784206afe414d22c1408acab395abc08693c44f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 1 Apr 2019 11:28:22 +0800 Subject: libxxf86dga:upgrade 1.1.4 -> 1.1.5 -Upgrade from libxxf86dga_1.1.4.bb to libxxf86dga_1.1.5.bb. Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb | 19 ------------------- meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb deleted file mode 100644 index 626199e09c..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.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] = "d7dd9b9df336b7dd4028b6b56542ff2c" -SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e" - -XORG_PN = "libXxf86dga" diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb new file mode 100644 index 0000000000..e1cb345658 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.5.bb @@ -0,0 +1,19 @@ +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" -- cgit 1.2.3-korg