diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-12 14:25:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-12 14:25:37 +0000 |
commit | 9581813672f12f114fbdcd8f37aab298a8c3e7ff (patch) | |
tree | 7505f1bd0c40074078c89fa9de1b44d07ab80302 /packages/guile/guile_1.8.5.bb | |
parent | 1bc8b5c01598dc5e86689d1bdc3042c3a06b2c64 (diff) |
guile: inherit binconfig as well
Diffstat (limited to 'packages/guile/guile_1.8.5.bb')
-rw-r--r-- | packages/guile/guile_1.8.5.bb | 4 |
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" |