summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gdbm/gdbm_1.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gdbm/gdbm_1.8.3.bb')
-rw-r--r--openembedded/packages/gdbm/gdbm_1.8.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/gdbm/gdbm_1.8.3.bb b/openembedded/packages/gdbm/gdbm_1.8.3.bb
index 7429f41679..ecef5fc414 100644
--- a/openembedded/packages/gdbm/gdbm_1.8.3.bb
+++ b/openembedded/packages/gdbm/gdbm_1.8.3.bb
@@ -6,7 +6,8 @@ LICENSE = "GPL"
6PR = "r2" 6PR = "r2"
7 7
8SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ 8SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
9 file://makefile.patch;patch=1" 9 file://makefile.patch;patch=1 \
10 file://libtool-mode.patch;patch=1"
10 11
11inherit autotools 12inherit autotools
12 13