From 4a95ac6804e1800ace722ff02b0dfc5a33381735 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 18 Feb 2013 17:20:17 +0200 Subject: xvinfo: upgrade to 1.1.2 Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb | 15 --------------- meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb create mode 100644 meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb deleted file mode 100644 index 66d2561470..0000000000 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "Print out X-Video extension adaptor information" - -DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \ -associated with the display that are accessible through the X-Video \ -extension." - -LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" -DEPENDS += " libxv" -PE = "1" -PR = "${INC_PR}.0" - -SRC_URI[md5sum] = "c88feb501083951a8f47a21aaeb1529d" -SRC_URI[sha256sum] = "60c74aa190bcf1e244f6f1576dc43869018a8ed5ba319703a5c198d3466a3985" diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb new file mode 100644 index 0000000000..8ea1ca0f29 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb @@ -0,0 +1,15 @@ +require xorg-app-common.inc + +SUMMARY = "Print out X-Video extension adaptor information" + +DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \ +associated with the display that are accessible through the X-Video \ +extension." + +LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" +DEPENDS += " libxv" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "1fbd65e81323a8c0a4b5e24db0058405" +SRC_URI[sha256sum] = "eed3d90ffd788ef728c4a5e7aa4bd86dc6bbcebac929caf7a0479cf8b53b50e3" -- cgit 1.2.3-korg