mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
phonet-utils: Fix build with B!=S
This recipes doesn't use autotools so mark as brokensep. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f5580b13df
commit
9daa35c4db
@@ -8,6 +8,6 @@ S = "${WORKDIR}/git"
|
|||||||
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
||||||
PV = "0.0.0+gitr${SRCPV}"
|
PV = "0.0.0+gitr${SRCPV}"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools-brokensep
|
||||||
|
|
||||||
FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
|
FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
|
||||||
|
|||||||
Reference in New Issue
Block a user