From: Robert Schuster Date: Wed, 4 Aug 2010 09:01:44 +0000 (+0200) Subject: commons-logging: Use += instead of append. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea1620293b691b8c94f8f086dc321cd48e5952a;p=openembedded.git commons-logging: Use += instead of append. --- diff --git a/recipes/jakarta-commons/commons-logging_1.1.1.bb b/recipes/jakarta-commons/commons-logging_1.1.1.bb index a597f3df12..98b551262a 100644 --- a/recipes/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes/jakarta-commons/commons-logging_1.1.1.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Java Internet protocol suite library" SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" DEPENDS += "log4j1.2 servlet2.3 logkit" -DEPENDS_virtclass-native_append = "log4j1.2-native servlet2.3-native logkit-native" +DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native" CP = "log4j-1.2 servlet-2.3 logkit"