summaryrefslogtreecommitdiff
path: root/packages/gdbm/gdbm_1.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gdbm/gdbm_1.8.3.bb')
-rw-r--r--packages/gdbm/gdbm_1.8.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gdbm/gdbm_1.8.3.bb b/packages/gdbm/gdbm_1.8.3.bb
index cdc7e59608..ca956520a7 100644
--- a/packages/gdbm/gdbm_1.8.3.bb
+++ b/packages/gdbm/gdbm_1.8.3.bb
@@ -9,3 +9,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://makefile.patch;patch=1"
inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}