[oe] [PATCH 3/5] openjdk-7-common: fix FILES_openjdk-7-jre_append

Richard Leitner richard.leitner at skidata.com
Wed Aug 12 15:03:55 UTC 2015


Use the PN variable instead of the hardcoded "openjdk-7-jre" string.
Furthermore fix the indentation of its content.

Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
 recipes-core/openjdk/openjdk-7-common.inc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc
index 5f293df..dafc877 100644
--- a/recipes-core/openjdk/openjdk-7-common.inc
+++ b/recipes-core/openjdk/openjdk-7-common.inc
@@ -283,18 +283,18 @@ FILES_${JDKPN}-common = "${JDK_HOME}/jre/ASSEMBLY_EXCEPTION \
                           ${JDK_HOME}/jre/lib \
                          "
 
-FILES_openjdk-7-jre_append = " \
+FILES_${PN}_append = " \
 	${JDK_HOME}/jre/bin/keytool \
-        ${JDK_HOME}/jre/bin/orbd \
+	${JDK_HOME}/jre/bin/orbd \
 	${JDK_HOME}/jre/bin/pack200 \
-        ${JDK_HOME}/jre/bin/rmid \
+	${JDK_HOME}/jre/bin/rmid \
 	${JDK_HOME}/jre/bin/rmiregistry \
-        ${JDK_HOME}/jre/bin/servertool \
+	${JDK_HOME}/jre/bin/servertool \
 	${JDK_HOME}/jre/bin/tnameserv \
-        ${JDK_HOME}/jre/bin/unpack200 \
+	${JDK_HOME}/jre/bin/unpack200 \
 	${JDK_HOME}/jre/bin/policytool \
-        ${JDK_HOME}/jre/bin/javaws \
-       "
+	${JDK_HOME}/jre/bin/javaws \
+	"
 
 RDEPENDS_${JDKPN}-common = "librhino-java"
 
-- 
2.1.4




More information about the Openembedded-devel mailing list