From a8e6753b5912afe7fe273a76a919a20db2d713c7 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Fri, 3 Mar 2017 11:19:02 +0200 Subject: 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 --- recipes-core/jikes/jikes_1.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ " SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2" -inherit autotools update-alternatives +inherit autotools update-alternatives relative_symlinks BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf