summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-01-25 16:33:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 15:36:49 +0000
commit0d5ac1a1def4f919b5d9f8cbf949fbaef7a5744d (patch)
tree57b313858d3942b9af588672ce1917ba0dbe00b6 /meta/recipes-core/udev/udev.inc
parent29de3d27c245cec2f37468d38046396290da04c9 (diff)
downloadpoky-0d5ac1a1def4f919b5d9f8cbf949fbaef7a5744d.tar.gz
udev: fix ptest rule syntax check
The ptest which checks for correct udev rules fails. Missing files and paths for the build host caused this. (From OE-Core rev: 2c9773e71ed757f1ff3306eb716d22a71defeb25) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev.inc')
-rw-r--r--meta/recipes-core/udev/udev.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 280da10b48..24463b1d71 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -27,11 +27,12 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
27 file://udev-cache \ 27 file://udev-cache \
28 file://udev-cache.default \ 28 file://udev-cache.default \
29 file://add-install-ptest.patch \ 29 file://add-install-ptest.patch \
30 file://fix_rule-syntax-regex-ptest.patch \
30 file://run-ptest \ 31 file://run-ptest \
31 file://init" 32 file://init"
32 33
33inherit autotools pkgconfig update-rc.d ptest 34inherit autotools pkgconfig update-rc.d ptest
34RDEPENDS_${PN}-ptest += "make perl" 35RDEPENDS_${PN}-ptest += "make perl python"
35 36
36libexecdir = "${base_libdir}" 37libexecdir = "${base_libdir}"
37EXTRA_OECONF = "--disable-introspection \ 38EXTRA_OECONF = "--disable-introspection \