libslp-location: restore do_compile
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 21:56:34 +0000 (13:56 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 21:56:34 +0000 (13:56 -0800)
Somehow the latest spec2yocto run ended up removing the do_compile
content. Restore it by reverting that commit (1285e331).

Change-Id: I09e9d8293665c62178989aef99e6347ace62d3d7

meta-tizen-common-base/recipes-applications/libslp-location/libslp-location.inc

index c2882be..cb2a13a 100644 (file)
@@ -55,7 +55,22 @@ do_configure() {
 }
 
 do_compile() {
+ cd ${S}
+  LANG=C
+  export LANG
+  unset DISPLAY
+  LD_AS_NEEDED=1; export LD_AS_NEEDED ;
+  
+  ./autogen.sh
+  
+  autotools_do_configure
+  oe_runmake -j16
+  
+  
+  
+  
 }
+EXTRA_OECONF += " --enable-dlog --enable-debug"
 
 do_install() {
  export RPM_BUILD_ROOT=${D}