From c575ee87388a5bb679293b54a00bb784efbfab92 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 27 Oct 2010 17:35:45 -0700 Subject: gnu-configize fixups Signed-off-by: Chris Larson --- recipes/db/db4.inc | 7 +------ recipes/db/db5.inc | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'recipes/db') 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. -- cgit 1.2.3-korg