sqlite3:
authorHolger Freyther <zecke@selfish.org>
Wed, 22 Dec 2004 20:36:57 +0000 (20:36 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 22 Dec 2004 20:36:57 +0000 (20:36 +0000)
-Use the same EXTRA_OEMAKE for all  architectures building it
-LIBTOOL seems to be needed for all arrhitectures

BKrev: 41c9dae9Fz5_jecCzsONx0Pj55Rqgw

packages/sqlite/sqlite3_3.0.8.bb

index be3a6a9..f0abd6e 100644 (file)
@@ -12,8 +12,7 @@ S = "${WORKDIR}/sqlite"
 inherit autotools
 
 EXTRA_OECONF = "--without-tcl --disable-static --enable-shared"
-EXTRA_OEMAKE = "'LIBREADLINE=-L${STAGING_LIBDIR} -lreadline -lncurses' "
-EXTRA_OEMAKE_arm = "'LIBREADLINE=-L${STAGING_LIBDIR} -lreadline -lncurses' LIBTOOL='./${TARGET_ARCH}-${TARGET_OS}-libtool' "
+EXTRA_OEMAKE = "'LIBREADLINE=-L${STAGING_LIBDIR} -lreadline -lncurses' LIBTOOL='./${TARGET_ARCH}-${TARGET_OS}-libtool' "
 export config_BUILD_CC = "${BUILD_CC}"
 export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
 export config_TARGET_CC = "${CC}"