git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ce646
)
pixman: add git version
author
Koen Kooi
<koen@openembedded.org>
Sun, 10 May 2009 18:18:01 +0000
(20:18 +0200)
committer
Koen 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]
patch
|
blob
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
+++ 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"
+