aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-13 18:21:16 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-13 18:21:16 +0000
commit0bb2e382312b0547cd230f310f5c3286b13314db (patch)
treec7f2b94f5867d56be0be36a4fe094c79a218552a
parent9e9c060c48801134edadaae975d299cd9c2bd2c0 (diff)
downloadopenembedded-core-contrib-0bb2e382312b0547cd230f310f5c3286b13314db.tar.gz
libxml-parser-perl-native: Fix RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1715 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/perl/libxml-parser-perl-native_2.34.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/perl/libxml-parser-perl-native_2.34.bb b/meta/packages/perl/libxml-parser-perl-native_2.34.bb
index 12bb476caa..d3629cba8b 100644
--- a/meta/packages/perl/libxml-parser-perl-native_2.34.bb
+++ b/meta/packages/perl/libxml-parser-perl-native_2.34.bb
@@ -2,3 +2,4 @@ SECTION = "libs"
require libxml-parser-perl_${PV}.bb
inherit native
DEPENDS = "perl-native expat-native"
+RDEPENDS = "perl-native"