summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-03-03 11:19:02 +0200
committerMaxin B. John <maxin.john@intel.com>2017-03-14 16:07:26 +0200
commita8e6753b5912afe7fe273a76a919a20db2d713c7 (patch)
tree5db43cc0bf09d1141f925b27fde385d6e1815214
parentc8606edaae36528c9e6dc3f3f51a3c8814e2c7f8 (diff)
downloadmeta-java-a8e6753b5912afe7fe273a76a919a20db2d713c7.tar.gz
jikes: fix absolute symlink error
The following oe-core commit made asbolute symlink an error: commit 3eee8e99e114b3db8b718834ca52da8d2919b83f sstate: Make absolute symlinks an error Fix this by inheritting relative_symlinks class: ERROR: jikes-native-1.22-r0 do_populate_sysroot: sstate found an absolute path symlink Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-core/jikes/jikes_1.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb
index 0c33118..a35cfcf 100644
--- a/recipes-core/jikes/jikes_1.22.bb
+++ b/recipes-core/jikes/jikes_1.22.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
9 " 9 "
10SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2" 10SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
11 11
12inherit autotools update-alternatives 12inherit autotools update-alternatives relative_symlinks
13 13
14BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native"
15 15