update recipes generation
authorRonan Le Martret <ronan@fridu.net>
Mon, 1 Dec 2014 14:55:23 +0000 (15:55 +0100)
committerRonan Le Martret <ronan@fridu.net>
Mon, 1 Dec 2014 17:07:51 +0000 (18:07 +0100)
Change-Id: I7802f5e64979184677c9cba054ae52d7aa1bad72

36 files changed:
meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc
meta-tizen-common-base/recipes-application-framework/libcom-core/libcom-core.inc
meta-tizen-common-base/recipes-connectivity/bluetooth-frwk/bluetooth-frwk.inc
meta-tizen-common-base/recipes-connectivity/bluetooth-frwk/bluetooth-frwk_git.bb
meta-tizen-common-base/recipes-connectivity/download-provider/download-provider.inc
meta-tizen-common-base/recipes-connectivity/nfc-manager-neard/nfc-manager-neard_git.bb
meta-tizen-common-base/recipes-core/iniparser/iniparser.inc
meta-tizen-common-base/recipes-core/systemd/systemd.inc
meta-tizen-common-base/recipes-devtools/lua/lua.inc
meta-tizen-common-base/recipes-devtools/meta-generic/meta-generic_git.bb
meta-tizen-common-base/recipes-extended/festival/festival.inc
meta-tizen-common-base/recipes-graphics/weekeyboard/weekeyboard_git.bb
meta-tizen-common-base/recipes-messaging/msg-service/msg-service_git.bb
meta-tizen-common-base/recipes-multimedia/libav/libav.inc
meta-tizen-common-base/recipes-multimedia/libmm-fileinfo/libmm-fileinfo_git.bb
meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc
meta-tizen-common-base/recipes-security/gpg2/gpg2.inc
meta-tizen-common-base/recipes-social/evolution-data-server/evolution-data-server.inc
meta-tizen-common-base/recipes-support/ca-certificates-tizen/ca-certificates-tizen.inc
meta-tizen-common-demo/recipes-image/config-tizen-profiles/config-tizen-common.bb
meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets.inc
meta-tizen-common-devtools/recipes-devtools/common-crosswalk-suite/common-crosswalk-suite.inc
meta-tizen-common-devtools/recipes-devtools/common-graphics-suite/common-graphics-suite.inc
meta-tizen-common-devtools/recipes-devtools/common-multimedia-suite/common-multimedia-suite.inc
meta-tizen-common-devtools/recipes-devtools/common-sanity-suite/common-sanity-suite.inc
meta-tizen-common-devtools/recipes-devtools/common-suite-launcher/common-suite-launcher.inc
meta-tizen-common-devtools/recipes-devtools/ivi-sanity-suite/ivi-sanity-suite.inc
meta-tizen-common-devtools/recipes-devtools/testkit-lite/testkit-lite.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc
meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb
meta-tizen-ivi/recipes-framework/notification/notification_git.bb
meta-tizen-ivi/recipes-graphics/genivi-shell/genivi-shell.inc
meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell.inc
meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc
meta-tizen-ivi/recipes-ico/ico-uxf-utilities/ico-uxf-utilities.inc

index 304b4b4..55454d1 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A Sensor library in TIZEN C API"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "framework/system"
-LICENSE = "Apache 2.0"
+LICENSE = "Apache-2.0"
 PV = "0.1.17"
 
 SRC_URI = ""
@@ -58,6 +58,7 @@ do_compile() {
  
  MAJORVER=`echo 0.1.17 | awk 'BEGIN {FS="."}{print $1}'`
  
    cmake \
          -DCMAKE_VERBOSE_MAKEFILE=ON \
          -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
@@ -69,10 +70,10 @@ do_compile() {
          -DCMAKE_SKIP_RPATH:BOOL=ON \
          -DBUILD_SHARED_LIBS:BOOL=ON \
          -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
-         ${EXTRA_OECMAKE} . -DFULLVER=0.1.17 -DMAJORVER=${MAJORVER}
+         ${EXTRA_OECMAKE} . -DFULLVER=0.1.17 -DMAJORVER=${MAJORVER} -DVERSION="0.1.17"
  
+ oe_runmake -j16
  
- make -j16
  
  
  
@@ -87,7 +88,6 @@ do_install() {
  rm -rf ${D}
  mkdir -p ${D}
  
- rm -rf ${D}
  
    oe_runmake \
          DESTDIR=${D} \
@@ -98,9 +98,6 @@ do_install() {
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
  
- mkdir -p ${D}/usr/share/license
- cp LICENSE ${D}/usr/share/license/capi-system-sensor
  
 }
 
@@ -124,7 +121,6 @@ capi-system-sensor-dev_files = ""
 capi-system-sensor-dev_files += "${prefix}/include/system/sensors.h"
 capi-system-sensor-dev_files += "${prefix}/lib/pkgconfig/*.pc"
 capi-system-sensor-dev_files += "${prefix}/lib/libcapi-system-sensor.so"
-capi-system-sensor-dev_files += "/usr/share/license/capi-system-sensor"
 MANIFESTFILES_${PN}-dev = "capi-system-sensor.manifest"
 
 capi-system-sensor_files = ""
index 8d278fa..b4045bf 100644 (file)
@@ -96,7 +96,7 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- mkdir -p ${D}/${prefix}/share/license
+ mkdir -p ${D}${prefix}/share/license
  
  
 }
index 0387c73..afa93bc 100644 (file)
@@ -30,6 +30,7 @@ PROVIDES += "bluetooth-frwk-service"
 
 RDEPENDS = ""
 #RDEPENDS of bluetooth-frwk-core (${PN}-core)
+RDEPENDS_${PN}-core += "connman"
 RDEPENDS_${PN}-core += "bluetooth-frwk"
 
 #RDEPENDS of bluetooth-frwk-dev (${PN}-dev)
index dd0ca56..08b0c6a 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/connectivity/bluetooth-frwk;tag=9319c8e659d1194a7682350468da6c8fc6cd58cb;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/connectivity/bluetooth-frwk;tag=26ef41a381278d8f0e609218ae458d8802c3c906;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 2ce0dd8..f859e89 100644 (file)
@@ -134,7 +134,7 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- mkdir -p ${D}/${prefix}/share/download-provider
+ mkdir -p ${D}${prefix}/share/download-provider
  mkdir -p ${D}${systemd_unitdir}/system/graphical.target.wants
  mkdir -p ${D}${systemd_unitdir}/system/sockets.target.wants
  ln -s ../download-provider.service ${D}${systemd_unitdir}/system/graphical.target.wants/
index 85ef8b5..caf1fa1 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/connectivity/nfc-manager-neard;tag=4763420ab0df18745422e25ec8e7d71f736b8449;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/connectivity/nfc-manager-neard;tag=2d1f3df127d3b84ebf9d1cdc0d95e69e920933b1;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index ac0277e..8cd58d4 100644 (file)
@@ -65,14 +65,14 @@ do_install() {
  mkdir -p ${D}
  
  
- mkdir -p ${D}/${prefix}/lib
- install -m 755 libiniparser.so.0 ${D}/${prefix}/lib
- ln -s libiniparser.so.0 ${D}/${prefix}/lib/libiniparser.so
- mkdir -p ${D}/${prefix}/include
- install -m 644 src/*.h ${D}/${prefix}/include
- install -m 644 src/*.h ${D}/${prefix}/include
- mkdir -p ${D}/${prefix}/lib/pkgconfig
- cat > ${D}/${prefix}/lib/pkgconfig/iniparser.pc <<EOF
+ mkdir -p ${D}${prefix}/lib
+ install -m 755 libiniparser.so.0 ${D}${prefix}/lib
+ ln -s libiniparser.so.0 ${D}${prefix}/lib/libiniparser.so
+ mkdir -p ${D}${prefix}/include
+ install -m 644 src/*.h ${D}${prefix}/include
+ install -m 644 src/*.h ${D}${prefix}/include
+ mkdir -p ${D}${prefix}/lib/pkgconfig
+ cat > ${D}${prefix}/lib/pkgconfig/iniparser.pc <<EOF
  prefix = ${prefix}
  exec_prefix = ${prefix}
  libdir = ${prefix}/lib
index 7cec163..0f58ba7 100644 (file)
@@ -142,7 +142,7 @@ do_compile() {
   
   
 }
-EXTRA_OECONF += " --disable-kdbus --enable-compat-libs --enable-bootchart --disable-sysusers --disable-firstboot --disable-timesyncd --disable-resolved --disable-networkd --libexecdir=${prefix}/lib --docdir=${prefix}/share/doc/packages/systemd --disable-static --with-sysvinit-path= --with-sysvrcnd-path= --with-smack-run-label=System --with-rootprefix=/ --with-rootlibdir=//lib cc_cv_CFLAGS__flto=no"
+EXTRA_OECONF += " --disable-kdbus --enable-compat-libs --enable-bootchart --disable-sysusers --disable-firstboot --disable-timesyncd --disable-resolved --disable-networkd --libexecdir=${prefix}/lib --docdir=${prefix}/share/doc/packages/systemd --disable-static --with-sysvinit-path= --with-sysvrcnd-path= --with-smack-run-label=System --with-rootprefix=/ --with-rootlibdir=/lib cc_cv_CFLAGS__flto=no"
 
 do_install() {
  export RPM_BUILD_ROOT=${D}
@@ -171,14 +171,14 @@ do_install() {
 EOF
  
  # udev links
- mkdir -p ${D}/${prefix}/sbin
+ mkdir -p ${D}${prefix}/sbin
  ln -sf ../bin/udevadm ${D}${prefix}/sbin/udevadm
  mkdir -p ${D}${prefix}/lib/firmware/updates
  
  # Create SysV compatibility symlinks. systemctl/systemd are smart
  # enough to detect in which way they are called.
- ln -sf //lib/systemd/systemd ${D}${prefix}/sbin/init
- ln -sf //lib/systemd/systemd ${D}${prefix}/bin/systemd
+ ln -sf /lib/systemd/systemd ${D}${prefix}/sbin/init
+ ln -sf /lib/systemd/systemd ${D}${prefix}/bin/systemd
  ln -sf ../bin/systemctl ${D}${prefix}/sbin/reboot
  ln -sf ../bin/systemctl ${D}${prefix}/sbin/halt
  ln -sf ../bin/systemctl ${D}${prefix}/sbin/poweroff
@@ -207,7 +207,7 @@ EOF
  mkdir -p ${D}${systemd_unitdir}/system/syslog.target.wants
  
  # Make sure the user generators dir exists too
- mkdir -p ${D}//lib/systemd/system-generators
+ mkdir -p ${D}/lib/systemd/system-generators
  mkdir -p ${D}${prefix}/lib/systemd/user-generators
  
  # Create new-style configuration files so that we can ghost-own them
@@ -218,12 +218,12 @@ EOF
  touch ${D}${sysconfdir}/machine-info
  touch ${D}${sysconfdir}/timezone
  
- mkdir -p ${D}//lib/systemd/system-preset/
- mkdir -p ${D}//lib/systemd/user-preset/
+ mkdir -p ${D}/lib/systemd/system-preset/
+ mkdir -p ${D}/lib/systemd/user-preset/
  
  # Make sure the shutdown/sleep drop-in dirs exist
- mkdir -p ${D}//lib/systemd/system-shutdown/
- mkdir -p ${D}//lib/systemd/system-sleep/
+ mkdir -p ${D}/lib/systemd/system-shutdown/
+ mkdir -p ${D}/lib/systemd/system-sleep/
  
  # Make sure the NTP units dir exists
  mkdir -p ${D}${prefix}/lib/systemd/ntp-units.d/
@@ -240,9 +240,9 @@ EOF
  
  install -m644 ${S}/packaging/pamconsole-tmp.conf ${D}${prefix}/lib/tmpfiles.d/
  
- rm -rf ${D}/${prefix}/lib/systemd/user/default.target
+ rm -rf ${D}${prefix}/lib/systemd/user/default.target
  
- rm -rf ${D}/${prefix}/share/doc/packages/systemd
+ rm -rf ${D}${prefix}/share/doc/packages/systemd
  
  # Move macros to the proper location for Tizen
  mkdir -p ${D}${sysconfdir}/rpm
@@ -254,8 +254,8 @@ EOF
  rm -fr ${D}${localstatedir}
  
  # Exclude ELF binaries
- rm -f ${D}///lib/systemd/system-generators/systemd-debug-generator
- rm -f ${D}/${prefix}/lib/systemd/system-generators/systemd-hibernate-resume-generator
+ rm -f ${D}/lib/systemd/system-generators/systemd-debug-generator
+ rm -f ${D}${prefix}/lib/systemd/system-generators/systemd-hibernate-resume-generator
  
  # end of install
  
index 930f877..a9b0c02 100644 (file)
@@ -87,7 +87,7 @@ do_install() {
  install -d -m 0755 ${D}${prefix}/share/lua/5.1
  install -D -m644 ${S}/packaging/macros.lua ${D}${sysconfdir}/rpm/macros.lua
  
- chmod +x ${D}/${prefix}/lib/liblua.so.5.1
+ chmod +x ${D}${prefix}/lib/liblua.so.5.1
  
  ln -s lua5.1 ${D}${prefix}/bin/lua
  
index acc5b84..c2231cd 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/upstream/meta-generic;tag=964c0b89f0654f5b6833bf09c43d5bac64d608bd;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/upstream/meta-generic;tag=146ff92e0e7bfecd4bbeefea6c49a2c82c1feab4;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 144b694..66f24b0 100644 (file)
@@ -184,7 +184,7 @@ do_install() {
  cp lib/*.el ${D}${prefix}/share/festival/
  install -D lib/etc/unknown_Linux/audsp ${D}${prefix}/lib/festival/audsp
  # install libs
- install -D src/lib/libFestival.so  ${D}/${prefix}/lib/libFestival.so
+ install -D src/lib/libFestival.so  ${D}${prefix}/lib/libFestival.so
  # install includes
  mkdir -p ${D}${prefix}/include/
  install -m 644 src/include/*.h ${D}${prefix}/include/
index a93d011..cc04f4e 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/upstream/weekeyboard;tag=6790d9d37b28b0dbd20e9ff0713ff9ec4221efc7;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/upstream/weekeyboard;tag=a449542772a9cced01357c51c67613399a9b5649;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 19e4317..4a31898 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/messaging/msg-service;tag=3e2fbed353a12948ed01610a5910bb967cad1445;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/messaging/msg-service;tag=04fa826855dff1e9209d31301c7147e9e49c0956;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 29db028..d64fae4 100644 (file)
@@ -172,12 +172,12 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- mkdir -p ${D}/${prefix}/share/license
- cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}/${prefix}/share/license/libavcodec
- cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}/${prefix}/share/license/libavformat
- cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}/${prefix}/share/license/libavutil
- cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}/${prefix}/share/license/libavfilter
- cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}/${prefix}/share/license/libswscale
+ mkdir -p ${D}${prefix}/share/license
+ cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}${prefix}/share/license/libavcodec
+ cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}${prefix}/share/license/libavformat
+ cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}${prefix}/share/license/libavutil
+ cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}${prefix}/share/license/libavfilter
+ cp -rf ${WORKDIR}/libav-9.8/COPYING.LGPLv2.1 ${D}${prefix}/share/license/libswscale
  
  
 }
index 16b8b6c..17953dd 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/multimedia/libmm-fileinfo;tag=cfe7dfeb6d8c084ad54dd9734e6cb23b61f9b0d1;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/multimedia/libmm-fileinfo;tag=22b63cf9358324558602ba5ccb374201f785812c;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 162ec5d..808ebff 100644 (file)
@@ -102,7 +102,7 @@ do_install() {
  done
  
  rm -rf ${D}${prefix}/share/doc/tiff*
- rm -f ${D}/${prefix}/lib/*.la
+ rm -f ${D}${prefix}/lib/*.la
  find html -name "Makefile*" | xargs rm
  
  
index b393daa..ffbbf5e 100644 (file)
@@ -116,9 +116,9 @@ do_install() {
  ln -sf gpg2 ${D}${prefix}/bin/gpg
  ln -sf gpgv2 ${D}${prefix}/bin/gpgv
  
- rm -rf ${D}/${prefix}/share/locale/en@{bold,}quot
- rm -rf ${D}/${prefix}/share/locale/en@{bold,}quot
- rm -fr ${D}/${prefix}/share/doc
+ rm -rf ${D}${prefix}/share/locale/en@{bold,}quot
+ rm -rf ${D}${prefix}/share/locale/en@{bold,}quot
+ rm -fr ${D}${prefix}/share/doc
  
  #find_lang gnupg2
  
index 7fb2090..16b0e50 100644 (file)
@@ -154,7 +154,7 @@ do_install() {
    rm -f ${D}${infodir}/dir 
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
- mkdir -p ${D}/${prefix}/share/help
+ mkdir -p ${D}${prefix}/share/help
  find ${D} -name evolution-data-server-3.11.mo -execdir mv {} evolution-data-server.mo \;
  #find_lang evolution-data-server
  #fdupes ${D}
index 705958c..933e992 100644 (file)
@@ -57,10 +57,10 @@ do_install() {
  mkdir -p ${D}
  
  rm -fr ${D}
- mkdir -p ${D}//usr/share/ca-certificates/tizen
- mkdir -p ${D}//usr/share/ca-certificates/wac
- cp -arf certificates/tizen*.pem ${D}//usr/share/ca-certificates/tizen/
- cp -arf certificates/wac*.pem ${D}//usr/share/ca-certificates/wac/
+ mkdir -p ${D}/usr/share/ca-certificates/tizen
+ mkdir -p ${D}/usr/share/ca-certificates/wac
+ cp -arf certificates/tizen*.pem ${D}/usr/share/ca-certificates/tizen/
+ cp -arf certificates/wac*.pem ${D}/usr/share/ca-certificates/wac/
  
  
 }
index ee4ee85..c4d60c8 100644 (file)
@@ -10,7 +10,7 @@ USERADD_PACKAGES = "${PN}"
 
 GROUPADD_PARAM_${PN} = "-g 191 display; -g 100 users; -g 1004 input; -g 190 systemd-journal; -g 54 lock; --system -g 192 weston-launch"
 
-USERADD_PARAM_${PN} = "  -d /run/display -m -u 115  -g display -G users,input,tty,display  -s /bin/sh display; "
+USERADD_PARAM_${PN} = "  -d /run/display -m -u 115  -g display -G users,input,tty,display,video,weston-launch  -s /bin/sh display; "
 USERADD_PARAM_${PN} += " -d /home/alice  -m -u 5001 -g users   -G users,display         -r -s /bin/sh alice; "
 USERADD_PARAM_${PN} += " -d /home/bob    -m -u 5002 -g users   -G users,display         -r -s /bin/sh bob; "
 USERADD_PARAM_${PN} += " -d /home/carol  -m -u 5003 -g users   -G users,display         -r -s /bin/sh carol; "
index b6d15f3..dd13e59 100644 (file)
@@ -64,15 +64,15 @@ do_install() {
  mkdir -p ${D}
  
  
- mkdir -p ${D}/${prefix}/bin
- cp install_widgets.sh ${D}/${prefix}/bin
- cp prepare_widgets.sh ${D}/${prefix}/bin
+ mkdir -p ${D}${prefix}/bin
+ cp install_widgets.sh ${D}${prefix}/bin
+ cp prepare_widgets.sh ${D}${prefix}/bin
  
- mkdir -p  ${D}/${prefix}/share/widget_demo
- cp -r apps/*.wgt ${D}/${prefix}/share/widget_demo/
- #cp -r apps/*.png ${D}/${prefix}/share/widget_demo/
- #cp -r apps/*.desktop ${D}/${prefix}/share/widget_demo/
- cp install.conf ${D}/${prefix}/share/widget_demo/
+ mkdir -p  ${D}${prefix}/share/widget_demo
+ cp -r apps/*.wgt ${D}${prefix}/share/widget_demo/
+ #cp -r apps/*.png ${D}${prefix}/share/widget_demo/
+ #cp -r apps/*.desktop ${D}${prefix}/share/widget_demo/
+ cp install.conf ${D}${prefix}/share/widget_demo/
  
  # install xwalk preinstall service in user session
  mkdir -p ${D}${prefix}/lib/systemd/user
index 777e1f8..9e45731 100644 (file)
@@ -63,10 +63,10 @@ do_install() {
  rm -rf ${D}
  mkdir -p ${D}
  
- install -d ${D}/${prefix}/share/tests/common-crosswalk-suite
- install -m 0755 common/runtest.sh ${D}/${prefix}/share/tests/common-crosswalk-suite
- install -m 0644 common/*.xml ${D}/${prefix}/share/tests/common-crosswalk-suite
- cp -r common/TESTDIR ${D}/${prefix}/share/tests/common-crosswalk-suite
+ install -d ${D}${prefix}/share/tests/common-crosswalk-suite
+ install -m 0755 common/runtest.sh ${D}${prefix}/share/tests/common-crosswalk-suite
+ install -m 0644 common/*.xml ${D}${prefix}/share/tests/common-crosswalk-suite
+ cp -r common/TESTDIR ${D}${prefix}/share/tests/common-crosswalk-suite
  
  
  
index f31451a..b2d05d4 100644 (file)
@@ -63,11 +63,11 @@ do_install() {
  rm -rf ${D}
  mkdir -p ${D}
  
- install -d ${D}/${prefix}/share/tests/common/common-graphics-suite
- install -m 0755 runtest ${D}/${prefix}/share/tests/common/common-graphics-suite
- install -m 0644 *.xml ${D}/${prefix}/share/tests/common/common-graphics-suite
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/common/common-graphics-suite
- cp -r TESTDIR ${D}/${prefix}/share/tests/common/common-graphics-suite
+ install -d ${D}${prefix}/share/tests/common/common-graphics-suite
+ install -m 0755 runtest ${D}${prefix}/share/tests/common/common-graphics-suite
+ install -m 0644 *.xml ${D}${prefix}/share/tests/common/common-graphics-suite
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/common/common-graphics-suite
+ cp -r TESTDIR ${D}${prefix}/share/tests/common/common-graphics-suite
  
  
  
index 9ac81cb..da643da 100644 (file)
@@ -97,22 +97,22 @@ do_install() {
    find ${D} -regex ".*\.a$" | xargs rm -f --
  
  # common-multimedia-suite package 
- install -d ${D}/${prefix}/share/tests/common-multimedia-suite
- install -m 0755 common/runtest.sh ${D}/${prefix}/share/tests/common-multimedia-suite
- install -m 0644 common/*.xml ${D}/${prefix}/share/tests/common-multimedia-suite
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/common-multimedia-suite
- cp -r common/TESTDIR ${D}/${prefix}/share/tests/common-multimedia-suite
+ install -d ${D}${prefix}/share/tests/common-multimedia-suite
+ install -m 0755 common/runtest.sh ${D}${prefix}/share/tests/common-multimedia-suite
+ install -m 0644 common/*.xml ${D}${prefix}/share/tests/common-multimedia-suite
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/common-multimedia-suite
+ cp -r common/TESTDIR ${D}${prefix}/share/tests/common-multimedia-suite
  
  # ivi-multimedia-tests package
- install -d ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
- install -d ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
- install -m 0755 ivi/tts-gstreamer-tests/src/* ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
- install -m 0644 ivi/tts-gstreamer-tests/tests.xml ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
- install -m 0644 ivi/tts-gstreamer-tests/README ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
- install -m 0755 ivi/tts-pulseaudio-tests/src/*.sh ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
- install -m 0644 ivi/tts-pulseaudio-tests/tests.xml ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
- install -m 0644 ivi/tts-pulseaudio-tests/README ${D}/${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/ivi-multimedia-tests
+ install -d ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
+ install -d ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
+ install -m 0755 ivi/tts-gstreamer-tests/src/* ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
+ install -m 0644 ivi/tts-gstreamer-tests/tests.xml ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
+ install -m 0644 ivi/tts-gstreamer-tests/README ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-gstreamer-tests
+ install -m 0755 ivi/tts-pulseaudio-tests/src/*.sh ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
+ install -m 0644 ivi/tts-pulseaudio-tests/tests.xml ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
+ install -m 0644 ivi/tts-pulseaudio-tests/README ${D}${prefix}/share/tests/ivi-multimedia-tests/tts-pulseaudio-tests
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/ivi-multimedia-tests
  
  
 }
index d330c55..4819b13 100644 (file)
@@ -63,11 +63,11 @@ do_install() {
  mkdir -p ${D}
  
  ## common-sanity-suite
- install -d ${D}/${prefix}/share/tests/common/common-sanity-suite
- install -m 0755 runtest ${D}/${prefix}/share/tests/common/common-sanity-suite
- install -m 644 *.xml ${D}/${prefix}/share/tests/common/common-sanity-suite
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/common/common-sanity-suite
- cp -r TESTDIR ${D}/${prefix}/share/tests/common/common-sanity-suite
+ install -d ${D}${prefix}/share/tests/common/common-sanity-suite
+ install -m 0755 runtest ${D}${prefix}/share/tests/common/common-sanity-suite
+ install -m 644 *.xml ${D}${prefix}/share/tests/common/common-sanity-suite
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/common/common-sanity-suite
+ cp -r TESTDIR ${D}${prefix}/share/tests/common/common-sanity-suite
  
  
  
index 34466fd..3e358ec 100644 (file)
@@ -61,9 +61,9 @@ do_install() {
  rm -rf ${D}
  mkdir -p ${D}
  
- install -d ${D}/${prefix}/bin
- install -m 0755 src/common-suite-launcher ${D}/${prefix}/bin
- install -m 0755 src/result-format ${D}/${prefix}/bin
+ install -d ${D}${prefix}/bin
+ install -m 0755 src/common-suite-launcher ${D}${prefix}/bin
+ install -m 0755 src/result-format ${D}${prefix}/bin
  
  
  
index 0a61173..f1c7330 100644 (file)
@@ -70,21 +70,21 @@ do_install() {
  rm -rf ${D}
  mkdir -p ${D}
  
- install -d ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
- install -m 0755 runtest ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
- install -m 0755 process_check/prs_checker ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
- install -m 0644 process_check/testkit.xml ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
- install -m 0644 process_check/README ${D}/${prefix}/share/tests/pc/ivi-sanity-suite
+ install -d ${D}${prefix}/share/tests/pc/ivi-sanity-suite
+ install -m 0755 runtest ${D}${prefix}/share/tests/pc/ivi-sanity-suite
+ install -m 0755 process_check/prs_checker ${D}${prefix}/share/tests/pc/ivi-sanity-suite
+ install -m 0644 process_check/testkit.xml ${D}${prefix}/share/tests/pc/ivi-sanity-suite
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/pc/ivi-sanity-suite
+ install -m 0644 process_check/README ${D}${prefix}/share/tests/pc/ivi-sanity-suite
  
- install -d ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0755 GUI/runtest.sh ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0755 GUI/ivi_apps.py ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0755 GUI/ivi_tests.py ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0644 GUI/testkit.xml ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0644 GUI/README ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- install -m 0644 LICENSE ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
- cp -r GUI/ivi-tests_pics ${D}/${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -d ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0755 GUI/runtest.sh ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0755 GUI/ivi_apps.py ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0755 GUI/ivi_tests.py ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0644 GUI/testkit.xml ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0644 GUI/README ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ install -m 0644 LICENSE ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
+ cp -r GUI/ivi-tests_pics ${D}${prefix}/share/tests/ivi/ivi-sanity-suite/GUI
  
  
  
index 32b879e..5e22775 100644 (file)
@@ -93,8 +93,8 @@ do_install() {
  mkdir -p ${D}
  
  python setup.py install --prefix=${prefix} --root=${D}
- install -d ${D}/${prefix}/share/testkit-lite
- cp -r xsd ${D}/${prefix}/share/testkit-lite
+ install -d ${D}${prefix}/share/testkit-lite
+ cp -r xsd ${D}${prefix}/share/testkit-lite
  #fdupes ${D}
  pushd ${D}${prefix}/lib/python2.7/site-packages
  
index 57810d4..80fa3f2 100644 (file)
@@ -174,9 +174,9 @@ do_install() {
  mkdir -p ${D}
  
  
- mkdir  -p ${D}/${prefix}/share/crosswalk-thirdparty/
+ mkdir  -p ${D}${prefix}/share/crosswalk-thirdparty/
  tar -zcvf out.tgz src/out
- cp -ar out.tgz ${D}/${prefix}/share/crosswalk-thirdparty/
+ cp -ar out.tgz ${D}${prefix}/share/crosswalk-thirdparty/
  
  
 }
index 3dbc84b..879cecf 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Tizen Web APIs implemented using Crosswalk"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Development/Libraries"
 LICENSE = "BSD-3-Clause and Apache-2.0"
-PV = "0.115"
+PV = "0.120"
 
 SRC_URI = ""
 
index 036c1e9..9c1e01c 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/framework/web/tizen-extensions-crosswalk;tag=cd9c493807ea7d616742c0eeff80226e21ca4798;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/framework/web/tizen-extensions-crosswalk;tag=4c28c16150d492f1d77df6c53aa62d2d969d303d;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 66b7e22..fcaa809 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/api/notification;tag=ca4ab014da6920b269d1792f8fdb84cc57885f2b;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/api/notification;tag=ed435091cac105cd678d6223b2bb316bad527d50;nobranch=1"
 
 BBCLASSEXTEND += " native "
 
index 0f7b848..a147b0d 100644 (file)
@@ -109,36 +109,36 @@ do_install() {
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
  
- install -d ${D}/${prefix}/include/genivi-shell/
- install -d ${D}/${prefix}/lib/pkgconfig/
- install -d ${D}/${prefix}/share/genivi-shell/protocol/
+ install -d ${D}${prefix}/include/genivi-shell/
+ install -d ${D}${prefix}/lib/pkgconfig/
+ install -d ${D}${prefix}/share/genivi-shell/protocol/
  
- install -m 644 protocol/ivi-application.xml ${D}/${prefix}/share/genivi-shell/protocol/
- install -m 644 protocol/ivi-controller.xml ${D}/${prefix}/share/genivi-shell/protocol/
+ install -m 644 protocol/ivi-application.xml ${D}${prefix}/share/genivi-shell/protocol/
+ install -m 644 protocol/ivi-controller.xml ${D}${prefix}/share/genivi-shell/protocol/
  
  install -m 644 protocol/ivi-application-server-protocol.h \
-     ${D}/${prefix}/share/genivi-shell/protocol/
+     ${D}${prefix}/share/genivi-shell/protocol/
  
  install -m 644 protocol/ivi-application-protocol.c \
-     ${D}/${prefix}/share/genivi-shell/protocol/
+     ${D}${prefix}/share/genivi-shell/protocol/
  
  install -m 644 protocol/ivi-application-client-protocol.h \
-     ${D}/${prefix}/include/genivi-shell/
+     ${D}${prefix}/include/genivi-shell/
  
  install -m 644 protocol/ivi-controller-server-protocol.h \
-     ${D}/${prefix}/share/genivi-shell/protocol/
+     ${D}${prefix}/share/genivi-shell/protocol/
  
  install -m 644 protocol/ivi-controller-protocol.c \
-     ${D}/${prefix}/share/genivi-shell/protocol/
+     ${D}${prefix}/share/genivi-shell/protocol/
  
  install -m 644 protocol/ivi-controller-client-protocol.h \
-     ${D}/${prefix}/include/genivi-shell/
+     ${D}${prefix}/include/genivi-shell/
  
  install -m 644 protocol/libivi-extension-protocol.a \
-     ${D}/${prefix}/lib/
+     ${D}${prefix}/lib/
  
  install -m 644  ivi-extension-protocol.pc \
-     ${D}/${prefix}/lib/pkgconfig/
+     ${D}${prefix}/lib/pkgconfig/
  
  
 }
index bf765f2..6384094 100644 (file)
@@ -135,21 +135,21 @@ do_install() {
  mv ${D}${prefix}/bin/weston-fullscreen ${D}${prefix}/bin/ivi
  mv ${D}${prefix}/bin/weston-terminal ${D}${prefix}/bin/ivi
  
- install -d ${D}/${prefix}/share/weston-ivi-shell/protocol/
+ install -d ${D}${prefix}/share/weston-ivi-shell/protocol/
  
  install -m 644 protocol/*.xml \
-     ${D}/${prefix}/share/weston-ivi-shell/protocol/
+     ${D}${prefix}/share/weston-ivi-shell/protocol/
  
  install -m 644 protocol/*.h \
-     ${D}/${prefix}/share/weston-ivi-shell/protocol/
+     ${D}${prefix}/share/weston-ivi-shell/protocol/
  
  install -m 644 protocol/*.c \
-     ${D}/${prefix}/share/weston-ivi-shell/protocol/
+     ${D}${prefix}/share/weston-ivi-shell/protocol/
  
  mkdir -p ${D}${sysconfdir}/xdg/weston
  install -m 0644 ${S}/packaging/weston.ini ${D}${sysconfdir}/xdg/weston
- install -d ${D}/${prefix}/share/weston/
- cp -rfva data/* ${D}/${prefix}/share/weston/
+ install -d ${D}${prefix}/share/weston/
+ cp -rfva data/* ${D}${prefix}/share/weston/
  
  
  
index b7b315d..f08c37d 100644 (file)
@@ -77,7 +77,7 @@ do_install() {
  
  install -d ${D}${prefix}/lib/systemd/user/weston.target.wants
  install -m 644 weston.service ${D}${prefix}/lib/systemd/user/weston.service
- ln -sf ../weston.service ${D}/${prefix}/lib/systemd/user/weston.target.wants/
+ ln -sf ../weston.service ${D}${prefix}/lib/systemd/user/weston.target.wants/
  
  mkdir -p ${D}${sysconfdir}/profile.d/
  install -m 0644 weston.sh ${D}${sysconfdir}/profile.d/
index 7a1b855..3157bd7 100644 (file)
@@ -88,10 +88,10 @@ do_install() {
    find ${D} -regex ".*\.a$" | xargs rm -f --
  
  # include
- mkdir -p ${D}/${prefix}/include/ico-util/
- cp -f include/ico_uws.h ${D}/${prefix}/include/ico-util/
- cp -f include/ico_log.h ${D}/${prefix}/include/ico-util/
- cp -f include/ico_dbus_amb_efl.h ${D}/${prefix}/include/ico-util/
+ mkdir -p ${D}${prefix}/include/ico-util/
+ cp -f include/ico_uws.h ${D}${prefix}/include/ico-util/
+ cp -f include/ico_log.h ${D}${prefix}/include/ico-util/
+ cp -f include/ico_dbus_amb_efl.h ${D}${prefix}/include/ico-util/
  # log output
  mkdir -p ${D}/${localstatedir}/log/ico/
  chmod 0777 ${D}/${localstatedir}/log/ico/