From patchwork Thu Oct 25 16:18:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 194249 X-Patchwork-Delegate: chbs@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 660662C009A for ; Fri, 26 Oct 2012 03:18:31 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 8A5D73F93E for ; Thu, 25 Oct 2012 18:18:26 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by hugin.dotsrc.org (Postfix) with ESMTPS id 0B02A3F93E for ; Thu, 25 Oct 2012 18:18:23 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id z49so862933wey.10 for ; Thu, 25 Oct 2012 09:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=Eewj0qTyFunhDGs2kSbAyPfJo5TzQ4oTBAcvn0m2NKk=; b=HtUn9wbwt9elxvmAH41pr3ZSZ+z7irrHIyBmorzrFn364NLwRd9X1FXLB3K1YQTgGb aDJjsiZxp+ZTbIuV+UQfhLTu9jWIUPeQHWT10VwZ+8+l2X9g8rYdYASAZnWznx/7HnO8 ci0hN7pxHUIeiRkd/yGd/Yt7XJD2eK4pe2O+lxQV/aQNVJwxdwp+WchIp+eqDJkvaPXB wZSfJC+ZO20gP2wwvzqQyZrdJqYx8uTW6/tWHdx551TCx15VU6LrgHZU9Q5Yx4anKukL Ms8FIAwfh3CKjGbXgxejfaFFGBvQz1DP4LgNB1JDtP4DDh1CHrJ0no6eVtWCAoPXPNmQ NyeQ== Received: by 10.180.75.161 with SMTP id d1mr5544593wiw.1.1351181903242; Thu, 25 Oct 2012 09:18:23 -0700 (PDT) Received: from localhost.localdomain (vig38-2-81-56-113-2.fbx.proxad.net. [81.56.113.2]) by mx.google.com with ESMTPS id j8sm10589251wiy.9.2012.10.25.09.18.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 09:18:21 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH] Add libogg as RDEPENDS of libtheora Date: Thu, 25 Oct 2012 18:18:10 +0200 Message-Id: <1351181890-97242-1-git-send-email-yann.diorcet@belledonne-communications.com> X-Mailer: git-send-email 1.7.9.6 (Apple Git-31.1) In-Reply-To: References: Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- 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"