]> code.ossystems Code Review - openembedded-core.git/commitdiff
openjade-native: Change RDEPENDS of sgml-common-native
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 3 Aug 2011 15:19:35 +0000 (23:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2011 17:05:51 +0000 (18:05 +0100)
openjade-native should RDEPENDS on sgml-common-native but not
sgml-common

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/openjade/openjade-native_1.3.2.bb

index c71f22ad96f44a4ee254b0733c8a4848d8c6cf19..6cc6bb5d2b4f2d1062104cf8bfb9afca0c6580f1 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045"
 PR = "r4"
 
 DEPENDS = "opensp-native sgml-common-native"
-RDEPENDS_${PN} = "sgml-common"
+RDEPENDS_${PN} = "sgml-common-native"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
            file://makefile.patch \