mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
xcb-proto: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
include xcb-proto.inc
|
||||
PV = "1.2+gitr${SRCREV}"
|
||||
|
||||
DEPENDS += "python-native"
|
||||
inherit native
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
@@ -10,3 +10,5 @@ do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
DEPENDS_append_virtclass-native = " python-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user