mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a195e0471d
commit
bb570816ac
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user