hackrf: set udev rules group to plugdev explicitly
tries to use `getent` to check if the plugdev group exists. on cross/musl, this fails.
This commit is contained in:
parent
1b4e00e505
commit
c6c27bd4f8
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'hackrf'
|
# Template file for 'hackrf'
|
||||||
pkgname=hackrf
|
pkgname=hackrf
|
||||||
version=2021.03.1
|
version=2021.03.1
|
||||||
revision=2
|
revision=3
|
||||||
build_wrksrc=host
|
build_wrksrc=host
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUDEV_RULES_PATH=/usr/lib/udev/rules.d/ -Wno-dev"
|
configure_args="-DUDEV_RULES_PATH=/usr/lib/udev/rules.d/ -DUDEV_RULES_GROUP=plugdev
|
||||||
|
-Wno-dev"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel fftw-devel"
|
makedepends="libusb-devel fftw-devel"
|
||||||
_desc="Low cost software defined radio (SDR) platform"
|
_desc="Low cost software defined radio (SDR) platform"
|
||||||
|
|
Loading…
Reference in New Issue