From 63a3e0c436c00a999841f1fc041a38c7ae9efb77 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 16 Oct 2014 16:53:48 +0200 Subject: [PATCH] clean recipes Change-Id: I6d2a979125d002a7697adfa40d29318619891179 Signed-off-by: Ronan Le Martret --- recipes-tizen/tdb/tdb-extraconf.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-tizen/tdb/tdb-extraconf.inc b/recipes-tizen/tdb/tdb-extraconf.inc index fbae424..92e14a2 100644 --- a/recipes-tizen/tdb/tdb-extraconf.inc +++ b/recipes-tizen/tdb/tdb-extraconf.inc @@ -1,11 +1,11 @@ DEPENDS += "python" -do_configure_append() { - export BUILD_SYS=${BUILD_SYS} - export HOST_SYS=${HOST_SYS} - export STAGING_LIBDIR=${STAGING_LIBDIR} - export STAGING_INCDIR=${STAGING_INCDIR} +export BUILD_SYS +export HOST_SYS +export STAGING_LIBDIR +export STAGING_INCDIR +do_configure_append() { ./configure --prefix=${prefix} } -- 2.7.4