xcb-proto: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 18:10:13 +00:00
parent f9a857d08c
commit 4523bc1bef
2 changed files with 2 additions and 15 deletions

View File

@@ -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
}

View File

@@ -10,3 +10,5 @@ do_stage() {
autotools_stage_all
}
DEPENDS_append_virtclass-native = " python-native"
BBCLASSEXTEND = "native"