From f3ef41b6b544c973d178dd7d30daf4f43f86311a Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 24 Jan 2013 22:10:02 +0100 Subject: icedtea6-native: prepend FILESPATH for newer bitbake --- recipes-core/icedtea/icedtea6-native_1.8.11.bb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ # is unable to compile itself yet (some issue with the built-in XML parser). require ${PN}.inc +FILESPATH =. "${FILE_DIRNAME}/icedtea6-native-${PV}:" + LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" PR = "${INC_PR}.3" -- cgit v1.2.3-54-g00ecf