mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
c24a06107d
commit
2f21a8ce5f
|
|
@ -9,7 +9,7 @@ SRC_URI = " \
|
|||
SRCREV = "ea73851969ae7a6ea54fdd2d2b8c94776af24b2a"
|
||||
|
||||
DEPENDS = "vpnc libxml2 krb5 gettext-native"
|
||||
RDEPENDS_${PN} = "bash python3-core"
|
||||
RDEPENDS_${PN} = "bash python3-core vpnc-script"
|
||||
|
||||
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
||||
|
||||
|
|
@ -25,5 +25,5 @@ S = "${WORKDIR}/git"
|
|||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user