From: Koen Kooi Date: Tue, 12 Aug 2008 14:25:37 +0000 (+0000) Subject: guile: inherit binconfig as well X-Git-Tag: Release-2010-05/1~6333^2~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9581813672f12f114fbdcd8f37aab298a8c3e7ff;p=openembedded.git guile: inherit binconfig as well --- diff --git a/packages/guile/guile_1.8.5.bb b/packages/guile/guile_1.8.5.bb index 0fd648398a..fa6e696896 100644 --- a/packages/guile/guile_1.8.5.bb +++ b/packages/guile/guile_1.8.5.bb @@ -5,10 +5,12 @@ SECTION = "devel/scheme" DEPENDS = "guile-native" LICENSE = "GPL" +PR = "r1" + SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ file://configure-fix.patch;patch=1 " -inherit autotools +inherit autotools binconfig acpaths = "-I ${S}/guile-config"