aboutsummaryrefslogtreecommitdiffstats
path: root/packages/guile
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-12 14:25:37 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-12 14:25:37 +0000
commit9581813672f12f114fbdcd8f37aab298a8c3e7ff (patch)
tree7505f1bd0c40074078c89fa9de1b44d07ab80302 /packages/guile
parent1bc8b5c01598dc5e86689d1bdc3042c3a06b2c64 (diff)
downloadopenembedded-9581813672f12f114fbdcd8f37aab298a8c3e7ff.tar.gz
guile: inherit binconfig as well
Diffstat (limited to 'packages/guile')
-rw-r--r--packages/guile/guile_1.8.5.bb4
1 files changed, 3 insertions, 1 deletions
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"