From: Koen Kooi Date: Sun, 20 Jun 2010 09:55:31 +0000 (+0200) Subject: libvpx: fix typo in CFLAGS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc1e5ad0064e0f03b3a47ac0fe32035cbbf5067;p=openembedded.git libvpx: fix typo in CFLAGS --- diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc index a2062c60a1..a0aebffc17 100644 --- a/recipes/webm/libvpx.inc +++ b/recipes/webm/libvpx.inc @@ -1,11 +1,13 @@ DESCRIPTION = "vpx Multi-Format Codec SDK" LICENSE = "BSD" +PR = "r1" + SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2" inherit autotools -CFLAGGS += "-fPIC" +CFLAGS += "-fPIC" export CC export LD = "${CC}"