From 4f25a43c97898111e22f1d224e27e64acba54bba Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 11 Sep 2014 10:36:05 +0200 Subject: [PATCH] message-port-dbus: update recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id709972110c8b13600939913a5e335d324ab3a93 Signed-off-by: Kévin THIERRY --- recipes-tizen/message-port-dbus/message-port-dbus.inc | 4 ++-- recipes-tizen/message-port-dbus/message-port-dbus_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-tizen/message-port-dbus/message-port-dbus.inc b/recipes-tizen/message-port-dbus/message-port-dbus.inc index 1ab8493..ae65c3a 100644 --- a/recipes-tizen/message-port-dbus/message-port-dbus.inc +++ b/recipes-tizen/message-port-dbus/message-port-dbus.inc @@ -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() { diff --git a/recipes-tizen/message-port-dbus/message-port-dbus_git.bb b/recipes-tizen/message-port-dbus/message-port-dbus_git.bb index d42c2c1..3e4f1e9 100644 --- a/recipes-tizen/message-port-dbus/message-port-dbus_git.bb +++ b/recipes-tizen/message-port-dbus/message-port-dbus_git.bb @@ -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 " -- 2.7.4