From: Leon Woestenberg Date: Mon, 31 Mar 2008 22:06:25 +0000 (+0000) Subject: libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM? X-Git-Tag: Release-2010-05/1~7249^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ea6459dfa3dfb16ea37bdcb5ccd7e192cc1d15;p=openembedded.git libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM? --- diff --git a/packages/libpixman/libpixman_0.10.0.bb b/packages/libpixman/libpixman_0.10.0.bb new file mode 100644 index 0000000000..fba7dc9152 --- /dev/null +++ b/packages/libpixman/libpixman_0.10.0.bb @@ -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 +} +