mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
wpa-supplicant 0.7.3: fix packaging of dbus service files and fix layout variables
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a55d86b405
commit
efbaabd06c
@@ -20,8 +20,9 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
|
||||
S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant"
|
||||
|
||||
PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli "
|
||||
FILES_wpa-supplicant-passphrase = "/usr/sbin/wpa_passphrase"
|
||||
FILES_wpa-supplicant-cli = "/usr/sbin/wpa_cli"
|
||||
FILES_wpa-supplicant-passphrase = "${sbindir}/wpa_passphrase"
|
||||
FILES_wpa-supplicant-cli = "${sbindir}/wpa_cli"
|
||||
FILES_${PN} += " ${datadir}/dbus-1/system-services/*
|
||||
|
||||
do_configure () {
|
||||
install -m 0755 ${WORKDIR}/defconfig-gnutls .config
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require wpa-supplicant-0.7.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
|
||||
SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
|
||||
|
||||
Reference in New Issue
Block a user