mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
xorg-driver: remove redundant DEPENDS on xorgproto
xorg-driver-common already has this dependency. (From OE-Core rev: 68e52c215a2d41d320bcdea61801f03e76936b26) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aea9cb3e8e
commit
f7116bd84a
@@ -1,7 +1,5 @@
|
||||
require xorg-driver-common.inc
|
||||
|
||||
DEPENDS += "xorgproto"
|
||||
|
||||
python add_xorg_abi_depends() {
|
||||
_add_xorg_abi_depends(d, "input")
|
||||
}
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require xorg-driver-common.inc
|
||||
|
||||
DEPENDS =+ "xorgproto"
|
||||
|
||||
python add_xorg_abi_depends() {
|
||||
_add_xorg_abi_depends(d, "video")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user