From: Kévin THIERRY Date: Wed, 14 May 2014 09:57:20 +0000 (+0200) Subject: Add updated recipes X-Git-Tag: demo_release_0.1~111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e215b0ed7f374a066e6f16f31393ee2e9a8b97e9;p=scm%2Fbb%2Fmeta-tizen.git Add updated recipes Packages: * libiri * tizen-platform-wrapper * tizen-platform-config Signed-off-by: Kévin THIERRY --- diff --git a/recipes-tizen/libiri/libiri.inc b/recipes-tizen/libiri/libiri.inc index 317082b..77dc2bc 100644 --- a/recipes-tizen/libiri/libiri.inc +++ b/recipes-tizen/libiri/libiri.inc @@ -25,10 +25,8 @@ RDEPENDS_${PN}-dev += "libiri" DEPENDS = "" #DEPENDS of libiri DEPENDS_append_class-native = " autoconf-native" -DEPENDS_append_class-target = " autoconf-native" DEPENDS += "libtool-cross" DEPENDS_append_class-native = " automake-native" -DEPENDS_append_class-target = " automake-native" do_prep() { cd ${S} @@ -55,7 +53,6 @@ do_compile() { FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; - sh ./autogen.sh CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; @@ -103,7 +100,6 @@ do_install() { - } diff --git a/recipes-tizen/tizen-platform-config/tizen-platform-config.inc b/recipes-tizen/tizen-platform-config/tizen-platform-config.inc index bc0c549..de09a7b 100644 --- a/recipes-tizen/tizen-platform-config/tizen-platform-config.inc +++ b/recipes-tizen/tizen-platform-config/tizen-platform-config.inc @@ -67,7 +67,7 @@ do_compile() { CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; - ./autogen.sh --build=${TARGET_SYS} --host=${HOST_SYS} \ + autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ --target=x86_64-tizen-linux \ --program-prefix= \ --prefix=${prefix} \ @@ -83,7 +83,7 @@ do_compile() { --sharedstatedir=${prefix}/com \ --mandir=${mandir} \ --infodir=${infodir} \ - --disable-static + --disable-static make -j16 diff --git a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb b/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb index d420135..918b492 100644 --- a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb +++ b/recipes-tizen/tizen-platform-config/tizen-platform-config_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/tizen-platform-config;tag=975455172dd3acb0022992e09c1a9fffd41a5e45;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/tizen-platform-config;tag=70872154ce8cd1d73402b82d5c5f96903c15b144;nobranch=1" BBCLASSEXTEND = "native" diff --git a/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc b/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc index ee76b21..e4d9148 100644 --- a/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc +++ b/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc @@ -50,7 +50,7 @@ do_compile() { CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; - ./autogen.sh --build=${TARGET_SYS} --host=${HOST_SYS} \ + autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ --target=x86_64-tizen-linux \ --program-prefix= \ --prefix=${prefix} \