clean recipes 80/28880/2
authorRonan Le Martret <ronan@fridu.net>
Thu, 16 Oct 2014 14:53:48 +0000 (16:53 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 16 Oct 2014 15:08:20 +0000 (08:08 -0700)
Change-Id: I6d2a979125d002a7697adfa40d29318619891179
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
recipes-tizen/tdb/tdb-extraconf.inc

index fbae424..92e14a2 100644 (file)
@@ -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}
 }