[oe-commits] : guile: inherit binconfig as well

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 15 12:09:49 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 5835a365c2fc3e501456ae193de169f505e26890
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5835a365c2fc3e501456ae193de169f505e26890

Author:  <koen at openembedded.org>
Date:   Tue Aug 12 14:25:37 2008 +0000

guile: inherit binconfig as well 

---

 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 0fd6483..fa6e696 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"
 





More information about the Openembedded-commits mailing list