]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkitgtk: remove lib_package inherit as executables are now installed in libexecdir
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 19 Oct 2016 13:01:51 +0000 (16:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2016 10:33:35 +0000 (10:33 +0000)
(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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-sato/webkit/webkitgtk_2.12.5.bb

index 941d0e206023e29cce7c5ad6288944365ad920f3..11c91c1d0b766fa5ce755b11bf1c3cf417da5e7f 100644 (file)
@@ -24,7 +24,7 @@ SRC_URI = "\
 SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf"
 SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40"
 
-inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
+inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
 
 # We cannot inherit pythonnative because that would conflict with inheriting python3native
 # (which is done by gobject-introspection). But webkit only needs the path to native Python 2.x binary