@@ -20,7 +20,7 @@ PACKAGECONFIG ??= "udev"
# or no alsabat at all.
PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf"
-PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-udev-rules-dir=/unwanted/rules.d,udev"
+PACKAGECONFIG[udev] = ",--with-udev-rules-dir=/unwanted/rules.d,udev"
PACKAGECONFIG[manpages] = "--enable-rst2man --enable-xmlto, --disable-rst2man --disable-xmlto, python3-docutils-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
# alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe
The default value for the udev rules location is looked up using pkg-config, so there's no need to make this line very long by doing it again. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-multimedia/alsa/alsa-utils_1.2.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)