diff options
Diffstat (limited to 'recipes/gdbm/gdbm_1.8.3.bb')
-rw-r--r-- | recipes/gdbm/gdbm_1.8.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gdbm/gdbm_1.8.3.bb b/recipes/gdbm/gdbm_1.8.3.bb index 148266e3c1..e84777e739 100644 --- a/recipes/gdbm/gdbm_1.8.3.bb +++ b/recipes/gdbm/gdbm_1.8.3.bb @@ -7,8 +7,8 @@ LICENSE = "GPL" PR = "r3" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ - file://makefile.patch;patch=1 \ - file://libtool-mode.patch;patch=1" + file://makefile.patch \ + file://libtool-mode.patch" inherit autotools |