aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:12:09 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitb8cf5dabccb5ef42b39169c39f5f6abc33b75d50 (patch)
tree5bb2313b06677454635598fae040a96f517cc34f
parent901f9f9e67e4c95ce6703c398a2330a9d3bb7c6c (diff)
downloadmeta-openembedded-contrib-b8cf5dabccb5ef42b39169c39f5f6abc33b75d50.tar.gz
udevil: Inherit pkgconfig
Fixes configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
index 1e88ced90e..3591a4f6d6 100644
--- a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
+++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "udev bash"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-inherit autotools systemd
+inherit autotools pkgconfig systemd
SRC_URI = "https://github.com/IgnorantGuru/udevil/raw/pkg/${PV}/udevil-${PV}.tar.xz \
file://0001-udevil-0.4.3-fix-compile-with-gcc6.patch \