From: Robert Schuster Date: Thu, 16 Oct 2008 09:59:20 +0000 (+0200) Subject: java-library.bbclass: Remove superfluous quotes from BPN variable. X-Git-Tag: Release-2010-05/1~5720^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c8f0b866225166b435067b29daf2d8c7fb77b1;p=openembedded.git java-library.bbclass: Remove superfluous quotes from BPN variable. --- diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index eced939ef0..1e5534cbfe 100644 --- a/classes/java-library.bbclass +++ b/classes/java-library.bbclass @@ -49,7 +49,7 @@ FILES_${JPN} = "${datadir_java}" # Base package name # Automatically derives "foo" from "foo-native" -BPN ?= ""${@java_base_package_name(d)}"" +BPN ?= "${@java_base_package_name(d)}" BP ?= "${BPN}-${PV}"