Update weston-common recipes 69/21269/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 16 May 2014 13:38:09 +0000 (15:38 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 16 May 2014 13:38:09 +0000 (15:38 +0200)
Change-Id: I3d8f81450057182b26bdc29eb2cc2d991d3b23c0
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/weston-common/weston-common.inc
recipes-tizen/weston-common/weston-common_git.bb

index b5d9879..2ce5d96 100644 (file)
@@ -78,7 +78,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 ; 
  
- cd tz-launcher
  
    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 ; 
@@ -116,7 +115,6 @@ do_install() {
  
  
  #install tz-launcher
- cd tz-launcher
  
    oe_runmake \
          DESTDIR=${D} \
@@ -126,7 +124,6 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- cd ..
  
  # install weston service as 'display-manager.service' as it's the one wanted by graphical.target
  mkdir -p ${D}/lib/systemd/system
index 3a0cde1..f7315aa 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/profile/common/weston-common;tag=4b29c2c3203e9f644183d185067f9e3fb64e4922;nobranch=1"
+SRC_URI += "git://review.tizen.org/profile/common/weston-common;tag=b4b75bb3e79e3be238d25d8b12016938309e0de8;nobranch=1"
 
 BBCLASSEXTEND += " native "