message-port-dbus: update recipe 40/27340/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 11 Sep 2014 08:36:05 +0000 (10:36 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 11 Sep 2014 08:39:19 +0000 (01:39 -0700)
Change-Id: Id709972110c8b13600939913a5e335d324ab3a93
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/message-port-dbus/message-port-dbus.inc
recipes-tizen/message-port-dbus/message-port-dbus_git.bb

index 1ab8493..ae65c3a 100644 (file)
@@ -55,7 +55,6 @@ do_prep() {
  #setup -q -n message-port-1.0.3
  cp -a ${S}/packaging/message-port.manifest .
  mkdir -p m4 > /dev/null
- autoreconf -f -i
  
  
  
@@ -76,7 +75,7 @@ do_compile() {
   
   
   autotools_do_configure
-  make -j16
+  oe_runmake -j16
   
   
   
@@ -107,6 +106,7 @@ do_install() {
  cp messageportd.service $RPM_BUILD_ROOT/lib/systemd/system
  
  
 }
 
 pkg_postinst_libmessage-port() {
index d42c2c1..3e4f1e9 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "10"
 
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-SRC_URI += "git://review.tizen.org/platform/core/appfw/message-port-dbus;tag=6f82137a05bb237fc3bc55115836da43ffb6db71;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/appfw/message-port-dbus;tag=ef16456ae0ecf48a32f6907c361f5e42bdc06f25;nobranch=1"
 
 BBCLASSEXTEND += " native "