aboutsummaryrefslogtreecommitdiffstats
path: root/packages/guile
diff options
context:
space:
mode:
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"