From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R4NVf-0001XB-BE for openembedded-core@lists.openembedded.org; Fri, 16 Sep 2011 03:46:31 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Sep 2011 18:41:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="48985389" Received: from unknown (HELO [10.255.14.162]) ([10.255.14.162]) by orsmga002.jf.intel.com with ESMTP; 15 Sep 2011 18:41:08 -0700 From: Tom Zanussi To: openembedded-core@lists.openembedded.org Date: Thu, 15 Sep 2011 20:40:57 -0500 Message-ID: <1316137257.2384.71.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Subject: [PATCH 2/5] liberation-fonts_1.04: add PN to RDEPENDS X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2011 01:46:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi --- .../ttf-fonts/liberation-fonts_1.04.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index 3b2d479..185bfd3 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb @@ -9,7 +9,7 @@ SECTION = "x11/fonts" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PACKAGE_ARCH = "all" -RDEPENDS = "fontconfig-utils" +RDEPENDS_${PN} = "fontconfig-utils" PE = "1" SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ -- 1.7.0.4