From patchwork Thu Oct 25 16:18:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add libogg as RDEPENDS of libtheora Date: Thu, 25 Oct 2012 06:18:10 -0000 From: Yann Diorcet X-Patchwork-Id: 194249 Message-Id: <1351181890-97242-1-git-send-email-yann.diorcet@belledonne-communications.com> To: dev@oe-lite.org Cc: Yann Diorcet --- recipes/libtheora/libtheora_1.1.1.oe | 3 +++ 1 file changed, 3 insertions(+) Acked-by: Esben Haabendal diff --git a/recipes/libtheora/libtheora_1.1.1.oe b/recipes/libtheora/libtheora_1.1.1.oe index f068835..8ea193c 100644 --- a/recipes/libtheora/libtheora_1.1.1.oe +++ b/recipes/libtheora/libtheora_1.1.1.oe @@ -15,5 +15,8 @@ inherit auto-package-libs AUTO_PACKAGE_LIBS = "theoradec theoraenc" DEPENDS_${PN} = "libc libgcc libogg" +RDEPENDS_${PN} = "libc libgcc libogg" DEPENDS_${PN}-libtheoradec = "libc" +RDEPENDS_${PN}-libtheoradec = "libc" DEPENDS_${PN}-libtheoraenc = "libc libgcc libogg" +RDEPENDS_${PN}-libtheoraenc = "libc libgcc libogg"