summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb')
-rw-r--r--meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
index a70d31fed0..ef9b194f9a 100644
--- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
+++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb
@@ -11,12 +11,14 @@ SRC_URI = "http://prdownloads.sourceforge.net/${BPN}/${BPN}_${PV}.tar.gz \
11 file://0001-main.c-Define-prototype-for-setup_appdata.patch \ 11 file://0001-main.c-Define-prototype-for-setup_appdata.patch \
12 " 12 "
13 13
14SRC_URI[md5sum] = "4331dde4bb83865e15482885fcb0cc53"
15SRC_URI[sha256sum] = "9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b" 14SRC_URI[sha256sum] = "9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b"
16 15
16UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gtkperf/files/gtkperf/"
17UPSTREAM_CHECK_REGEX = "${BPN}_(?P<pver>\d+(\.\d+)+)"
18
17DEPENDS = "gtk+" 19DEPENDS = "gtk+"
18 20
19S = "${WORKDIR}/${BPN}" 21S = "${UNPACKDIR}/${BPN}"
20 22
21inherit features_check autotools binconfig pkgconfig gettext 23inherit features_check autotools binconfig pkgconfig gettext
22 24
@@ -24,7 +26,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
24 26
25do_configure:prepend () { 27do_configure:prepend () {
26 rm -f ${S}/m4/init.m4 28 rm -f ${S}/m4/init.m4
27 cp -f ${WORKDIR}/Makevars ${S}/po/ 29 cp -f ${UNPACKDIR}/Makevars ${S}/po/
28} 30}
29 31
30do_install:append () { 32do_install:append () {