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:42:47 +0000 (16:42 +0000)
(From OE-Core rev: b72f277a8952649f23a3e476a10bf1e1706918be)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb

index d87c044..d7389a0 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"