]> code.ossystems Code Review - openembedded-core.git/commitdiff
xcb-proto: support building native packages of each version
authorJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 15:38:22 +0000 (15:38 +0000)
committerJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 15:52:16 +0000 (15:52 +0000)
Move the BBCLASSEXTEND="native" to the inc file from the
git recipe.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/xcb/xcb-proto.inc
meta/packages/xcb/xcb-proto_1.5.bb
meta/packages/xcb/xcb-proto_git.bb

index b294d1ac559de8c938fb19bf57b5b34b51cb46e6..2a3d9ea20b94d0a924841fe826acda675028d182 100644 (file)
@@ -5,9 +5,12 @@ HOMEPAGE = "http://xcb.freedesktop.org"
 
 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"
index e602252d928aa26b867ebe79e3f8d514bcd710c7..8aaa9a0c5d47f1f23cf02833286178cdeec22a91 100644 (file)
@@ -1,2 +1,2 @@
 include xcb-proto.inc
-PR = "r1"
+PR = "r2"
index 6eaa0dd2781474cf4897d6e08649d3825fb60993..b96fc121c5dc8cf16015b2ee6fba09b68a09a37b 100644 (file)
@@ -2,9 +2,7 @@ DEFAULT_PREFERENCE = "-1"
 
 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"