pixman: add git version
authorKoen Kooi <koen@openembedded.org>
Sun, 10 May 2009 18:18:01 +0000 (20:18 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 10 May 2009 18:18:01 +0000 (20:18 +0200)
recipes/xorg-lib/pixman_git.bb [new file with mode: 0644]

diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
new file mode 100644 (file)
index 0000000..3850f08
--- /dev/null
@@ -0,0 +1,20 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+PV = "0.15.2"
+PR_append = "+gitr${SRCREV}"
+
+SRCREV = "e74a2847ddcb3b4c1675efaaa923e78556277dff"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+