mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
owfs: enable/disable modules to make build predicable
We enforce the avaiability of w1 kernel support and owfs filesystem but disable Perl, Python and PHP buildings for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
committed by
Eric Bénard
parent
c40621f762
commit
623503e3f4
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|||||||
|
|
||||||
DEPENDS = "fuse virtual/libusb0"
|
DEPENDS = "fuse virtual/libusb0"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
|
||||||
file://owhttpd \
|
file://owhttpd \
|
||||||
file://owserver "
|
file://owserver "
|
||||||
@@ -19,11 +21,16 @@ inherit autotools update-rc.d
|
|||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--with-fuseinclude=${STAGING_INCDIR} \
|
--with-fuseinclude=${STAGING_INCDIR} \
|
||||||
--with-fuselib=${STAGING_LIBDIR} \
|
--with-fuselib=${STAGING_LIBDIR} \
|
||||||
|
--enable-owfs \
|
||||||
--enable-owhttpd \
|
--enable-owhttpd \
|
||||||
--enable-cache \
|
--enable-cache \
|
||||||
--enable-mt \
|
--enable-mt \
|
||||||
|
--enable-w1 \
|
||||||
--disable-swig \
|
--disable-swig \
|
||||||
--disable-owtcl \
|
--disable-owtcl \
|
||||||
|
--disable-owphp \
|
||||||
|
--disable-owpython \
|
||||||
|
--disable-owperl \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_prepend() {
|
do_install_prepend() {
|
||||||
|
|||||||
Reference in New Issue
Block a user