aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db/db4.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 17:35:45 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:03 -0700
commitc575ee87388a5bb679293b54a00bb784efbfab92 (patch)
tree65397221732f56b6f81ebe973f9a7ae7ba2b4212 /recipes/db/db4.inc
parenta6885693d3685f595e307c79e9925893fb9f8a0d (diff)
downloadopenembedded-c575ee87388a5bb679293b54a00bb784efbfab92.tar.gz
gnu-configize fixupskergoth/autotools
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/db/db4.inc')
-rw-r--r--recipes/db/db4.inc7
1 files changed, 1 insertions, 6 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.