mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
ofono: Fix missing dependency on udev
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
3cc784e417
commit
156405e578
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
|
||||
DEPENDS = "dbus glib-2.0"
|
||||
DEPENDS = "dbus glib-2.0 udev"
|
||||
|
||||
INITSCRIPT_NAME = "ofono"
|
||||
INITSCRIPT_PARAMS = "defaults 22"
|
||||
|
||||
Reference in New Issue
Block a user