aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/db')
-rw-r--r--recipes/db/db4.inc7
-rw-r--r--recipes/db/db5.inc7
2 files changed, 2 insertions, 12 deletions
diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc
index 2595d8186f..c7049916aa 100644
--- a/recipes/db/db4.inc
+++ b/recipes/db/db4.inc
@@ -19,7 +19,7 @@ CONFLICTS = "db3"
SRC_URI = "ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/bdb/db-${PV}.tar.gz"
-inherit autotools
+inherit autotools_base
# Put virtual/db in any appropriate provider of a
# relational database, use it as a dependency in
@@ -65,11 +65,6 @@ EXTRA_OECONF += "${MUTEX}"
# Cancel the site stuff - it's set for db3 and destroys the
# configure.
CONFIG_SITE = ""
-do_configure() {
- ( cd ${WORKDIR}/db-${PV}/dist ; gnu-configize )
- oe_runconf
-}
-
do_install_append() {
# The docs end up in /usr/docs - not right.
diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 1aeee4963e..55321106c1 100644
--- a/recipes/db/db5.inc
+++ b/recipes/db/db5.inc
@@ -19,7 +19,7 @@ CONFLICTS = "db3 db4"
SRC_URI = "ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/bdb/db-${PV}.tar.gz"
-inherit autotools
+inherit autotools_base
# Put virtual/db in any appropriate provider of a
# relational database, use it as a dependency in
@@ -65,11 +65,6 @@ EXTRA_OECONF += "${MUTEX}"
# Cancel the site stuff - it's set for db3 and destroys the
# configure.
CONFIG_SITE = ""
-do_configure() {
- ( cd ${WORKDIR}/db-${PV}/dist ; gnu-configize )
- oe_runconf
-}
-
do_install_append() {
# The docs end up in /usr/docs - not right.