]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-sax-base-perl: Improve RDEPENDS to be package specific
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 11:29:40 +0000 (11:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 16:40:51 +0000 (16:40 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb

index d87c0441199ed6fa4499deb534fb5b4a113c4e89..d7389a094c2b7aca8e6603aa8098ec68e1fdb2aa 100644 (file)
@@ -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"