From: Koen Kooi Date: Sun, 10 May 2009 18:18:01 +0000 (+0200) Subject: pixman: add git version X-Git-Tag: Release-2010-05/1~3566^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5d0ca95c856dc666e5d0b32cc6994d799da92f;p=openembedded.git pixman: add git version --- diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb new file mode 100644 index 0000000000..3850f086c3 --- /dev/null +++ b/recipes/xorg-lib/pixman_git.bb @@ -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" +