From: Dexuan Cui Date: Thu, 21 Oct 2010 06:54:34 +0000 (+0800) Subject: libtheora: add DEPENDS on libogg X-Git-Tag: 2011-1~4197 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0068e55d8f64ae13a1049c37164e8b14dc33f53f;p=openembedded-core.git libtheora: add DEPENDS on libogg This is used to fix the following build failure: checking for oggpackB_read... no | configure: error: newer libogg version (1.1 or later) required Signed-off-by: Dexuan Cui --- diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index 6e73a790f2..e9646828a8 100644 --- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb +++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb @@ -4,7 +4,9 @@ BUGTRACKER = "https://trac.xiph.org/newticket" SECTION = "libs" LICENSE = "BSD" -PR = "r0" +DEPENDS = "libogg" + +PR = "r1" SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ file://no-docs.patch"