summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb')
-rw-r--r--yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
index af01b6c40..b253dc144 100644
--- a/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
+++ b/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
@@ -19,6 +19,7 @@ inherit autotools texinfo
BBCLASSEXTEND = "native nativesdk"
do_install_append () {
+ oe_runmake install-compat DESTDIR=${D}
install -d ${D}${includedir}/gdbm
install -m 0644 ${S}/dbm.h ${D}${includedir}/
install -m 0644 ${S}/ndbm.h ${D}${includedir}/