mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libproxy: disable perl bindings
cmake findperl and findperllibs use execution based approach to locate perl executable and others like module paths and -lperl, which does not work properly under cross compilation. Disable it with -DWITH_PERL=no until cmake is fixed. Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -11,12 +11,12 @@ DEPENDS = "virtual/libx11 xmu gconf-dbus"
|
||||
|
||||
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \
|
||||
-DWITH_PYTHON=no -DWITH_MOZJS=no -DWITH_NM=no"
|
||||
-DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/libproxy/0.4.2/plugins/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user