mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 21:10:28 +00:00
libx11: Convert -native/-nativesdk versions to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
5308a1d9f5
commit
f2a5be46cc
@ -1,6 +0,0 @@
|
||||
require libx11_${PV}.bb
|
||||
|
||||
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 = "virtual/libx11-native"
|
||||
|
||||
inherit native
|
||||
@ -1,3 +0,0 @@
|
||||
require libx11_${PV}.bb
|
||||
|
||||
inherit nativesdk
|
||||
@ -1,6 +0,0 @@
|
||||
require libx11.inc
|
||||
require libx11_git.inc
|
||||
|
||||
EXTRA_OECONF += "--without-xcb"
|
||||
|
||||
inherit nativesdk
|
||||
@ -11,3 +11,5 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
||||
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
|
||||
|
||||
EXTRA_OECONF += "--without-xcb"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@ -6,3 +6,4 @@ DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
Loading…
x
Reference in New Issue
Block a user