From: Koen Kooi Date: Tue, 10 Jun 2008 18:49:38 +0000 (+0000) Subject: pixman: add latest stable and unstable X-Git-Tag: Release-2010-05/1~6777^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0985e00d9608d3f197772046763e03a00a72cd5e;p=openembedded.git pixman: add latest stable and unstable --- diff --git a/packages/xorg-lib/pixman_0.10.0.bb b/packages/xorg-lib/pixman_0.10.0.bb index 1269ff46a7..35f62990b5 100644 --- a/packages/xorg-lib/pixman_0.10.0.bb +++ b/packages/xorg-lib/pixman_0.10.0.bb @@ -4,7 +4,6 @@ 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 diff --git a/packages/xorg-lib/pixman_0.11.4.bb b/packages/xorg-lib/pixman_0.11.4.bb new file mode 100644 index 0000000000..d9da96718f --- /dev/null +++ b/packages/xorg-lib/pixman_0.11.4.bb @@ -0,0 +1,15 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} +