]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcroco: remove duplication in inherit
authorMaxin B. John <maxin.john@intel.com>
Wed, 4 Apr 2018 13:40:36 +0000 (16:40 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 13:49:00 +0000 (14:49 +0100)
Since gnomebase class already inherits autotools and pkgconfig,
there is no need to repeat it here.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcroco/libcroco_0.6.12.bb

index 465ed15916f3c434119bee38667a781179f4015a..d86ddd646492010f848d042642cb47cccdc83b01 100644 (file)
@@ -14,7 +14,7 @@ EXTRA_OECONF += "--enable-Bsymbolic=auto"
 
 BINCONFIG = "${bindir}/croco-0.6-config"
 
-inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled
+inherit gnomebase gtk-doc binconfig-disabled
 
 SRC_URI[archive.md5sum] = "bc0984fce078ba2ce29f9500c6b9ddce"
 SRC_URI[archive.sha256sum] = "ddc4b5546c9fb4280a5017e2707fbd4839034ed1aba5b7d4372212f34f84f860"