[oe-commits] Richard Purdie : libxml-sax-base-perl: Improve RDEPENDS to be package specific

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 16:43:41 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b72f277a8952649f23a3e476a10bf1e1706918be
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b72f277a8952649f23a3e476a10bf1e1706918be

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Feb  4 11:29:40 2013 +0000

libxml-sax-base-perl: Improve RDEPENDS to be package specific

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../perl/libxml-sax-base-perl_1.08.bb              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
index d87c044..d7389a0 100644
--- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
+++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
@@ -7,7 +7,7 @@ implement the characters() callback."
 
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-RDEPENDS += "perl-module-extutils-makemaker"
+RDEPENDS_${PN} += "perl-module-extutils-makemaker"
 PR = "r0"
 
 LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446"





More information about the Openembedded-commits mailing list