Move the BBCLASSEXTEND="native" to the inc file from the
git recipe.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
+
+DEPENDS_append_virtclass-native = " python-native"
+BBCLASSEXTEND = "native"
include xcb-proto.inc
-PR = "r1"
+PR = "r2"
include xcb-proto.inc
PV = "1.2+gitr${SRCREV}"
+PR = "r1"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
S = "${WORKDIR}/git"
-
-DEPENDS_append_virtclass-native = " python-native"
-BBCLASSEXTEND = "native"