aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-16 11:53:01 +0000
committerKhem Raj <raj.khem@gmail.com>2012-03-16 09:32:24 -0700
commit414e97ad475738bc3c009d66b4f849ecce7761ce (patch)
tree0dd8813bfca4a58cb20aaeb905645209b4a5455f /meta-oe/recipes-multimedia
parenta1ffc23c947e7a669361bd7678f4bb2960e47dbd (diff)
downloadmeta-openembedded-414e97ad475738bc3c009d66b4f849ecce7761ce.tar.gz
libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONF
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
index 9fc0e07f4f..fbf4424b03 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -6,13 +6,13 @@ LICENSE = "ISC"
DEPENDS = "enca fontconfig freetype libpng"
-INC_PR = "r0"
+INC_PR = "r1"
SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
inherit autotools pkgconfig
-OE_EXTRACONF = " \
+EXTRA_OECONF = " \
--enable-enca \
--enable-fontconfig \
--enable-png \