[oe-commits] Richard Purdie : libcheck: Add missing rdepends on gawk and set path correctly

git at git.openembedded.org git at git.openembedded.org
Wed Nov 21 14:45:21 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 120bea8043d3a05174ed034e20d9094784402824
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=120bea8043d3a05174ed034e20d9094784402824

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Nov 21 14:39:19 2012 +0000

libcheck: Add missing rdepends on gawk and set path correctly

The new version of libcheck needs gawk and we need to ensure the paths are
not taken from the build system.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 5ccce7a..f3fa546 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"
 LICENSE  = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
            file://libcheck_fix_for_automake-1.12.patch \
@@ -18,4 +18,7 @@ S = "${WORKDIR}/check-${PV}"
 
 inherit autotools pkgconfig
 
+CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
+
 RREPLACES_${PN} = "check (<= 0.9.5)"
+RDEPENDS_${PN} += "gawk"





More information about the Openembedded-commits mailing list