diff options
| -rw-r--r-- | meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 13 |
1 files changed, 12 insertions, 1 deletions
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}" | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit autotools | 16 | do_configure() { |
| 17 | ./configure --prefix=${prefix} \ | ||
| 18 | --sysconfdir=${sysconfdir} \ | ||
| 19 | --bindir=${bindir} \ | ||
| 20 | --libdir=${libdir} \ | ||
| 21 | --datadir=${datadir} \ | ||
| 22 | --datarootdir=${datadir} | ||
| 23 | } | ||
| 24 | |||
| 25 | do_install() { | ||
| 26 | oe_runmake install DESTDIR="${D}" | ||
| 27 | } | ||
| 17 | 28 | ||
| 18 | FILES_${PN} += "${datadir}" | 29 | FILES_${PN} += "${datadir}" |
| 19 | 30 | ||
