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-16 10:37:57 +0000 |
commit | 77bc68c7ac62a2952c5504560e7013b4f11385dd (patch) | |
tree | e1cbcb22959d276bd95308cc49981717b85fc026 | |
parent | 4708f7af515a69315493ef39576406e8698a1bff (diff) | |
download | poky-77bc68c7ac62a2952c5504560e7013b4f11385dd.tar.gz |
webkitgtk: remove lib_package inherit as executables are now installed in libexecdir
(From OE-Core rev: 60751d66118103712f7670412051234cec41e439)
(From OE-Core rev: dd46a43b9ebc6b3183e5ad154c1736330e93e04e)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb index 941d0e2060..11c91c1d0b 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | |||
@@ -24,7 +24,7 @@ SRC_URI = "\ | |||
24 | SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf" | 24 | SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf" |
25 | SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40" | 25 | SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40" |
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 |