[oe-commits] Mike Westerhof : owfs: disable swig to prevent doomed attempt to build a perl module.

git version control git at git.openembedded.org
Mon Nov 16 21:12:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 10e531444fa17532a20fc12e036e95e5eef813c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10e531444fa17532a20fc12e036e95e5eef813c7

Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Nov 16 15:10:42 2009 -0600

owfs: disable swig to prevent doomed attempt to build a perl module.

Signed-off-by: Dirk Opfer <Dirk at do13.de>

---

 recipes/owfs/owfs_2.7p24.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/owfs/owfs_2.7p24.bb b/recipes/owfs/owfs_2.7p24.bb
index 44fc878..0cfc36f 100644
--- a/recipes/owfs/owfs_2.7p24.bb
+++ b/recipes/owfs/owfs_2.7p24.bb
@@ -5,6 +5,8 @@ PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS += "fuse virtual/libusb0"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
            file://owhttpd \
            file://owserver "
@@ -15,6 +17,7 @@ EXTRA_OECONF = " \
                  --enable-owhttpd \
                  --enable-cache \
                  --enable-mt \
+                 --disable-swig \
                  "
 
 do_install_prepend() {





More information about the Openembedded-commits mailing list