[oe-commits] org.oe.dev pixman: add new version 0.10.0

dirk commit oe at amethyst.openembedded.net
Sat May 10 12:26:07 UTC 2008


pixman: add new version 0.10.0

Author: dirk at openembedded.org
Branch: org.openembedded.dev
Revision: f89c4c3c0ccb675f710e01b2aae0b7ae20d591aa
ViewMTN: http://monotone.openembedded.org/revision/info/f89c4c3c0ccb675f710e01b2aae0b7ae20d591aa
Files:
1
packages/xorg-lib/pixman_0.10.0.bb
Diffs:

#
# mt diff -r26ea11471578f34cf31a2e42fda8489501ed7459 -rf89c4c3c0ccb675f710e01b2aae0b7ae20d591aa
#
#
#
# add_file "packages/xorg-lib/pixman_0.10.0.bb"
#  content [55524bd82d0cdeb9b9740b8897ca0d5fea4a9f60]
#
============================================================
--- packages/xorg-lib/pixman_0.10.0.bb	55524bd82d0cdeb9b9740b8897ca0d5fea4a9f60
+++ packages/xorg-lib/pixman_0.10.0.bb	55524bd82d0cdeb9b9740b8897ca0d5fea4a9f60
@@ -0,0 +1,14 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
+S = "${WORKDIR}/pixman-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ 	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list