diff options
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.9.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.9.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb index 5ccce7a28b..f3fa5467d9 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.9.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" | 6 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ |
11 | file://libcheck_fix_for_automake-1.12.patch \ | 11 | file://libcheck_fix_for_automake-1.12.patch \ |
@@ -18,4 +18,7 @@ S = "${WORKDIR}/check-${PV}" | |||
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | ||
22 | |||
21 | RREPLACES_${PN} = "check (<= 0.9.5)" | 23 | RREPLACES_${PN} = "check (<= 0.9.5)" |
24 | RDEPENDS_${PN} += "gawk" | ||