diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/owfs/owfs_2.8p15.bb | 7 |
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 451aaaeadc..d7c5040cc6 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 | ||
| 9 | DEPENDS = "fuse virtual/libusb0" | 9 | DEPENDS = "fuse virtual/libusb0" |
| 10 | 10 | ||
| 11 | PR = "r1" | ||
| 12 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \ | 13 | SRC_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 | |||
| 19 | EXTRA_OECONF = " \ | 21 | EXTRA_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 | ||
| 29 | do_install_prepend() { | 36 | do_install_prepend() { |
