diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 16:40:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:07 +0100 |
commit | bb570816ac1d2c81913bab6ff91cef5c1d80154d (patch) | |
tree | 557149ed49994e0c33afe9c9c92b0edf373252e3 /meta/recipes-support | |
parent | a195e0471d0df0ac26e00d6fcb3a2786e080a643 (diff) | |
download | poky-bb570816ac1d2c81913bab6ff91cef5c1d80154d.tar.gz |
libcroco: remove duplication in inherit
Since gnomebase class already inherits autotools and pkgconfig,
there is no need to repeat it here.
(From OE-Core rev: 301d153781c7ddb6e38178c56f960e18d62788ab)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.12.bb b/meta/recipes-support/libcroco/libcroco_0.6.12.bb index 465ed15916..d86ddd6464 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.12.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.12.bb | |||
@@ -14,7 +14,7 @@ EXTRA_OECONF += "--enable-Bsymbolic=auto" | |||
14 | 14 | ||
15 | BINCONFIG = "${bindir}/croco-0.6-config" | 15 | BINCONFIG = "${bindir}/croco-0.6-config" |
16 | 16 | ||
17 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled | 17 | inherit gnomebase gtk-doc binconfig-disabled |
18 | 18 | ||
19 | SRC_URI[archive.md5sum] = "bc0984fce078ba2ce29f9500c6b9ddce" | 19 | SRC_URI[archive.md5sum] = "bc0984fce078ba2ce29f9500c6b9ddce" |
20 | SRC_URI[archive.sha256sum] = "ddc4b5546c9fb4280a5017e2707fbd4839034ed1aba5b7d4372212f34f84f860" | 20 | SRC_URI[archive.sha256sum] = "ddc4b5546c9fb4280a5017e2707fbd4839034ed1aba5b7d4372212f34f84f860" |