mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 07:11:14 +00:00
xcb-proto: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
f9a857d08c
commit
4523bc1bef
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user