From 5de08f4bfa84534083b771f449a5584f0528a90a Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 5 May 2015 14:12:49 +0300 Subject: x11perf: Upgrade 1.5.4 -> 1.6.0 * remove PR Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb | 20 -------------------- meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb create mode 100644 meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb deleted file mode 100644 index cc0b323a88..0000000000 --- a/meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "X11 server performance test program" - -DESCRIPTION = "The x11perf program runs one or more performance tests \ -and reports how fast an X server can execute the tests." - - -DEPENDS += "libxmu libxrender libxft libxext fontconfig" - -LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ - file://x11perf.h;endline=24;md5=29555066baf406a105ff917ac25b2d01" - -PR = "${INC_PR}.0" -PE = "1" - -FILES_${PN} += "${libdir}/X11/x11perfcomp/*" - -SRC_URI[md5sum] = "5c3c7431a38775caaea6051312a49bc9" -SRC_URI[sha256sum] = "24ee8857a2bf414b360addabf1c27ef797f7f504ee9bc409c151760bfbe53184" diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb b/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb new file mode 100644 index 0000000000..4e9355880d --- /dev/null +++ b/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb @@ -0,0 +1,19 @@ +require xorg-app-common.inc + +SUMMARY = "X11 server performance test program" + +DESCRIPTION = "The x11perf program runs one or more performance tests \ +and reports how fast an X server can execute the tests." + + +DEPENDS += "libxmu libxrender libxft libxext fontconfig" + +LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ + file://x11perf.h;endline=24;md5=29555066baf406a105ff917ac25b2d01" + +PE = "1" + +FILES_${PN} += "${libdir}/X11/x11perfcomp/*" + +SRC_URI[md5sum] = "f0b24e4d8beb622a419e8431e1c03cd7" +SRC_URI[sha256sum] = "e87098dec1947572d70c62697a7b70bde1ab5668237d4660080eade6bc096751" -- cgit 1.2.3-korg