Add updated recipes
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:57:20 +0000 (11:57 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 09:57:20 +0000 (11:57 +0200)
Packages:
* libiri
* tizen-platform-wrapper
* tizen-platform-config

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/libiri/libiri.inc
recipes-tizen/tizen-platform-config/tizen-platform-config.inc
recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb
recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc

index 317082b..77dc2bc 100644 (file)
@@ -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() {
  
  
  
 }
 
 
index bc0c549..de09a7b 100644 (file)
@@ -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
  
index d420135..918b492 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/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"
 
index ee76b21..e4d9148 100644 (file)
@@ -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} \