diff options
Diffstat (limited to 'meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb')
-rw-r--r-- | meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | 8 |
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 | ||
14 | SRC_URI[md5sum] = "4331dde4bb83865e15482885fcb0cc53" | ||
15 | SRC_URI[sha256sum] = "9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b" | 14 | SRC_URI[sha256sum] = "9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b" |
16 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gtkperf/files/gtkperf/" | ||
17 | UPSTREAM_CHECK_REGEX = "${BPN}_(?P<pver>\d+(\.\d+)+)" | ||
18 | |||
17 | DEPENDS = "gtk+" | 19 | DEPENDS = "gtk+" |
18 | 20 | ||
19 | S = "${WORKDIR}/${BPN}" | 21 | S = "${UNPACKDIR}/${BPN}" |
20 | 22 | ||
21 | inherit features_check autotools binconfig pkgconfig gettext | 23 | inherit features_check autotools binconfig pkgconfig gettext |
22 | 24 | ||
@@ -24,7 +26,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
24 | 26 | ||
25 | do_configure:prepend () { | 27 | do_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 | ||
30 | do_install:append () { | 32 | do_install:append () { |