summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/owfs/owfs_2.8p15.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
index 451aaaead..d7c5040cc 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8 8
9DEPENDS = "fuse virtual/libusb0" 9DEPENDS = "fuse virtual/libusb0"
10 10
11PR = "r1"
12
11SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \ 13SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
12 file://owhttpd \ 14 file://owhttpd \
13 file://owserver " 15 file://owserver "
@@ -19,11 +21,16 @@ inherit autotools update-rc.d
19EXTRA_OECONF = " \ 21EXTRA_OECONF = " \
20 --with-fuseinclude=${STAGING_INCDIR} \ 22 --with-fuseinclude=${STAGING_INCDIR} \
21 --with-fuselib=${STAGING_LIBDIR} \ 23 --with-fuselib=${STAGING_LIBDIR} \
24 --enable-owfs \
22 --enable-owhttpd \ 25 --enable-owhttpd \
23 --enable-cache \ 26 --enable-cache \
24 --enable-mt \ 27 --enable-mt \
28 --enable-w1 \
25 --disable-swig \ 29 --disable-swig \
26 --disable-owtcl \ 30 --disable-owtcl \
31 --disable-owphp \
32 --disable-owpython \
33 --disable-owperl \
27 " 34 "
28 35
29do_install_prepend() { 36do_install_prepend() {