summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-01-24 22:10:02 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-01-24 22:32:08 +0100
commitf3ef41b6b544c973d178dd7d30daf4f43f86311a (patch)
treeed88af0d775b1de09dc83dbaaa6311aa3ed45626 /recipes-core/icedtea
parent0f42704272fa6b52e3bc4c420ecc8296f245033e (diff)
downloadmeta-java-f3ef41b6b544c973d178dd7d30daf4f43f86311a.tar.gz
icedtea6-native: prepend FILESPATH for newer bitbake
Diffstat (limited to 'recipes-core/icedtea')
-rw-r--r--recipes-core/icedtea/icedtea6-native_1.8.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea6-native_1.8.11.bb b/recipes-core/icedtea/icedtea6-native_1.8.11.bb
index 65f29ea..db268a4 100644
--- a/recipes-core/icedtea/icedtea6-native_1.8.11.bb
+++ b/recipes-core/icedtea/icedtea6-native_1.8.11.bb
@@ -2,6 +2,8 @@
2# is unable to compile itself yet (some issue with the built-in XML parser). 2# is unable to compile itself yet (some issue with the built-in XML parser).
3require ${PN}.inc 3require ${PN}.inc
4 4
5FILESPATH =. "${FILE_DIRNAME}/icedtea6-native-${PV}:"
6
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6 8
7PR = "${INC_PR}.3" 9PR = "${INC_PR}.3"