[oe-commits] Koen Kooi : pixman: add git version

GIT User account git at amethyst.openembedded.net
Sun May 10 18:58:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7e5d0ca95c856dc666e5d0b32cc6994d799da92f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7e5d0ca95c856dc666e5d0b32cc6994d799da92f

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May 10 20:18:01 2009 +0200

pixman: add git version

---

 recipes/xorg-lib/pixman_git.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
new file mode 100644
index 0000000..3850f08
--- /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"
+





More information about the Openembedded-commits mailing list