guile: inherit binconfig as well
authorKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 14:25:37 +0000 (14:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 14:25:37 +0000 (14:25 +0000)
packages/guile/guile_1.8.5.bb

index 0fd6483..fa6e696 100644 (file)
@@ -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"