mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
libx11-native: fix PROVIDES to empty value (from trunk)
This commit is contained in:
parent
dce1887d8b
commit
f5b492949e
|
@ -3,5 +3,6 @@ require libx11_${PV}.bb
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
|
||||||
|
|
||||||
DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native"
|
DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native"
|
||||||
|
PROVIDES = ""
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
Loading…
Reference in New Issue
Block a user