]> code.ossystems Code Review - openembedded-core.git/commitdiff
xcb-proto-native: added to get libxcb buildable
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:15:23 +0000 (11:15 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:15:23 +0000 (11:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xcb/xcb-proto-native_git.bb [new file with mode: 0644]

diff --git a/meta/packages/xcb/xcb-proto-native_git.bb b/meta/packages/xcb/xcb-proto-native_git.bb
new file mode 100644 (file)
index 0000000..1ebf274
--- /dev/null
@@ -0,0 +1,15 @@
+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
+}
+