diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:10:02 +0100 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:32:08 +0100 |
| commit | f3ef41b6b544c973d178dd7d30daf4f43f86311a (patch) | |
| tree | ed88af0d775b1de09dc83dbaaa6311aa3ed45626 | |
| parent | 0f42704272fa6b52e3bc4c420ecc8296f245033e (diff) | |
| download | meta-java-f3ef41b6b544c973d178dd7d30daf4f43f86311a.tar.gz | |
icedtea6-native: prepend FILESPATH for newer bitbake
| -rw-r--r-- | recipes-core/icedtea/icedtea6-native_1.8.11.bb | 2 |
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). |
| 3 | require ${PN}.inc | 3 | require ${PN}.inc |
| 4 | 4 | ||
| 5 | FILESPATH =. "${FILE_DIRNAME}/icedtea6-native-${PV}:" | ||
| 6 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 6 | 8 | ||
| 7 | PR = "${INC_PR}.3" | 9 | PR = "${INC_PR}.3" |
