mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
openconnect: use target path to script
openconnect puts the default absolute path to the vpnc-script into its binary from the --with-vpnc-script configure options. So do not prepend the value with the path to the OE sysroot. RDEPEND on vpnc-script to have the script from vpnc installed on target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c24a06107d
commit
2f21a8ce5f
@@ -9,7 +9,7 @@ SRC_URI = " \
|
|||||||
SRCREV = "ea73851969ae7a6ea54fdd2d2b8c94776af24b2a"
|
SRCREV = "ea73851969ae7a6ea54fdd2d2b8c94776af24b2a"
|
||||||
|
|
||||||
DEPENDS = "vpnc libxml2 krb5 gettext-native"
|
DEPENDS = "vpnc libxml2 krb5 gettext-native"
|
||||||
RDEPENDS_${PN} = "bash python3-core"
|
RDEPENDS_${PN} = "bash python3-core vpnc-script"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
||||||
|
|
||||||
@@ -25,5 +25,5 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-vpnc-script=${SYSROOT_DESTDIR}${sysconfdir}/vpnc/vpnc-script \
|
EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \
|
||||||
--disable-static"
|
--disable-static"
|
||||||
|
|||||||
Reference in New Issue
Block a user