From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R4NVa-0001WU-1s for openembedded-core@lists.openembedded.org; Fri, 16 Sep 2011 03:46:26 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 15 Sep 2011 18:41:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,391,1312182000"; d="scan'208";a="52076476" Received: from unknown (HELO [10.255.14.162]) ([10.255.14.162]) by fmsmga001.fm.intel.com with ESMTP; 15 Sep 2011 18:41:12 -0700 From: Tom Zanussi To: openembedded-core@lists.openembedded.org Date: Thu, 15 Sep 2011 20:41:01 -0500 Message-ID: <1316137261.2384.73.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Subject: [PATCH 4/5] ttf-bitstream-vera_1.10: 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:26 -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/ttf-bitstream-vera_1.10.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index f1a8265..c96294e 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb @@ -9,7 +9,7 @@ LICENSE = "Bitstream_Vera" LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" PACKAGE_ARCH = "all" PR = "r3" -RDEPENDS = "fontconfig-utils" +RDEPENDS_${PN} = "fontconfig-utils" SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" -- 1.7.0.4