aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/owfs
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-11-16 15:10:42 -0600
committerMike Westerhof <mwester@dls.net>2009-11-16 15:10:42 -0600
commit10e531444fa17532a20fc12e036e95e5eef813c7 (patch)
tree656822a08f4df5e54c58776f4c3576fc8f9a5dc6 /recipes/owfs
parent2eb99471ec5f9c49a99b7349395d7dda0aee6b91 (diff)
downloadopenembedded-10e531444fa17532a20fc12e036e95e5eef813c7.tar.gz
owfs: disable swig to prevent doomed attempt to build a perl module.
Signed-off-by: Dirk Opfer <Dirk@do13.de>
Diffstat (limited to 'recipes/owfs')
-rw-r--r--recipes/owfs/owfs_2.7p24.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/owfs/owfs_2.7p24.bb b/recipes/owfs/owfs_2.7p24.bb
index 44fc878d7b..0cfc36f4b5 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() {