From a74c3890d8769eaebc90726c8d8370c76e670bdb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 25 Feb 2016 00:26:51 +0000 Subject: gtk-doc-stub: don't inherit autotools There's quite an overhead in inheriting autotools, but this package just has a hand-crafted configure script and Makefile. (From OE-Core rev: 1f1fb426ca74168c71bc5366cf880eb2fe7d5378) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb index 40f324352f..41f4aee22d 100644 --- a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb +++ b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb @@ -13,7 +13,18 @@ SRC_URI = "git://git.gnome.org/${BPN}" S = "${WORKDIR}/git" -inherit autotools +do_configure() { + ./configure --prefix=${prefix} \ + --sysconfdir=${sysconfdir} \ + --bindir=${bindir} \ + --libdir=${libdir} \ + --datadir=${datadir} \ + --datarootdir=${datadir} +} + +do_install() { + oe_runmake install DESTDIR="${D}" +} FILES_${PN} += "${datadir}" -- cgit v1.2.3-54-g00ecf