[oe-commits] org.oe.dev libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM?

likewise commit oe at amethyst.openembedded.net
Mon Mar 31 22:09:39 UTC 2008


libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM?

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 5f9ded38d3bb3f4a0369515dbb717e835f0acc61
ViewMTN: http://monotone.openembedded.org/revision/info/5f9ded38d3bb3f4a0369515dbb717e835f0acc61
Files:
1
packages/libpixman/libpixman_0.9.6.bb
packages/libpixman/libpixman_0.10.0.bb
Diffs:

#
# mt diff -rc01723e9daa005435c1b1677732e22048a24b0d6 -r5f9ded38d3bb3f4a0369515dbb717e835f0acc61
#
#
#
# rename "packages/libpixman/libpixman_0.9.6.bb"
#     to "packages/libpixman/libpixman_0.10.0.bb"
# 
# add_file "packages/libpixman/libpixman_0.9.6.bb"
#  content [6058783591b5e89abad921c75fba92e49effa18c]
#
============================================================
--- packages/libpixman/libpixman_0.9.6.bb	6058783591b5e89abad921c75fba92e49effa18c
+++ packages/libpixman/libpixman_0.9.6.bb	6058783591b5e89abad921c75fba92e49effa18c
@@ -0,0 +1,13 @@
+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