diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-19 16:01:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:34 +0000 |
commit | 5e153ff32adf590831c3068497c059636ce918c1 (patch) | |
tree | 46faf021b4b5fb7c72951f49637c2432cde0ca5c /meta/recipes-sato | |
parent | 0082a9c9b1baca69f6a9b4dc3ea593eab5585c38 (diff) | |
download | poky-5e153ff32adf590831c3068497c059636ce918c1.tar.gz |
webkitgtk: remove lib_package inherit as executables are now installed in libexecdir
(From OE-Core rev: 60751d66118103712f7670412051234cec41e439)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb index f85a33d40e..a2586de1bd 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | |||
@@ -24,7 +24,7 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
24 | SRC_URI[md5sum] = "8d6c60dc41604d3bbd43165a674c07e5" | 24 | SRC_URI[md5sum] = "8d6c60dc41604d3bbd43165a674c07e5" |
25 | SRC_URI[sha256sum] = "2e2d76c328de65bed6e0e4f096b2720a366654b27fc1af0830ece90bc4b7ceb5" | 25 | SRC_URI[sha256sum] = "2e2d76c328de65bed6e0e4f096b2720a366654b27fc1af0830ece90bc4b7ceb5" |
26 | 26 | ||
27 | inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc | 27 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc |
28 | 28 | ||
29 | # We cannot inherit pythonnative because that would conflict with inheriting python3native | 29 | # We cannot inherit pythonnative because that would conflict with inheriting python3native |
30 | # (which is done by gobject-introspection). But webkit only needs the path to native Python 2.x binary | 30 | # (which is done by gobject-introspection). But webkit only needs the path to native Python 2.x binary |