git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb9947
)
owfs: disable swig to prevent doomed attempt to build a perl module.
author
Mike Westerhof
<mwester@dls.net>
Mon, 16 Nov 2009 21:10:42 +0000
(15:10 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Mon, 16 Nov 2009 21:10:42 +0000
(15:10 -0600)
Signed-off-by: Dirk Opfer <Dirk@do13.de>
recipes/owfs/owfs_2.7p24.bb
patch
|
blob
|
history
diff --git
a/recipes/owfs/owfs_2.7p24.bb
b/recipes/owfs/owfs_2.7p24.bb
index
44fc878
..
0cfc36f
100644
(file)
--- 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() {