From: Kévin THIERRY Date: Thu, 11 Sep 2014 08:36:05 +0000 (+0200) Subject: message-port-dbus: update recipe X-Git-Tag: ivi_rev_0.2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F27340%2F2;p=scm%2Fbb%2Fmeta-tizen.git message-port-dbus: update recipe Change-Id: Id709972110c8b13600939913a5e335d324ab3a93 Signed-off-by: Kévin THIERRY --- 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 "