diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-06-19 20:03:18 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-06-19 20:03:18 +0200 |
commit | 8bf02d85383b87a53ae194e72ead4b89be187925 (patch) | |
tree | 6dfcf4d48c7640d7529e7afb1ed1266d74dc87d2 | |
parent | ca99d96e764d807b53f4803724ee6e42dac88cc6 (diff) | |
download | meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.tar.gz meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.tar.bz2 meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.zip |
Update to new recipes
Change-Id: Ib6f5466b3608f6f026a54738fb732106757f94e2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
91 files changed, 1675 insertions, 832 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7749f940..a0f5e43b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -37,3 +37,4 @@ DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_append = " pam " +#DISTRO_FEATURES_append = " ld-is-gold " diff --git a/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb b/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb new file mode 100644 index 00000000..3e7839db --- /dev/null +++ b/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb @@ -0,0 +1,16 @@ +require recipes-image/images/tizen-common-core-image-crosswalk.bb + +DESCRIPTION = "A weston image with Tizen common and \ +is suitable for development work." + +IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh" +IMAGE_INSTALL += "attr" +IMAGE_INSTALL += "util-linux-agetty" +IMAGE_INSTALL += "strace" +IMAGE_INSTALL += "gdb" +IMAGE_INSTALL += "lsof" +IMAGE_INSTALL += "screen" +IMAGE_INSTALL += "ldd" +IMAGE_INSTALL += "libcap" +IMAGE_INSTALL += "sudo" +IMAGE_INSTALL += "connman-client"
\ No newline at end of file diff --git a/recipes-image/images/tizen-common-core-image-crosswalk.bb b/recipes-image/images/tizen-common-core-image-crosswalk.bb new file mode 100644 index 00000000..5dbd7112 --- /dev/null +++ b/recipes-image/images/tizen-common-core-image-crosswalk.bb @@ -0,0 +1,9 @@ +require recipes-image/images/tizen-common-core-image-minimal.bb + +SUMMARY = "A Wayland image with a terminal and crosswalk" + +LICENSE = "MIT" + +DESCRIPTION = "A weston image with Tizen common ." + +IMAGE_INSTALL += "crosswalk" diff --git a/recipes-image/images/tizen-common-core-image-minimal.bb b/recipes-image/images/tizen-common-core-image-minimal.bb index e07b30d6..934b9fde 100644 --- a/recipes-image/images/tizen-common-core-image-minimal.bb +++ b/recipes-image/images/tizen-common-core-image-minimal.bb @@ -17,12 +17,10 @@ DEPENDS += " tar-replacement-native " IMAGE_INSTALL += "connman" IMAGE_INSTALL += "weston-common" IMAGE_INSTALL += "mesa-megadriver" -IMAGE_INSTALL += "meta" +IMAGE_INSTALL += "meta-common" IMAGE_INSTALL += "pam" IMAGE_INSTALL += "weston-common-tz-launcher" IMAGE_INSTALL += "weston-common-config" IMAGE_INSTALL += "user-session-units" IMAGE_INSTALL += "default-ac-domains" IMAGE_INSTALL += "desktop-skin" - -IMAGE_INSTALL += "crosswalk" diff --git a/recipes-tizen/ail/ail.inc b/recipes-tizen/ail/ail.inc index 8e5b7458..dd225a51 100644 --- a/recipes-tizen/ail/ail.inc +++ b/recipes-tizen/ail/ail.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by ail +#PROVIDES by ail # the PROVIDES rules is ignore "libail = 0.2.80-1" PROVIDES += "libail" RPROVIDES_ail += "libail" -#PROVIDES by ail-dev +#PROVIDES by ail-dev RDEPENDS = "" @@ -28,7 +28,7 @@ RDEPENDS_${PN}-dev += "libail" DEPENDS = "" -#DEPENDS of ail +#DEPENDS of ail DEPENDS += "xdgmime" DEPENDS += "tizen-platform-config" DEPENDS += "dlog" @@ -58,10 +58,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS+=" -fpic" @@ -94,8 +94,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -161,6 +161,9 @@ pkg_postrm_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " ail " +PACKAGES += " ail-dev " ail_files = "" ail_files += "ail.manifest" diff --git a/recipes-tizen/alarm-manager/alarm-manager.inc b/recipes-tizen/alarm-manager/alarm-manager.inc index a02c7624..f24f2b37 100644 --- a/recipes-tizen/alarm-manager/alarm-manager.inc +++ b/recipes-tizen/alarm-manager/alarm-manager.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by alarm-manager +#PROVIDES by alarm-manager -#PROVIDES by libalarm +#PROVIDES by libalarm -#PROVIDES by alarm-server +#PROVIDES by alarm-server -#PROVIDES by libalarm-dev +#PROVIDES by libalarm-dev RDEPENDS = "" @@ -36,7 +36,7 @@ RDEPENDS_libalarm-dev += "libalarm" DEPENDS = "" -#DEPENDS of alarm-manager +#DEPENDS of alarm-manager DEPENDS += "aul-1" DEPENDS += "dbus" DEPENDS += "app-svc" @@ -72,10 +72,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -136,8 +136,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -210,6 +210,7 @@ pkg_postrm_alarm-server() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libalarm " PACKAGES += " alarm-server " PACKAGES += " libalarm-dev " diff --git a/recipes-tizen/alsa-scenario-0.2/alsa-scenario-0.2.inc b/recipes-tizen/alsa-scenario-0.2/alsa-scenario-0.2.inc index fc29ac70..04e3787b 100644 --- a/recipes-tizen/alsa-scenario-0.2/alsa-scenario-0.2.inc +++ b/recipes-tizen/alsa-scenario-0.2/alsa-scenario-0.2.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by alsa-scenario-dev +#PROVIDES by alsa-scenario-dev -#PROVIDES by alsa-scenario +#PROVIDES by alsa-scenario RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_alsa-scenario-dev += "alsa-scenario" DEPENDS = "" -#DEPENDS of alsa-scenario +#DEPENDS of alsa-scenario DEPENDS += "alsa-lib" do_prep() { @@ -48,10 +48,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; cp -f /usr/share/libtool/config/config.guess ${WORKDIR}/alsa-scenario-0.2.1/ cp -f /usr/share/libtool/config/config.sub ${WORKDIR}/alsa-scenario-0.2.1/ @@ -87,8 +87,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -115,6 +115,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " alsa-scenario-dev " PACKAGES += " alsa-scenario " @@ -128,8 +129,8 @@ alsa-scenario_files = "" alsa-scenario_files += "alsa-scenario.manifest" alsa-scenario_files += "${prefix}/lib/libascenario-0.2.so.*" -FILES_${PN}-dev = "${alsa-scenario-dev_files}" -FILES_${PN} = "${alsa-scenario_files}" +FILES_alsa-scenario-dev = "${alsa-scenario-dev_files}" +FILES_alsa-scenario = "${alsa-scenario_files}" PKG_alsa-scenario-dev= "alsa-scenario-dev" PKG_alsa-scenario= "alsa-scenario" diff --git a/recipes-tizen/app-checker/app-checker.inc b/recipes-tizen/app-checker/app-checker.inc index df5ad0b0..5f9a62dd 100644 --- a/recipes-tizen/app-checker/app-checker.inc +++ b/recipes-tizen/app-checker/app-checker.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by app-checker-server-dev +#PROVIDES by app-checker-server-dev -#PROVIDES by app-checker-dev +#PROVIDES by app-checker-dev -#PROVIDES by app-checker +#PROVIDES by app-checker -#PROVIDES by app-checker-server +#PROVIDES by app-checker-server RDEPENDS = "" @@ -36,7 +36,7 @@ RDEPENDS_${PN}-server += "app-checker" DEPENDS = "" -#DEPENDS of app-checker +#DEPENDS of app-checker DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" @@ -63,10 +63,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -96,8 +96,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -132,8 +132,11 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " app-checker-server-dev " PACKAGES += " app-checker-server " +PACKAGES += " app-checker " +PACKAGES += " app-checker-dev " app-checker-server-dev_files = "" app-checker-server-dev_files += "app-checker.manifest" diff --git a/recipes-tizen/app-core/app-core.inc b/recipes-tizen/app-core/app-core.inc index c850b402..3655eb77 100644 --- a/recipes-tizen/app-core/app-core.inc +++ b/recipes-tizen/app-core/app-core.inc @@ -12,22 +12,22 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by app-core-efl +#PROVIDES by app-core-efl -#PROVIDES by app-core-template +#PROVIDES by app-core-template -#PROVIDES by app-core +#PROVIDES by app-core -#PROVIDES by app-core-common-dev +#PROVIDES by app-core-common-dev -#PROVIDES by app-core-common +#PROVIDES by app-core-common -#PROVIDES by app-core-efl-dev +#PROVIDES by app-core-efl-dev RDEPENDS = "" @@ -50,7 +50,7 @@ RDEPENDS_${PN}-efl-dev += "app-core-common-dev" DEPENDS = "" -#DEPENDS of app-core +#DEPENDS of app-core DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -84,10 +84,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -120,8 +120,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -164,6 +164,7 @@ pkg_postrm_app-core-common() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " app-core-efl-dev " PACKAGES += " app-core-efl " PACKAGES += " app-core-common " diff --git a/recipes-tizen/app-core/app-core_git.bb b/recipes-tizen/app-core/app-core_git.bb index e095494d..8f492a77 100644 --- a/recipes-tizen/app-core/app-core_git.bb +++ b/recipes-tizen/app-core/app-core_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/app-core;tag=b772c8ca27263c3f2d5f23340000bb79081123ec;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/app-core;tag=5f1787bb00aeec0926b50780d7aeae081895c7cb;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/app-svc/app-svc.inc b/recipes-tizen/app-svc/app-svc.inc index 1b98daef..17fb1128 100644 --- a/recipes-tizen/app-svc/app-svc.inc +++ b/recipes-tizen/app-svc/app-svc.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by app-svc +#PROVIDES by app-svc -#PROVIDES by app-svc-dev +#PROVIDES by app-svc-dev RDEPENDS = "" @@ -27,7 +27,7 @@ RDEPENDS_${PN}-dev += "app-svc" DEPENDS = "" -#DEPENDS of app-svc +#DEPENDS of app-svc DEPENDS += "pkgmgr-info" DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" @@ -65,10 +65,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -98,8 +98,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -133,6 +133,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " app-svc " +PACKAGES += " app-svc-dev " app-svc_files = "" app-svc_files += "app-svc.manifest" diff --git a/recipes-tizen/appcore-agent/appcore-agent.inc b/recipes-tizen/appcore-agent/appcore-agent.inc index 5a6974d9..697510c9 100644 --- a/recipes-tizen/appcore-agent/appcore-agent.inc +++ b/recipes-tizen/appcore-agent/appcore-agent.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by appcore-agent +#PROVIDES by appcore-agent -#PROVIDES by appcore-agent-dev +#PROVIDES by appcore-agent-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "appcore-agent" DEPENDS = "" -#DEPENDS of appcore-agent +#DEPENDS of appcore-agent DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -55,10 +55,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -86,8 +86,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -115,6 +115,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " appcore-agent " +PACKAGES += " appcore-agent-dev " appcore-agent_files = "" appcore-agent_files += "appcore-agent.manifest" diff --git a/recipes-tizen/application/application.inc b/recipes-tizen/application/application.inc index 34f6e779..4f50b3d1 100644 --- a/recipes-tizen/application/application.inc +++ b/recipes-tizen/application/application.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by capi-appfw-application-dev +#PROVIDES by capi-appfw-application-dev -#PROVIDES by capi-appfw-application +#PROVIDES by capi-appfw-application RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_capi-appfw-${PN}-dev += "capi-appfw-application" DEPENDS = "" -#DEPENDS of capi-appfw-application +#DEPENDS of capi-appfw-application DEPENDS += "aul-1" DEPENDS += "sqlite3" DEPENDS_append_class-native = " cmake-native" @@ -60,10 +60,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; MAJORVER=`echo 0.1.0 | awk 'BEGIN {FS="."}{print $1}'` @@ -94,8 +94,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -126,6 +126,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-appfw-application-dev " PACKAGES += " capi-appfw-application " @@ -141,8 +142,8 @@ capi-appfw-application_files += "${prefix}/lib/libcapi-appfw-application.so.*" capi-appfw-application_files += "capi-appfw-application.manifest" capi-appfw-application_files += "/usr/share/license/capi-appfw-application" -FILES_${PN}-dev = "${capi-appfw-application-dev_files}" -FILES_${PN} = "${capi-appfw-application_files}" +FILES_capi-appfw-${PN}-dev = "${capi-appfw-application-dev_files}" +FILES_capi-appfw-${PN} = "${capi-appfw-application_files}" PKG_capi-appfw-application-dev= "capi-appfw-application-dev" PKG_capi-appfw-application= "capi-appfw-application" diff --git a/recipes-tizen/audio-session-manager/audio-session-manager.inc b/recipes-tizen/audio-session-manager/audio-session-manager.inc index fecae50d..4171d8da 100644 --- a/recipes-tizen/audio-session-manager/audio-session-manager.inc +++ b/recipes-tizen/audio-session-manager/audio-session-manager.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by audio-session-manager-dev +#PROVIDES by audio-session-manager-dev -#PROVIDES by audio-session-manager +#PROVIDES by audio-session-manager -#PROVIDES by audio-session-manager-sdk-dev +#PROVIDES by audio-session-manager-sdk-dev RDEPENDS = "" @@ -34,7 +34,7 @@ RDEPENDS_${PN}-sdk-dev += "audio-session-manager-dev" DEPENDS = "" -#DEPENDS of audio-session-manager +#DEPENDS of audio-session-manager DEPENDS += "avsystem" DEPENDS += "libmm-common" DEPENDS += "security-server" @@ -63,10 +63,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -123,8 +123,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -154,6 +154,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " audio-session-manager-dev " +PACKAGES += " audio-session-manager " PACKAGES += " audio-session-manager-sdk-dev " audio-session-manager-dev_files = "" diff --git a/recipes-tizen/aul-1/aul-1-extraconf.inc b/recipes-tizen/aul-1/aul-1-extraconf.inc index 60765d27..3cef73d2 100644 --- a/recipes-tizen/aul-1/aul-1-extraconf.inc +++ b/recipes-tizen/aul-1/aul-1-extraconf.inc @@ -1,4 +1,8 @@ -SRC_URI += "file://Removing-Ecore-or-EFL-related-packages-depedencies.patch " +SRC_URI += "file://CMakeLists.txt.patch \ + file://am_daemon.patch \ + file://include.patch \ + file://test.patch \ + " RDEPENDS = "" #RDEPENDS of aul (aul) @@ -10,7 +14,7 @@ RDEPENDS_aul-dev += "aul" DEPENDS = "" -#DEPENDS of aul +#DEPENDS of aul DEPENDS += "pkgmgr-info" DEPENDS += "librua" DEPENDS_append_class-native = " cmake-native" diff --git a/recipes-tizen/aul-1/aul-1.inc b/recipes-tizen/aul-1/aul-1.inc index 807f364e..8a100be7 100644 --- a/recipes-tizen/aul-1/aul-1.inc +++ b/recipes-tizen/aul-1/aul-1.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by aul +#PROVIDES by aul -#PROVIDES by aul-dev +#PROVIDES by aul-dev RDEPENDS = "" @@ -28,7 +28,7 @@ RDEPENDS_aul-dev += "aul" DEPENDS = "" -#DEPENDS of aul +#DEPENDS of aul DEPENDS += "pkgmgr-info" DEPENDS += "librua" DEPENDS_append_class-native = " cmake-native" @@ -67,10 +67,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -86,7 +86,8 @@ do_compile() { -DSYSCONF_INSTALL_DIR:PATH=${sysconfdir} \ -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \ -DCMAKE_SKIP_RPATH:BOOL=ON \ - -DBUILD_SHARED_LIBS:BOOL=ON . -DWITH_WAYLAND=On + -DBUILD_SHARED_LIBS:BOOL=ON . \ + -DWITH_WAYLAND=On \ make -j16 @@ -100,8 +101,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -122,25 +123,54 @@ do_install() { ln -sf ../../init.d/launchpad_run ${D}/${sysconfdir}/rc.d/rc3.d/S34launchpad_run ln -sf ../../init.d/launchpad_run ${D}/${sysconfdir}/rc.d/rc4.d/S80launchpad_run - mkdir -p ${D}%{TZ_SYS_DB} - sqlite3 ${D}%{TZ_SYS_DB}/.mida.db < ${D}/usr/share/aul/mida_db.sql + mkdir -p ${D}/usr/dbspace + sqlite3 ${D}/usr/dbspace/.mida.db < ${D}/usr/share/aul/mida_db.sql rm -rf ${D}/usr/share/aul/mida_db.sql mkdir -p ${D}/usr/lib/systemd/system/graphical.target.wants + mkdir -p ${D}/usr/lib/systemd/user/default.target.wants install -m 0644 ${S}/packaging/launchpad-preload@.service ${D}/usr/lib/systemd/system/launchpad-preload@.service install -m 0644 ${S}/packaging/ac.service ${D}/usr/lib/systemd/system/ac.service ln -s ../launchpad-preload@.service ${D}/usr/lib/systemd/system/graphical.target.wants/launchpad-preload@5000.service ln -s ../ac.service ${D}/usr/lib/systemd/system/graphical.target.wants/ac.service - mkdir -p ${D}%{TZ_SYS_SMACK}/accesses.d - - mkdir -p ${D}/usr/share/license - cp LICENSE ${D}/usr/share/license/aul - + install -m 0644 ${S}/packaging/amd_session_agent.service ${D}/usr/lib/systemd/user/amd_session_agent.service + ln -s ../amd_session_agent.service ${D}/usr/lib/systemd/user/default.target.wants/amd_session_agent.service } +pkg_postinst_${PN}() { + #!/bin/sh -e + + /sbin/ldconfig + systemctl daemon-reload + if [ $1 == 1 ]; then + systemctl restart launchpad-preload@5000.service + systemctl restart ac.service + fi + +} + +pkg_prerm_${PN}() { + #!/bin/sh -e + + if [ $1 == 0 ]; then + systemctl stop launchpad-preload@5000.service + systemctl stop ac.service + fi + +} + +pkg_postrm_${PN}() { + #!/bin/sh -e + + /sbin/ldconfig + systemctl daemon-reload + +} + +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " aul " PACKAGES += " aul-dev " @@ -153,33 +183,34 @@ aul_files += "${prefix}/bin/aul_service.sh" aul_files += "${prefix}/bin/aul_service_test.sh" aul_files += "${sysconfdir}/rc.d/rc3.d/S34launchpad_run" aul_files += "${sysconfdir}/rc.d/rc4.d/S80launchpad_run" -aul_files += "%attr(0644,root,%{TZ_SYS_USER_GROUP}) %{TZ_SYS_DB}/.mida.db" -aul_files += "%attr(0644,root,%{TZ_SYS_USER_GROUP}) %{TZ_SYS_DB}/.mida.db-journal" +aul_files += "%attr(0644,root,users) /usr/dbspace/.mida.db" +aul_files += "%attr(0644,root,users) /usr/dbspace/.mida.db-journal" aul_files += "${prefix}/bin/aul_mime.sh" aul_files += "${prefix}/bin/aul_test" aul_files += "${prefix}/bin/launch_app" aul_files += "${prefix}/bin/open_app" +aul_files += "${prefix}/bin/amd_session_agent" aul_files += "/usr/share/aul/miregex/*" aul_files += "/usr/share/aul/service/*" aul_files += "/usr/share/aul/preload_list.txt" aul_files += "/usr/share/aul/preexec_list.txt" -aul_files += "${prefix}/bin/launchpad_preloading_preinitializing_daemon" aul_files += "/usr/lib/systemd/system/graphical.target.wants/launchpad-preload@5000.service" aul_files += "/usr/lib/systemd/system/graphical.target.wants/ac.service" aul_files += "/usr/lib/systemd/system/launchpad-preload@.service" aul_files += "/usr/lib/systemd/system/ac.service" +aul_files += "/usr/lib/systemd/user/amd_session_agent.service" +aul_files += "/usr/lib/systemd/user/default.target.wants/amd_session_agent.service" aul_files += "/usr/bin/amd" aul_files += "/usr/bin/daemon-manager-release-agent" aul_files += "/usr/bin/daemon-manager-launch-agent" -aul_files += "/usr/share/license/aul" aul-dev_files = "" aul-dev_files += "/usr/include/aul/*.h" aul-dev_files += "${prefix}/lib/*.so" aul-dev_files += "${prefix}/lib/pkgconfig/*.pc" -FILES_${PN} = "${aul_files}" -FILES_${PN}-dev = "${aul-dev_files}" +FILES_aul = "${aul_files}" +FILES_aul-dev = "${aul-dev_files}" PKG_aul= "aul" PKG_aul-dev= "aul-dev" diff --git a/recipes-tizen/aul-1/aul-1/CMakeLists.txt.patch b/recipes-tizen/aul-1/aul-1/CMakeLists.txt.patch new file mode 100644 index 00000000..ad3d20ec --- /dev/null +++ b/recipes-tizen/aul-1/aul-1/CMakeLists.txt.patch @@ -0,0 +1,53 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 22e73a7..28102f2 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -19,15 +19,17 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}") + + # Set required packages + INCLUDE(FindPkgConfig) +-SET(AUL-1_PKG_CHECK_MODULES dlog ecore libprivilege-control app-checker rua glib-2.0 ecore-input evas vconf pkgmgr-info privacy-manager-client) ++SET(AUL-1_PKG_CHECK_MODULES dlog ecore libprivilege-control app-checker rua glib-2.0 vconf pkgmgr-info privacy-manager-client) + OPTION(WITH_WAYLAND "Build with wayland" OFF) +-IF(WITH_WAYLAND) +- ADD_DEFINITIONS("-DWAYLAND") +- pkg_check_modules(pkgs REQUIRED ${AUL-1_PKG_CHECK_MODULES} ecore-wayland) +-ELSE(WITH_WAYLAND) +- ADD_DEFINITIONS("-DX11") +- pkg_check_modules(pkgs REQUIRED ${AUL-1_PKG_CHECK_MODULES} x11 ecore-x) +-ENDIF(WITH_WAYLAND) ++pkg_check_modules(pkgs REQUIRED ${AUL-1_PKG_CHECK_MODULES} ) ++ ++#IF(WITH_WAYLAND) ++# ADD_DEFINITIONS("-DWAYLAND") ++# pkg_check_modules(pkgs REQUIRED ${AUL-1_PKG_CHECK_MODULES} ecore-wayland) ++#ELSE(WITH_WAYLAND) ++# ADD_DEFINITIONS("-DX11") ++# pkg_check_modules(pkgs REQUIRED ${AUL-1_PKG_CHECK_MODULES} x11 ecore-x) ++#ENDIF(WITH_WAYLAND) + + pkg_check_modules(libpkgs REQUIRED dlog bundle dbus-glib-1 ail xdgmime app-checker libtzplatform-config) + PKG_CHECK_MODULES(PKGS REQUIRED glib-2.0 gio-2.0 dlog bundle) +@@ -56,7 +58,7 @@ SET(CMAKE_C_FLAGS_RELEASE "-O2") + + SET(CMAKE_SKIP_BUILD_RPATH true) + +-# Get uname value to set 'TARGET' definition ++# Get uname value to set 'TARGET' definition + # TODO: Is this needed? + FIND_PROGRAM(UNAME NAMES uname) + EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH") +@@ -121,11 +123,9 @@ add_executable(amd + am_daemon/amd_status.c + ) + SET(AUL-1_LINK_LIBRARY amd aul_mods app-checker-server rua glib-2.0 bundle ail aul) +-IF (WITH_WAYLAND) ++ + target_link_libraries(${AUL-1_LINK_LIBRARY} ${pkgs_LDFLAGS}) +-ELSE(WITH_WAYLAND) +-target_link_libraries(${AUL-1_LINK_LIBRARY} utilX ${pkgs_LDFLAGS}) +-ENDIF(WITH_WAYLAND) ++ + + SET(REL_AGENT daemon-manager-release-agent) + ADD_EXECUTABLE(${REL_AGENT} agent/${REL_AGENT}.c) diff --git a/recipes-tizen/aul-1/aul-1/am_daemon.patch b/recipes-tizen/aul-1/aul-1/am_daemon.patch new file mode 100644 index 00000000..63de491e --- /dev/null +++ b/recipes-tizen/aul-1/aul-1/am_daemon.patch @@ -0,0 +1,205 @@ +diff --git a/am_daemon/amd_key.c b/am_daemon/amd_key.c +index 4725889..3943b70 100755 +--- a/am_daemon/amd_key.c ++++ b/am_daemon/amd_key.c +@@ -19,16 +19,16 @@ + * + */ + +-#include <Ecore.h> +-#include <Evas.h> +-#include <Ecore_Input.h> +-#ifdef X11 +-#include <Ecore_X.h> +-#include <utilX.h> +-#endif +-#ifdef WAYLAND +-#include <Ecore_Wayland.h> +-#endif ++//#include <Ecore.h> ++//#include <Evas.h> ++//#include <Ecore_Input.h> ++//#ifdef X11 ++//#include <Ecore_X.h> ++//#include <utilX.h> ++//#endif ++//#ifdef WAYLAND ++//#include <Ecore_Wayland.h> ++//#endif + #include <aul.h> + #include <glib.h> + +@@ -37,7 +37,7 @@ + #include "app_sock.h" + #include "launch.h" + +-static struct { ++/*static struct { + Evas_Object *win; + Ecore_Event_Handler *key_up; + Ecore_Event_Handler *key_down; +@@ -45,14 +45,14 @@ static struct { + .win = NULL, + .key_up = NULL, + .key_down = NULL, +-}; ++};*/ + + GSList *key_pid_list = NULL; + +-static Eina_Bool __key_release_cb(void *data, int type, void *event); +-static Eina_Bool __key_press_cb(void *data, int type, void *event); ++//static Eina_Bool __key_release_cb(void *data, int type, void *event); ++//static Eina_Bool __key_press_cb(void *data, int type, void *event); + +-static Eina_Bool __key_release_cb(void *data, int type, void *event) ++/*static Eina_Bool __key_release_cb(void *data, int type, void *event) + { + Evas_Event_Key_Up *ev = event; + int ret; +@@ -83,10 +83,10 @@ static Eina_Bool __key_release_cb(void *data, int type, void *event) + } + + return ECORE_CALLBACK_RENEW; +-} ++}*/ + + +-static Eina_Bool __key_press_cb(void *data, int type, void *event) ++/*static Eina_Bool __key_press_cb(void *data, int type, void *event) + { + Evas_Event_Key_Down *ev = event; + int ret; +@@ -117,7 +117,7 @@ static Eina_Bool __key_press_cb(void *data, int type, void *event) + } + + return ECORE_CALLBACK_RENEW; +-} ++}*/ + + int _register_key_event(int pid) + { +@@ -171,7 +171,7 @@ int _unregister_key_event(int pid) + + int _key_init() + { +-#ifdef X11 ++/*#ifdef X11 + key_info.win = ecore_x_window_input_new(0, 0, 0, 1, 1); + if (!key_info.win) { + _D("Failed to create hidden window"); +@@ -198,7 +198,7 @@ int _key_init() + if (!key_info.key_down) { + _D("Failed to register a key down event handler"); + } +-#endif // X11 ++#endif // X11*/ + + return 0; + } +diff --git a/am_daemon/amd_main.c b/am_daemon/amd_main.c +index 4b29192..8c60700 100755 +--- a/am_daemon/amd_main.c ++++ b/am_daemon/amd_main.c +@@ -24,16 +24,16 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <string.h> +-#include <Ecore.h> +-#include <Ecore_Input.h> +-#include <Evas.h> +-#ifdef X11 +-#include <Ecore_X.h> +-#include <utilX.h> +-#endif +-#ifdef WAYLAND +-#include <Ecore_Wayland.h> +-#endif ++//#include <Ecore.h> ++//#include <Ecore_Input.h> ++//#include <Evas.h> ++//#ifdef X11 ++//#include <Ecore_X.h> ++//#include <utilX.h> ++//#endif ++//#ifdef WAYLAND ++//#include <Ecore_Wayland.h> ++//#endif + #include <aul.h> + #include <vconf.h> + #include <app-checker-server.h> +@@ -258,16 +258,16 @@ static int __init() + + int ret; + +- ecore_init(); +- evas_init(); +- ecore_event_init(); +-#ifdef X11 ++ //ecore_init(); ++ //evas_init(); ++ //ecore_event_init(); ++/*#ifdef X11 + ret = ecore_x_init(NULL); + _D("ecore_x_init initialized %d times\n", ret); + #endif + #ifdef WAYLAND + ecore_wl_init(NULL); +-#endif ++#endif*/ + + appinfo_init(&amd.af); + cgutil_create(MOUNT_PATH, AGENT_PATH, &amd.cg); +@@ -321,7 +321,7 @@ int main(int argc, char *argv[]) + + g_idle_add(__amd_ready, NULL); + +- ecore_main_loop_begin(); ++ //ecore_main_loop_begin(); + + return 0; + } +diff --git a/am_daemon/amd_status.c b/am_daemon/amd_status.c +index d1e70f0..551139a 100755 +--- a/am_daemon/amd_status.c ++++ b/am_daemon/amd_status.c +@@ -24,7 +24,7 @@ + #include <glib.h> + #include <aul.h> + #include <string.h> +-#include <Ecore.h> ++//#include <Ecore.h> + + #include "amd_config.h" + #include "amd_status.h" +@@ -69,7 +69,7 @@ int _status_add_app_info_list(char *appid, char *app_path, int pid, int pad_pid) + return 0; + } + +-static Eina_Bool __app_terminate_timer_cb(void *data) ++static int __app_terminate_timer_cb(void *data) + { + int pid = (int)data; + int ret = 0; +@@ -80,7 +80,7 @@ static Eina_Bool __app_terminate_timer_cb(void *data) + if (ret == -1) + _D("send SIGKILL: %s", strerror(errno)); + +- return ECORE_CALLBACK_CANCEL; ++ return ret; + } + + int _status_update_app_info_list(int pid, int status) +@@ -93,10 +93,10 @@ int _status_update_app_info_list(int pid, int status) + info_t = (app_status_info_t *)iter->data; + if(pid == info_t->pid) { + info_t->status = status; +- if(status == STATUS_DYING) { ++ /*if(status == STATUS_DYING) { + if(info_t->pad_pid != DEBUG_LAUNCHPAD_PID) + ecore_timer_add(2, __app_terminate_timer_cb, info_t->pid); +- } ++ }*/ + break; + } + }
\ No newline at end of file diff --git a/recipes-tizen/aul-1/aul-1/include.patch b/recipes-tizen/aul-1/aul-1/include.patch new file mode 100644 index 00000000..082f66ac --- /dev/null +++ b/recipes-tizen/aul-1/aul-1/include.patch @@ -0,0 +1,29 @@ +diff --git a/include/SLP_AUL_PG.h b/include/SLP_AUL_PG.h +index 60fe408..8166b7d 100755 +--- a/include/SLP_AUL_PG.h ++++ b/include/SLP_AUL_PG.h +@@ -211,7 +211,7 @@ int main(int argc, char *argv[]) + // Callee application + #include <aul.h> + #include <bundle.h> +-#include <Ecore.h> ++//#include <Ecore.h> + + static int aul_handler(aul_type type, bundle *kb,void* data) + { +@@ -234,13 +234,13 @@ static int aul_handler(aul_type type, bundle *kb,void* data) + + int main(int argc, char** argv) + { +- ecore_init(); ++ //ecore_init(); + + aul_launch_init(aul_handler,NULL); + // enable this if you want to handle at aul_handler when launch + aul_launch_argv_handler(argc, argv); + +- ecore_main_loop_begin(); // You must need ecore or glib mainloop ++ //ecore_main_loop_begin(); // You must need ecore or glib mainloop + return 0; + } + @endcode
\ No newline at end of file diff --git a/recipes-tizen/aul-1/aul-1/test.patch b/recipes-tizen/aul-1/aul-1/test.patch new file mode 100644 index 00000000..c5a4e329 --- /dev/null +++ b/recipes-tizen/aul-1/aul-1/test.patch @@ -0,0 +1,269 @@ +diff --git a/test/app_test.c b/test/app_test.c +index d92da2a..ce75ddc 100755 +--- a/test/app_test.c ++++ b/test/app_test.c +@@ -22,11 +22,12 @@ + #include <poll.h> + #include <stdio.h> + #include <unistd.h> ++#include <sys/time.h> + #include "aul.h" + + /* ecore-glib integration */ + +-#include <Ecore.h> ++//#include <Ecore.h> + + extern int aul_listen_app_dead_signal(int (*func) (int, void *), void *data); + +@@ -44,7 +45,7 @@ void do_resume() + printf("=================================\n"); + } + +-static Eina_Bool send_result(void *data) ++static int send_result(void *data) + { + bundle *kb; + bundle *res_b; +@@ -94,7 +95,7 @@ int do_start(void *data) + + bundle_iterate(kb, prt_bundle, NULL); + +- ecore_timer_add(5, send_result, bundle_dup(kb)); ++ //ecore_timer_add(5, send_result, bundle_dup(kb)); + + return 0; + } +@@ -134,7 +135,7 @@ int app_launch_handler(int pid, void *data) + __attribute__ ((visibility("default"))) + int main(int argc, char **argv) + { +- ecore_init(); ++ //ecore_init(); + + do_create(); + +@@ -152,7 +153,7 @@ int main(int argc, char **argv) + exit(0); + } + +- ecore_main_loop_begin(); ++ //ecore_main_loop_begin(); + return 0; + } + +diff --git a/test/aul_test.c b/test/aul_test.c +index c912951..ef40ab7 100755 +--- a/test/aul_test.c ++++ b/test/aul_test.c +@@ -24,7 +24,7 @@ + #include <stdio.h> + #include <sys/time.h> + #include <unistd.h> +-#include <Ecore.h> ++//#include <Ecore.h> + + #include "menu_db_util.h" + #include "aul.h" +@@ -121,9 +121,9 @@ static void cb_func(bundle *kb, int is_cancel, void *data) + bundle_iterate(kb, prt_recvd_bundle, NULL); + } + +- if ((strcmp(cmd, "launch_res") == 0) ++ /*if ((strcmp(cmd, "launch_res") == 0) + || (strcmp(cmd, "open_svc_res") == 0)) +- ecore_main_loop_quit(); ++ ecore_main_loop_quit();*/ + } + + int open_test() +@@ -175,14 +175,14 @@ static test_func_t scn_func[] = { + {"n", launch_test, "launch_test", ""} + }; + +-static Eina_Bool run_all_test(void *data) ++static int run_all_test(void *data) + { + static int pos = 0; + int ret; + + if (pos > sizeof(scn_func) / sizeof(test_func_t) - 1) { + printf("all internal test done\n"); +- ecore_main_loop_quit(); ++ //ecore_main_loop_quit(); + return 0; + } + +@@ -204,7 +204,7 @@ static Eina_Bool run_all_test(void *data) + + int all_test() + { +- ecore_timer_add(2, run_all_test, NULL); ++ //ecore_timer_add(2, run_all_test, NULL); + return 0; + } + +@@ -661,7 +661,7 @@ void print_usage(char *progname) + "cmd is internal purpose\n"); + } + +-static Eina_Bool run_func(void *data) ++static int run_func(void *data) + { + callfunc(cmd); + +@@ -669,8 +669,8 @@ static Eina_Bool run_func(void *data) + || strcmp(cmd, "dbuslaunch") == 0 + || strcmp(cmd, "open_svc_res") == 0) + return 0; +- else +- ecore_main_loop_quit(); ++ /*else ++ ecore_main_loop_quit();*/ + + return 0; + } +@@ -682,7 +682,7 @@ int main(int argc, char **argv) + exit(0); + } + +- ecore_init(); ++ //ecore_init(); + + cmd = argv[1]; + gargc = argc; +@@ -694,9 +694,9 @@ int main(int argc, char **argv) + /*aul_listen_app_dead_signal(dead_tracker,NULL); */ + /*aul_listen_app_dead_signal(NULL,NULL); */ + +- ecore_idler_add(run_func, NULL); ++ /*ecore_idler_add(run_func, NULL); + +- ecore_main_loop_begin(); ++ ecore_main_loop_begin();*/ + + return 0; + } +diff --git a/test/launch_app.c b/test/launch_app.c +index 47b9b2d..6cd1cfe 100755 +--- a/test/launch_app.c ++++ b/test/launch_app.c +@@ -24,7 +24,7 @@ + #include <unistd.h> + #include <sys/types.h> + +-#include <Ecore.h> ++//#include <Ecore.h> + #include "aul.h" + + #define ROOT_UID 0 +@@ -110,7 +110,7 @@ static int __launch_app_dead_handler(int pid, void *data) + return 0; + } + +-static Eina_Bool run_func(void *data) ++static int run_func(void *data) + { + int pid = -1; + char *str = NULL; +@@ -121,12 +121,12 @@ static Eina_Bool run_func(void *data) + + if( str && strcmp(str, "SYNC") == 0 ) { + aul_listen_app_dead_signal(__launch_app_dead_handler, pid); +- } else { ++ } /*else { + ecore_main_loop_quit(); +- } ++ }*/ + } else { + printf("... launch failed\n"); +- ecore_main_loop_quit(); ++ //ecore_main_loop_quit(); + } + + if (kb) { +@@ -145,16 +145,16 @@ int main(int argc, char **argv) + exit(EXIT_FAILURE); + } + +- ecore_init(); ++ //ecore_init(); + + gargc = argc; + gargv = argv; + + aul_launch_init(NULL, NULL); + +- ecore_idler_add(run_func, NULL); ++ //ecore_idler_add(run_func, NULL); + +- ecore_main_loop_begin(); ++ //ecore_main_loop_begin(); + + return 0; + } +diff --git a/test/open_app.c b/test/open_app.c +index d9b677c..49eb4f5 100755 +--- a/test/open_app.c ++++ b/test/open_app.c +@@ -24,7 +24,7 @@ + #include <unistd.h> + #include <sys/types.h> + +-#include <Ecore.h> ++//#include <Ecore.h> + #include "aul.h" + + #define ROOT_UID 0 +@@ -104,13 +104,13 @@ static int __launch_app_dead_handler(int pid, void *data) + { + int listen_pid = (int) data; + +- if(listen_pid == pid) +- ecore_main_loop_quit(); ++ /*if(listen_pid == pid) ++ ecore_main_loop_quit();*/ + + return 0; + } + +-static Eina_Bool run_func(void *data) ++static int run_func(void *data) + { + int pid = -1; + char *str = NULL; +@@ -124,9 +124,9 @@ static Eina_Bool run_func(void *data) + + if( str && strcmp(str, "SYNC") == 0 ) { + aul_listen_app_dead_signal(__launch_app_dead_handler, pid); +- } else { ++ } /*else { + ecore_main_loop_quit(); +- } ++ }*/ + + if (kb) { + bundle_free(kb); +@@ -143,16 +143,16 @@ int main(int argc, char **argv) + exit(EXIT_FAILURE); + } + +- ecore_init(); ++ //ecore_init(); + + gargc = argc; + gargv = argv; + + aul_launch_init(NULL, NULL); + +- ecore_idler_add(run_func, NULL); ++ //ecore_idler_add(run_func, NULL); + +- ecore_main_loop_begin(); ++ //ecore_main_loop_begin(); + + return 0; + } +-- +1.7.9.5 + diff --git a/recipes-tizen/aul-1/aul-1_git.bb b/recipes-tizen/aul-1/aul-1_git.bb index 138f2e78..cfc674a0 100644 --- a/recipes-tizen/aul-1/aul-1_git.bb +++ b/recipes-tizen/aul-1/aul-1_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/aul-1;tag=e4f2b220127d1989b8c691e367d199a65312d67b;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/aul-1;tag=45d8a1cb1b17a2ec6455f4131cfe7525ecd8dcba;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/avsystem/avsystem-extraconf.inc b/recipes-tizen/avsystem/avsystem-extraconf.inc index 5fb30992..e1321645 100644 --- a/recipes-tizen/avsystem/avsystem-extraconf.inc +++ b/recipes-tizen/avsystem/avsystem-extraconf.inc @@ -1,40 +1,6 @@ SRC_URI += "file://add-subdir-objects-option.patch" SRC_URI += "file://add-PA_PROP_MEDIA_POLICY-Define.patch" - - - -do_compile() { - cd ${S} - LANG=C - export LANG - unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; - - - 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 ; - autoreconf -v --install --force - ./configure --host=${HOST_SYS} \ - --prefix=${prefix} - - 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 ; - autoreconf -v --install --force - ./configure --host=${HOST_SYS} \ - --prefix=${prefix} \ - --enable-audiotest - make -j16 - - - -} - avsystem-dbg_files += "${prefix}/local/bin/.debug" avsystem-dbg_files += "${prefix}/local/bin/.debug/*" avsystem-dbg_files += "${prefix}/lib/.debug/*.so.*" diff --git a/recipes-tizen/avsystem/avsystem.inc b/recipes-tizen/avsystem/avsystem.inc index 579c7927..938f9c65 100644 --- a/recipes-tizen/avsystem/avsystem.inc +++ b/recipes-tizen/avsystem/avsystem.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by avsystem +#PROVIDES by avsystem -#PROVIDES by avsystem-dev +#PROVIDES by avsystem-dev -#PROVIDES by libavsysaudio +#PROVIDES by libavsysaudio RDEPENDS = "" @@ -31,7 +31,7 @@ RDEPENDS_${PN}-dev += "avsystem" DEPENDS = "" -#DEPENDS of avsystem +#DEPENDS of avsystem DEPENDS += "alsa-lib" DEPENDS += "libmm-log" DEPENDS += "pulseaudio" @@ -61,10 +61,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -121,8 +121,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -186,6 +186,9 @@ pkg_postrm_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " avsystem " +PACKAGES += " avsystem-dev " PACKAGES += " libavsysaudio " avsystem_files = "" diff --git a/recipes-tizen/bundle/bundle.inc b/recipes-tizen/bundle/bundle.inc index df0f5493..af5cabca 100644 --- a/recipes-tizen/bundle/bundle.inc +++ b/recipes-tizen/bundle/bundle.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by bundle-dev +#PROVIDES by bundle-dev -#PROVIDES by bundle +#PROVIDES by bundle RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "bundle" DEPENDS = "" -#DEPENDS of bundle +#DEPENDS of bundle DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" @@ -51,10 +51,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -82,8 +82,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -110,6 +110,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " bundle-dev " +PACKAGES += " bundle " bundle-dev_files = "" bundle-dev_files += "bundle.manifest" diff --git a/recipes-tizen/com-core/com-core.inc b/recipes-tizen/com-core/com-core.inc index 95bd53c6..48046b17 100644 --- a/recipes-tizen/com-core/com-core.inc +++ b/recipes-tizen/com-core/com-core.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libcom-core +#PROVIDES by libcom-core -#PROVIDES by libcom-core-dev +#PROVIDES by libcom-core-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_lib${PN}-dev += "libcom-core" DEPENDS = "" -#DEPENDS of libcom-core +#DEPENDS of libcom-core #Replace "DEPENDS" on gettext by "inherit gettext" inherit gettext DEPENDS_append_class-native = " cmake-native" @@ -53,10 +53,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -85,8 +85,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -115,6 +115,7 @@ pkg_postrm_libcom-core() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libcom-core " PACKAGES += " libcom-core-dev " @@ -132,8 +133,8 @@ libcom-core-dev_files += "${prefix}/include/com-core/com-core_thread.h" libcom-core-dev_files += "${prefix}/include/com-core/secure_socket.h" libcom-core-dev_files += "${prefix}/lib/pkgconfig/*.pc" -FILES_${PN} = "${libcom-core_files}" -FILES_${PN}-dev = "${libcom-core-dev_files}" +FILES_lib${PN} = "${libcom-core_files}" +FILES_lib${PN}-dev = "${libcom-core-dev_files}" PKG_libcom-core= "libcom-core" PKG_libcom-core-dev= "libcom-core-dev" diff --git a/recipes-tizen/common/common.inc b/recipes-tizen/common/common.inc index b585b349..876d7a12 100644 --- a/recipes-tizen/common/common.inc +++ b/recipes-tizen/common/common.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by capi-base-common-dev +#PROVIDES by capi-base-common-dev -#PROVIDES by capi-base-common +#PROVIDES by capi-base-common RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_capi-base-${PN}-dev += "capi-base-common" DEPENDS = "" -#DEPENDS of capi-base-common +#DEPENDS of capi-base-common DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -48,10 +48,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -79,8 +79,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -95,6 +95,7 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-base-common-dev " PACKAGES += " capi-base-common " @@ -106,8 +107,8 @@ capi-base-common-dev_files += "${prefix}/lib/pkgconfig/capi-base-common.pc" capi-base-common_files = "" capi-base-common_files += "capi-base-common.manifest" -FILES_${PN}-dev = "${capi-base-common-dev_files}" -FILES_${PN} = "${capi-base-common_files}" +FILES_capi-base-${PN}-dev = "${capi-base-common-dev_files}" +FILES_capi-base-${PN} = "${capi-base-common_files}" PKG_capi-base-common-dev= "capi-base-common-dev" PKG_capi-base-common= "capi-base-common" diff --git a/recipes-tizen/crosswalk/crosswalk.inc b/recipes-tizen/crosswalk/crosswalk.inc index 9c00ccc5..29b0941b 100644 --- a/recipes-tizen/crosswalk/crosswalk.inc +++ b/recipes-tizen/crosswalk/crosswalk.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by crosswalk +#PROVIDES by crosswalk RDEPENDS = "" DEPENDS = "" -#DEPENDS of crosswalk +#DEPENDS of crosswalk DEPENDS += "libhaptic" DEPENDS += "cairo" DEPENDS += "expat" @@ -60,6 +60,7 @@ DEPENDS += "libexif" DEPENDS_append_class-native = " bison-native" DEPENDS_append_class-target = " bison-native" DEPENDS += "pciutils" +DEPENDS += "binutils" do_prep() { cd ${S} @@ -71,7 +72,7 @@ do_prep() { cp ${S}/packaging/crosswalk.manifest . cp ${S}/packaging/crosswalk.xml.in . cp ${S}/packaging/crosswalk.png . - sed "s/@VERSION@/7.35.139.0/g" crosswalk.xml.in > crosswalk.xml + sed "s/@VERSION@/7.36.152.0/g" crosswalk.xml.in > crosswalk.xml sed "s|@LIB_INSTALL_DIR@|${prefix}/lib|g" xwalk.in > xwalk sed "s|@LIB_INSTALL_DIR@|${prefix}/lib|g" xwalk.service.in > xwalk.service @@ -79,11 +80,14 @@ do_prep() { cp -a src/LICENSE LICENSE.chromium cp -a src/xwalk/LICENSE LICENSE.xwalk - cat ${S}/packaging/crosswalk-do-not-look-for-gtk2-when-using-aura.patch | patch -s -p0 --fuzz=2 - #patch1 cat ${S}/packaging/Blink-Add-GCC-flag-Wno-narrowing-fix-64bits-build.patch | patch -s -p0 --fuzz=2 #patch9 + # The profiles using Wayland (and thus Ozone) do not need this patch. + + cat ${S}/packaging/crosswalk-tizen-ozonewl-xdgshell150.patch | patch -s -p0 --fuzz=2 + #patch11 + } do_patch_append() { @@ -98,10 +102,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; # For ffmpeg on ia32. The original CFLAGS set by the gyp and config files in @@ -131,10 +135,18 @@ do_compile() { GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Duse_ozone=1 -Denable_ozone_wayland_vkb=1 -Denable_xdg_shell=1" - GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Ddisable_nacl=1" + # Force gold binary from chroot ld.gold provided by binutils-gold + GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Ddisable_nacl=1 -Dlinux_use_bundled_binutils=0 -Dlinux_use_bundled_gold=0 " # Linking fails in Tizen Common when fatal ld warnings are enabled. XWALK-1379. + # For building for arm in OBS, we need : + # -> to unset sysroot value. + # sysroot variable is automatically set for cross compilation to use arm-sysroot provided by Chromium project + # sysroot usage is not needed, we need to use arm libraries from the virtualized environment. + # + # Crosswalk build fails if the fpu selected in the gcc option is different from neon in case of arm7 compilation + # So force it. # --no-parallel is added because chroot does not mount a /dev/shm, this will # cause python multiprocessing.SemLock error. @@ -168,8 +180,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} # Binaries. install -p -D xwalk ${D}${prefix}/bin/xwalk @@ -203,6 +215,8 @@ pkg_postinst_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " crosswalk " crosswalk_files = "" crosswalk_files += "crosswalk.manifest" diff --git a/recipes-tizen/crosswalk/crosswalk_git.bb b/recipes-tizen/crosswalk/crosswalk_git.bb index 38014a98..52d4dde4 100644 --- a/recipes-tizen/crosswalk/crosswalk_git.bb +++ b/recipes-tizen/crosswalk/crosswalk_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/framework/web/crosswalk;tag=71fe348dff63344012edbe6e10ea9b50c12afc9e;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/framework/web/crosswalk;tag=c973f334bfe6bd51f74a20dfc67e08df4964a2f6;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/default-ac-domains/default-ac-domains-extraconf.inc b/recipes-tizen/default-ac-domains/default-ac-domains-extraconf.inc new file mode 100644 index 00000000..4ff0fd1e --- /dev/null +++ b/recipes-tizen/default-ac-domains/default-ac-domains-extraconf.inc @@ -0,0 +1,8 @@ +SRC_URI = "file://default-ac-domains" + +do_install () { + mkdir -p ${D}${sysconfdir}/smack/accesses.d/ + cp ${WORKDIR}/default-ac-domains ${D}${sysconfdir}/smack/accesses.d/ +} + +FILES_${PN} ="${sysconfdir}/smack/accesses.d/default-ac-domains" diff --git a/recipes-tizen/default-ac-domains/default-ac-domains.inc b/recipes-tizen/default-ac-domains/default-ac-domains.inc new file mode 100644 index 00000000..5eee3eaf --- /dev/null +++ b/recipes-tizen/default-ac-domains/default-ac-domains.inc @@ -0,0 +1,76 @@ +DESCRIPTION = "The definition of default ac domains" +HOMEPAGE = "http://nohomepage.org" +SECTION = "Security/Access Control" +LICENSE = "GPL-2.0" + +SRC_URI = "" + +S = "${WORKDIR}/git" + +inherit autotools-brokensep + +BBCLASSEXTEND = "" +PROVIDES = "" + +#PROVIDES by default-ac-domains + + +RDEPENDS = "" + +DEPENDS = "" + +do_prep() { + cd ${S} + chmod -Rf a+rX,u+w,g-w,o-w ${S} + #setup -q + + +} +do_patch_append() { + bb.build.exec_func('do_prep', d) +} + +do_configure() { +} + +do_compile() { + cd ${S} + LANG=C + export LANG + unset DISPLAY + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; + + cp ${S}/packaging/default-ac-domains.manifest . + + + +} + +do_install() { + echo export RPM_BUILD_ROOT=${D} + cd ${S} + LANG=C + export LANG + unset DISPLAY + rm -rf ${D} + mkdir -p ${D} + + + +} + +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " default-ac-domains " + +default-ac-domains_files = "" +default-ac-domains_files += "default-ac-domains.manifest" + +FILES_${PN} = "${default-ac-domains_files}" + +PKG_default-ac-domains= "default-ac-domains" + +require default-ac-domains-extraconf.inc + diff --git a/recipes-tizen/default-ac-domains/default-ac-domains_git.bb b/recipes-tizen/default-ac-domains/default-ac-domains_git.bb index 962a5976..de41888b 100644 --- a/recipes-tizen/default-ac-domains/default-ac-domains_git.bb +++ b/recipes-tizen/default-ac-domains/default-ac-domains_git.bb @@ -1,17 +1,10 @@ -SUMMARY = "default-ac-domains" -DESCRIPTION = "The definition of default ac domains" -SECTION = "base" -PR = "1" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +require default-ac-domains.inc +PRIORITY = "10" -SRC_URI = "file://default-ac-domains" +LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -do_install () { - mkdir -p ${D}${sysconfdir}/smack/accesses.d/ - cp ${WORKDIR}/default-ac-domains ${D}${sysconfdir}/smack/accesses.d/ -} +SRC_URI += "git://review.tizen.org/platform/core/security/default-ac-domains;tag=ba096c8ca6fb42146a2541ea6e5df8973593ea9d;nobranch=1" +BBCLASSEXTEND += " native " -FILES_${PN} ="${sysconfdir}/smack/accesses.d/default-ac-domains"
\ No newline at end of file diff --git a/recipes-tizen/desktop-skin/desktop-skin.inc b/recipes-tizen/desktop-skin/desktop-skin.inc index 17c826c4..c228a0d7 100644 --- a/recipes-tizen/desktop-skin/desktop-skin.inc +++ b/recipes-tizen/desktop-skin/desktop-skin.inc @@ -12,7 +12,7 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by desktop-skin +#PROVIDES by desktop-skin RDEPENDS = "" @@ -38,10 +38,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -54,8 +54,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} mkdir -p ${D}${prefix}/bin install -m 755 Script/launch_cam.sh ${D}${prefix}/bin @@ -88,6 +88,8 @@ pkg_postinst_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " desktop-skin " desktop-skin_files = "" desktop-skin_files += "${prefix}/bin/*" diff --git a/recipes-tizen/dlog/dlog.inc b/recipes-tizen/dlog/dlog.inc index 66965bd1..24fc118e 100644 --- a/recipes-tizen/dlog/dlog.inc +++ b/recipes-tizen/dlog/dlog.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libdlog +#PROVIDES by libdlog -#PROVIDES by dlogutil +#PROVIDES by dlogutil -#PROVIDES by dlog +#PROVIDES by dlog -#PROVIDES by libdlog-dev +#PROVIDES by libdlog-dev RDEPENDS = "" @@ -33,7 +33,7 @@ RDEPENDS_lib${PN}-dev += "libdlog" DEPENDS = "" -#DEPENDS of dlog +#DEPENDS of dlog DEPENDS += "systemd" DEPENDS += "tizen-platform-config" @@ -57,10 +57,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -116,8 +116,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -147,6 +147,7 @@ pkg_postrm_libdlog() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libdlog " PACKAGES += " dlogutil " PACKAGES += " libdlog-dev " diff --git a/recipes-tizen/doxygen/doxygen.inc b/recipes-tizen/doxygen/doxygen.inc index 0c137cb3..830506a8 100644 --- a/recipes-tizen/doxygen/doxygen.inc +++ b/recipes-tizen/doxygen/doxygen.inc @@ -12,19 +12,17 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by doxygen-docs +#PROVIDES by doxygen-docs -#PROVIDES by doxygen +#PROVIDES by doxygen RDEPENDS = "" DEPENDS = "" -#DEPENDS of doxygen +#DEPENDS of doxygen DEPENDS += "flex" -DEPENDS_append_class-native = " gcc" -DEPENDS_append_class-target = " gcc-cross" DEPENDS_append_class-native = " bison-native" DEPENDS_append_class-target = " bison-native" #Replace "DEPENDS" on gettext by "inherit gettext" @@ -50,10 +48,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; unset QTDIR ./configure \ @@ -72,8 +70,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -89,7 +87,9 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " doxygen-docs " +PACKAGES += " doxygen " doxygen-docs_files = "" diff --git a/recipes-tizen/eina/eina_git.bb b/recipes-tizen/eina/eina_git.bb deleted file mode 100644 index 5c4cdb9f..00000000 --- a/recipes-tizen/eina/eina_git.bb +++ /dev/null @@ -1,10 +0,0 @@ -require eina.inc - -PRIORITY = "10" - -LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI += "git://review.tizen.org/platform/upstream/eina;tag=3f86da98d10de2709e7273cd078c21318907163f;nobranch=1" - -BBCLASSEXTEND += " native " - diff --git a/recipes-tizen/fdupes/fdupes.inc b/recipes-tizen/fdupes/fdupes.inc index 94eb029b..c0a1ae9a 100644 --- a/recipes-tizen/fdupes/fdupes.inc +++ b/recipes-tizen/fdupes/fdupes.inc @@ -12,7 +12,7 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by fdupes +#PROVIDES by fdupes RDEPENDS = "" @@ -39,10 +39,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; make @@ -56,8 +56,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} install -D -m755 fdupes ${D}/usr/bin/fdupes install -D -m644 fdupes.1 ${D}/usr/share/man/man1/fdupes.1 @@ -66,6 +66,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " fdupes " fdupes_files = "" fdupes_files += "fdupes.manifest" diff --git a/recipes-tizen/heynoti/heynoti.inc b/recipes-tizen/heynoti/heynoti.inc index 096f7eab..1c99e5df 100644 --- a/recipes-tizen/heynoti/heynoti.inc +++ b/recipes-tizen/heynoti/heynoti.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by heynoti +#PROVIDES by heynoti -#PROVIDES by heynoti-dev +#PROVIDES by heynoti-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "heynoti" DEPENDS = "" -#DEPENDS of heynoti +#DEPENDS of heynoti DEPENDS += "ecore" DEPENDS += "tizen-platform-config" DEPENDS_append_class-native = " cmake-native" @@ -53,10 +53,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -86,8 +86,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -118,6 +118,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " heynoti " +PACKAGES += " heynoti-dev " heynoti_files = "" heynoti_files += "heynoti.manifest" diff --git a/recipes-tizen/hwdata/hwdata.inc b/recipes-tizen/hwdata/hwdata.inc index efa649ae..19006dd4 100644 --- a/recipes-tizen/hwdata/hwdata.inc +++ b/recipes-tizen/hwdata/hwdata.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by hwdata +#PROVIDES by hwdata # the PROVIDES rules is ignore "pciutils-ids " PROVIDES += "pciutils-ids" RPROVIDES_hwdata += "pciutils-ids" -#PROVIDES by hwdata-ivi +#PROVIDES by hwdata-ivi RDEPENDS = "" @@ -47,10 +47,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -85,8 +85,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -108,6 +108,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " hwdata " PACKAGES += " hwdata-ivi " hwdata_files = "" diff --git a/recipes-tizen/iniparser/iniparser.inc b/recipes-tizen/iniparser/iniparser.inc index 069978ce..dad0e15e 100644 --- a/recipes-tizen/iniparser/iniparser.inc +++ b/recipes-tizen/iniparser/iniparser.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by iniparser-dev +#PROVIDES by iniparser-dev -#PROVIDES by iniparser +#PROVIDES by iniparser RDEPENDS = "" @@ -45,10 +45,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; make prefix=${prefix} -j16 CFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC" @@ -62,8 +62,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} mkdir -p ${D}/${prefix}/lib @@ -101,6 +101,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " iniparser-dev " +PACKAGES += " iniparser " iniparser-dev_files = "" iniparser-dev_files += "iniparser.manifest" diff --git a/recipes-tizen/libdevice-node/libdevice-node.inc b/recipes-tizen/libdevice-node/libdevice-node.inc index ee23008c..d5d6b9c9 100644 --- a/recipes-tizen/libdevice-node/libdevice-node.inc +++ b/recipes-tizen/libdevice-node/libdevice-node.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libdevice-node +#PROVIDES by libdevice-node -#PROVIDES by libdevice-node-dev +#PROVIDES by libdevice-node-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libdevice-node" DEPENDS = "" -#DEPENDS of libdevice-node +#DEPENDS of libdevice-node DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" @@ -49,10 +49,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -80,8 +80,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -108,6 +108,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libdevice-node " +PACKAGES += " libdevice-node-dev " libdevice-node_files = "" libdevice-node_files += "${prefix}/lib/*.so.*" diff --git a/recipes-tizen/libhaptic/libhaptic.inc b/recipes-tizen/libhaptic/libhaptic.inc index db6ace99..fcbdf796 100644 --- a/recipes-tizen/libhaptic/libhaptic.inc +++ b/recipes-tizen/libhaptic/libhaptic.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libhaptic +#PROVIDES by libhaptic -#PROVIDES by libhaptic-dev +#PROVIDES by libhaptic-dev -#PROVIDES by libhaptic-plugin-dev +#PROVIDES by libhaptic-plugin-dev RDEPENDS = "" @@ -27,7 +27,7 @@ RDEPENDS_${PN}-dev += "libhaptic" DEPENDS = "" -#DEPENDS of libhaptic +#DEPENDS of libhaptic DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" @@ -53,10 +53,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; cp ${S}/packaging/libhaptic.manifest . @@ -85,8 +85,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -115,6 +115,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libhaptic " +PACKAGES += " libhaptic-dev " PACKAGES += " libhaptic-plugin-dev " libhaptic_files = "" diff --git a/recipes-tizen/libiri/libiri.inc b/recipes-tizen/libiri/libiri.inc index 28ab1f9f..0f1a1a47 100644 --- a/recipes-tizen/libiri/libiri.inc +++ b/recipes-tizen/libiri/libiri.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libiri-dev +#PROVIDES by libiri-dev -#PROVIDES by libiri +#PROVIDES by libiri RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libiri" DEPENDS = "" -#DEPENDS of libiri +#DEPENDS of libiri DEPENDS_append_class-native = " autoconf-native" DEPENDS_append_class-target = " autoconf-native" DEPENDS_append_class-native = " libtool" @@ -52,10 +52,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -89,8 +89,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -106,6 +106,9 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libiri-dev " +PACKAGES += " libiri " libiri-dev_files = "" libiri-dev_files += "libiri.manifest" diff --git a/recipes-tizen/libmm-common/libmm-common.inc b/recipes-tizen/libmm-common/libmm-common.inc index 2481167f..03b9a239 100644 --- a/recipes-tizen/libmm-common/libmm-common.inc +++ b/recipes-tizen/libmm-common/libmm-common.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libmm-common-dev +#PROVIDES by libmm-common-dev -#PROVIDES by libmm-common +#PROVIDES by libmm-common RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libmm-common" DEPENDS = "" -#DEPENDS of libmm-common +#DEPENDS of libmm-common DEPENDS += "libmm-log" DEPENDS += "glib-2.0" @@ -48,10 +48,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; ./autogen.sh @@ -87,8 +87,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -116,6 +116,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libmm-common-dev " +PACKAGES += " libmm-common " libmm-common-dev_files = "" libmm-common-dev_files += "libmm-common.manifest" diff --git a/recipes-tizen/libmm-log/libmm-log.inc b/recipes-tizen/libmm-log/libmm-log.inc index cbe69038..fa270a5e 100644 --- a/recipes-tizen/libmm-log/libmm-log.inc +++ b/recipes-tizen/libmm-log/libmm-log.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libmm-log +#PROVIDES by libmm-log -#PROVIDES by libmm-log-dev +#PROVIDES by libmm-log-dev RDEPENDS = "" DEPENDS = "" -#DEPENDS of libmm-log +#DEPENDS of libmm-log DEPENDS += "dlog" do_prep() { @@ -45,10 +45,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; export CFLAGS+=" -DUSE_DLOG" ./autogen.sh @@ -84,8 +84,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -100,6 +100,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libmm-log-dev " libmm-log-dev_files = "" libmm-log-dev_files += "libmm-log.manifest" diff --git a/recipes-tizen/libmm-session/libmm-session.inc b/recipes-tizen/libmm-session/libmm-session.inc index e48d0389..ea366593 100644 --- a/recipes-tizen/libmm-session/libmm-session.inc +++ b/recipes-tizen/libmm-session/libmm-session.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libmm-session +#PROVIDES by libmm-session -#PROVIDES by libmm-session-dev +#PROVIDES by libmm-session-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libmm-session" DEPENDS = "" -#DEPENDS of libmm-session +#DEPENDS of libmm-session DEPENDS += "audio-session-manager" DEPENDS += "libmm-common" @@ -49,10 +49,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -109,8 +109,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -138,6 +138,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libmm-session " +PACKAGES += " libmm-session-dev " libmm-session_files = "" libmm-session_files += "libmm-session.manifest" diff --git a/recipes-tizen/libmm-sound/libmm-sound.inc b/recipes-tizen/libmm-sound/libmm-sound.inc index 1dc4feee..33212844 100644 --- a/recipes-tizen/libmm-sound/libmm-sound.inc +++ b/recipes-tizen/libmm-sound/libmm-sound.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libmm-sound-dev +#PROVIDES by libmm-sound-dev -#PROVIDES by libmm-sound +#PROVIDES by libmm-sound -#PROVIDES by libmm-sound-tool +#PROVIDES by libmm-sound-tool -#PROVIDES by libmm-sound-sdk-dev +#PROVIDES by libmm-sound-sdk-dev RDEPENDS = "" @@ -40,7 +40,7 @@ RDEPENDS_${PN} += "vconf" DEPENDS = "" -#DEPENDS of libmm-sound +#DEPENDS of libmm-sound DEPENDS += "avsystem" DEPENDS += "libmm-common" DEPENDS += "audio-session-manager" @@ -73,10 +73,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; ./autogen.sh CFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fvisibility=hidden -DMM_DEBUG_FLAG -DSEPARATE_SPEAKER_AND_WIRED_ACCESSORY -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\""; export CFLAGS @@ -112,8 +112,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -164,6 +164,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libmm-sound-dev " +PACKAGES += " libmm-sound " PACKAGES += " libmm-sound-tool " PACKAGES += " libmm-sound-sdk-dev " diff --git a/recipes-tizen/libmm-ta/libmm-ta.inc b/recipes-tizen/libmm-ta/libmm-ta.inc index aa4371d3..b65e0c4d 100644 --- a/recipes-tizen/libmm-ta/libmm-ta.inc +++ b/recipes-tizen/libmm-ta/libmm-ta.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libmm-ta +#PROVIDES by libmm-ta -#PROVIDES by libmm-ta-dev +#PROVIDES by libmm-ta-dev RDEPENDS = "" @@ -46,10 +46,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -105,8 +105,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -137,6 +137,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libmm-ta " +PACKAGES += " libmm-ta-dev " libmm-ta_files = "" libmm-ta_files += "libmm-ta.manifest" diff --git a/recipes-tizen/libprivilege-control/libprivilege-control.inc b/recipes-tizen/libprivilege-control/libprivilege-control.inc index b9ba9586..167351ba 100644 --- a/recipes-tizen/libprivilege-control/libprivilege-control.inc +++ b/recipes-tizen/libprivilege-control/libprivilege-control.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libprivilege-control +#PROVIDES by libprivilege-control -#PROVIDES by libprivilege-control-conf +#PROVIDES by libprivilege-control-conf -#PROVIDES by libprivilege-control-dev +#PROVIDES by libprivilege-control-dev RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_${PN}-dev += "libprivilege-control" DEPENDS = "" -#DEPENDS of libprivilege-control +#DEPENDS of libprivilege-control DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "tizen-platform-config" @@ -60,10 +60,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; export CFLAGS="${CFLAGS} -Wno-implicit-function-declaration" @@ -97,8 +97,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -135,7 +135,10 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libprivilege-control " PACKAGES += " libprivilege-control-conf " +PACKAGES += " libprivilege-control-dev " libprivilege-control_files = "" libprivilege-control_files += "libprivilege-control.manifest" diff --git a/recipes-tizen/librua/librua.inc b/recipes-tizen/librua/librua.inc index f0b6266e..f46d96bd 100644 --- a/recipes-tizen/librua/librua.inc +++ b/recipes-tizen/librua/librua.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by librua +#PROVIDES by librua -#PROVIDES by librua-dev +#PROVIDES by librua-dev -#PROVIDES by librua-test +#PROVIDES by librua-test RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_${PN}-test += "librua" DEPENDS = "" -#DEPENDS of librua +#DEPENDS of librua DEPENDS += "sqlite3" DEPENDS += "tizen-platform-config" DEPENDS_append_class-native = " cmake-native" @@ -57,10 +57,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -88,8 +88,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -116,6 +116,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " librua " +PACKAGES += " librua-dev " PACKAGES += " librua-test " librua_files = "" diff --git a/recipes-tizen/libsf-common/libsf-common.inc b/recipes-tizen/libsf-common/libsf-common.inc index c91410f6..0a51d2a5 100644 --- a/recipes-tizen/libsf-common/libsf-common.inc +++ b/recipes-tizen/libsf-common/libsf-common.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libsf-common +#PROVIDES by libsf-common -#PROVIDES by libsf-common-dev +#PROVIDES by libsf-common-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libsf-common" DEPENDS = "" -#DEPENDS of libsf-common +#DEPENDS of libsf-common DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "attr" @@ -50,10 +50,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -82,8 +82,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -101,6 +101,9 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libsf-common " +PACKAGES += " libsf-common-dev " libsf-common_files = "" libsf-common_files += "libsf-common.manifest" diff --git a/recipes-tizen/libslp-db-util/libslp-db-util.inc b/recipes-tizen/libslp-db-util/libslp-db-util.inc index 303a2a4f..37c19792 100644 --- a/recipes-tizen/libslp-db-util/libslp-db-util.inc +++ b/recipes-tizen/libslp-db-util/libslp-db-util.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libslp-db-util-dev +#PROVIDES by libslp-db-util-dev -#PROVIDES by libslp-db-util +#PROVIDES by libslp-db-util RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libslp-db-util" DEPENDS = "" -#DEPENDS of libslp-db-util +#DEPENDS of libslp-db-util DEPENDS += "sqlite3" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -52,10 +52,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -83,8 +83,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -111,6 +111,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libslp-db-util-dev " +PACKAGES += " libslp-db-util " libslp-db-util-dev_files = "" libslp-db-util-dev_files += "libslp-db-util-devel.manifest" diff --git a/recipes-tizen/libslp-location/libslp-location.inc b/recipes-tizen/libslp-location/libslp-location.inc index e761faef..4e442495 100644 --- a/recipes-tizen/libslp-location/libslp-location.inc +++ b/recipes-tizen/libslp-location/libslp-location.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libslp-location-dev +#PROVIDES by libslp-location-dev -#PROVIDES by libslp-location +#PROVIDES by libslp-location RDEPENDS = "" @@ -28,7 +28,7 @@ RDEPENDS_${PN} += "vconf" DEPENDS = "" -#DEPENDS of libslp-location +#DEPENDS of libslp-location DEPENDS += "dbus" DEPENDS += "dlog" DEPENDS += "glib-2.0" @@ -56,10 +56,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; ./autogen.sh @@ -97,8 +97,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -145,6 +145,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libslp-location-dev " +PACKAGES += " libslp-location " libslp-location-dev_files = "" libslp-location-dev_files += "libslp-location.manifest" diff --git a/recipes-tizen/libslp-pm/libslp-pm.inc b/recipes-tizen/libslp-pm/libslp-pm.inc index 1b368eda..e2060ca6 100644 --- a/recipes-tizen/libslp-pm/libslp-pm.inc +++ b/recipes-tizen/libslp-pm/libslp-pm.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libslp-pm +#PROVIDES by libslp-pm -#PROVIDES by libslp-pm-dev +#PROVIDES by libslp-pm-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "libslp-pm" DEPENDS = "" -#DEPENDS of libslp-pm +#DEPENDS of libslp-pm DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -49,10 +49,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -82,8 +82,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -112,6 +112,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " libslp-pm " +PACKAGES += " libslp-pm-dev " libslp-pm_files = "" libslp-pm_files += "libslp-pm.manifest" diff --git a/recipes-tizen/libslp-sensor/libslp-sensor.inc b/recipes-tizen/libslp-sensor/libslp-sensor.inc index c6c9ca98..c567c9b0 100644 --- a/recipes-tizen/libslp-sensor/libslp-sensor.inc +++ b/recipes-tizen/libslp-sensor/libslp-sensor.inc @@ -36,8 +36,8 @@ do_prep() { chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q -n sensor-0.5.27 cp ${S}/packaging/sensor.manifest ${S}/packaging/sensor-devel.manifest . - - + + } do_patch_append() { bb.build.exec_func('do_prep', d) @@ -55,11 +55,11 @@ do_compile() { 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 ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; - - - 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}" ; export FFLAGS ; + + + 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}" ; export FFLAGS ; cmake \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ @@ -70,12 +70,12 @@ do_compile() { -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON . - - + + make -j16 - - - + + + } do_install() { @@ -86,18 +86,18 @@ do_install() { unset DISPLAY rm -rf ${D} mkdir -p ${D} - - + + oe_runmake \ DESTDIR=${D} \ INSTALL_ROOT=${D} \ BINDIR=${prefix}/bin \ - install - rm -f ${D}${infodir}/dir - find ${D} -regex ".*\.la$" | xargs rm -f -- + install + rm -f ${D}${infodir}/dir + find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- - - + + } pkg_postinst_${PN}() { @@ -112,7 +112,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } -PACKAGES = "${PN}-dbg ${PN}-doc" +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " sensor " PACKAGES += " sensor-dev " diff --git a/recipes-tizen/libslp-sysman/libslp-sysman.inc b/recipes-tizen/libslp-sysman/libslp-sysman.inc index a0a8c74f..0743302b 100644 --- a/recipes-tizen/libslp-sysman/libslp-sysman.inc +++ b/recipes-tizen/libslp-sysman/libslp-sysman.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by sysman-internal-dev +#PROVIDES by sysman-internal-dev -#PROVIDES by sysman-dev +#PROVIDES by sysman-dev -#PROVIDES by sysman +#PROVIDES by sysman RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_sysman-dev += "sysman" DEPENDS = "" -#DEPENDS of sysman +#DEPENDS of sysman DEPENDS += "libdevice-node" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -56,10 +56,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; cp ${S}/packaging/sysman.manifest . @@ -90,8 +90,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -126,6 +126,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " sysman-internal-dev " PACKAGES += " sysman-dev " PACKAGES += " sysman " @@ -150,9 +151,9 @@ sysman_files += "${sysconfdir}/rc.d/init.d/*" sysman_files += "${sysconfdir}/rc.d/rc3.d/*" sysman_files += "${sysconfdir}/rc.d/rc5.d/*" -FILES_${PN}-internal-dev = "${sysman-internal-dev_files}" -FILES_${PN}-dev = "${sysman-dev_files}" -FILES_${PN} = "${sysman_files}" +FILES_sysman-internal-dev = "${sysman-internal-dev_files}" +FILES_sysman-dev = "${sysman-dev_files}" +FILES_sysman = "${sysman_files}" PKG_sysman-internal-dev= "sysman-internal-dev" PKG_sysman-dev= "sysman-dev" diff --git a/recipes-tizen/libtapi-legacy/libtapi-legacy.inc b/recipes-tizen/libtapi-legacy/libtapi-legacy.inc index 46f0c5bf..f540da2b 100644 --- a/recipes-tizen/libtapi-legacy/libtapi-legacy.inc +++ b/recipes-tizen/libtapi-legacy/libtapi-legacy.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libtapi-dev +#PROVIDES by libtapi-dev -#PROVIDES by libtapi +#PROVIDES by libtapi # the PROVIDES rules is ignore "libslp-tapi " PROVIDES += "libslp-tapi" RPROVIDES_libtapi += "libslp-tapi" @@ -27,7 +27,7 @@ RDEPENDS_libtapi-dev += "libtapi" DEPENDS = "" -#DEPENDS of libtapi +#DEPENDS of libtapi DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "security-server" @@ -56,10 +56,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -88,8 +88,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -119,6 +119,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libtapi-dev " PACKAGES += " libtapi " @@ -133,8 +134,8 @@ libtapi_files += "libtapi.manifest" libtapi_files += "${prefix}/lib/*.so.*" libtapi_files += "${prefix}/bin/tapitest-legacy" -FILES_${PN}-dev = "${libtapi-dev_files}" -FILES_${PN} = "${libtapi_files}" +FILES_libtapi-dev = "${libtapi-dev_files}" +FILES_libtapi = "${libtapi_files}" PKG_libtapi-dev= "libtapi-dev" PKG_libtapi= "libtapi" diff --git a/recipes-tizen/libtapi/libtapi.inc b/recipes-tizen/libtapi/libtapi.inc index 48c03fd8..f8cfdf7a 100644 --- a/recipes-tizen/libtapi/libtapi.inc +++ b/recipes-tizen/libtapi/libtapi.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libtapi3 +#PROVIDES by libtapi3 -#PROVIDES by libtapi3-dev +#PROVIDES by libtapi3-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}3-dev += "libtapi3" DEPENDS = "" -#DEPENDS of libtapi3 +#DEPENDS of libtapi3 DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" inherit pythonnative @@ -53,10 +53,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -85,8 +85,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -113,6 +113,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libtapi3 " PACKAGES += " libtapi3-dev " @@ -129,8 +130,8 @@ libtapi3-dev_files += "${prefix}/include/tapi-3.0/private/*.h" libtapi3-dev_files += "${prefix}/lib/pkgconfig/*.pc" libtapi3-dev_files += "${prefix}/lib/*.so" -FILES_${PN} = "${libtapi3_files}" -FILES_${PN}-dev = "${libtapi3-dev_files}" +FILES_${PN}3 = "${libtapi3_files}" +FILES_${PN}3-dev = "${libtapi3-dev_files}" PKG_libtapi3= "libtapi3" PKG_libtapi3-dev= "libtapi3-dev" diff --git a/recipes-tizen/location-manager/location-manager.inc b/recipes-tizen/location-manager/location-manager.inc index 6fff9bc9..22cc34f1 100644 --- a/recipes-tizen/location-manager/location-manager.inc +++ b/recipes-tizen/location-manager/location-manager.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by capi-location-manager-dev +#PROVIDES by capi-location-manager-dev -#PROVIDES by capi-location-manager +#PROVIDES by capi-location-manager RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_capi-${PN}-dev += "capi-location-manager" DEPENDS = "" -#DEPENDS of capi-location-manager +#DEPENDS of capi-location-manager DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "common" @@ -52,10 +52,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; MAJORVER=`echo 0.1.11 | awk 'BEGIN {FS="."}{print $1}'` @@ -85,8 +85,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -113,6 +113,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-location-manager-dev " PACKAGES += " capi-location-manager " @@ -127,8 +128,8 @@ capi-location-manager_files += "capi-location-manager.manifest" capi-location-manager_files += "capi-location-manager.manifest" capi-location-manager_files += "${prefix}/lib/libcapi-location-manager.so.*" -FILES_${PN}-dev = "${capi-location-manager-dev_files}" -FILES_${PN} = "${capi-location-manager_files}" +FILES_capi-${PN}-dev = "${capi-location-manager-dev_files}" +FILES_capi-${PN} = "${capi-location-manager_files}" PKG_capi-location-manager-dev= "capi-location-manager-dev" PKG_capi-location-manager= "capi-location-manager" diff --git a/recipes-tizen/lua/lua-extraconf.inc b/recipes-tizen/lua/lua-extraconf.inc index 367070b1..5e1b162f 100644 --- a/recipes-tizen/lua/lua-extraconf.inc +++ b/recipes-tizen/lua/lua-extraconf.inc @@ -14,6 +14,7 @@ do_compile() { } +INSANE_SKIP_${PN}-dev = "staticdev" BBCLASSEXTEND += " nativesdk " diff --git a/recipes-tizen/lua/lua.inc b/recipes-tizen/lua/lua.inc index 51900841..c5e996ce 100644 --- a/recipes-tizen/lua/lua.inc +++ b/recipes-tizen/lua/lua.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by lua +#PROVIDES by lua -#PROVIDES by lua-dev +#PROVIDES by lua-dev -#PROVIDES by liblua +#PROVIDES by liblua -#PROVIDES by lua-doc +#PROVIDES by lua-doc RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_${PN}-dev += "lua" DEPENDS = "" -#DEPENDS of lua +#DEPENDS of lua DEPENDS_append_class-native = " readline-native" DEPENDS_append_class-target = " readline-native" DEPENDS_append_class-native = " pkgconfig-native" @@ -56,10 +56,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; sed -i 's:LUA_ROOT2 "LIBDIR/lua/5.1/":LUA_ROOT2 \"lib/lua/5.1/":' src/luaconf.h make -j16 -C src CC="${CC}" MYCFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -DLUA_USE_LINUX" MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" V=5.1 all @@ -74,8 +74,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} make install INSTALL_TOP="${D}${prefix}" INSTALL_LIB="${D}${prefix}/lib" INSTALL_CMOD=${D}${prefix}/lib/lua/5.1 INSTALL_MAN="${D}${mandir}/man1" install -D -m644 etc/lua.pc ${D}${prefix}/lib/pkgconfig/lua.pc @@ -106,6 +106,9 @@ pkg_postrm_liblua() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " lua " +PACKAGES += " lua-dev " PACKAGES += " liblua " lua_files = "" diff --git a/recipes-tizen/lua/lua_git.bb b/recipes-tizen/lua/lua_git.bb index 6e4ed954..64196b77 100644 --- a/recipes-tizen/lua/lua_git.bb +++ b/recipes-tizen/lua/lua_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/upstream/lua;tag=ccbaf72a5d0d0f8ab6a1bf64e851a00026f28fd8;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/lua;tag=a8e83a062b895b10c5ac7f505feaca3139b8527b;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/meta/meta.inc b/recipes-tizen/meta/meta.inc index 45860167..1e2e4d78 100644 --- a/recipes-tizen/meta/meta.inc +++ b/recipes-tizen/meta/meta.inc @@ -12,7 +12,7 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by meta-common +#PROVIDES by meta-common RDEPENDS = "" @@ -38,10 +38,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; make @@ -55,8 +55,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -72,6 +72,7 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " meta-common " meta-common_files = "" @@ -81,7 +82,7 @@ meta-common_files += "${prefix}/share/image-configurations/common/configs/*.yaml meta-common_files += "${prefix}/share/image-configurations/common/partitions" meta-common_files += "${prefix}/share/image-configurations/common/scripts" -FILES_${PN} = "${meta-common_files}" +FILES_${PN}-common = "${meta-common_files}" PKG_meta-common= "meta-common" diff --git a/recipes-tizen/notification/notification.inc b/recipes-tizen/notification/notification.inc index af2588ce..4a836248 100644 --- a/recipes-tizen/notification/notification.inc +++ b/recipes-tizen/notification/notification.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by notification-service-dev +#PROVIDES by notification-service-dev -#PROVIDES by notification +#PROVIDES by notification -#PROVIDES by notification-dev +#PROVIDES by notification-dev RDEPENDS = "" @@ -35,7 +35,7 @@ RDEPENDS_${PN}-dev += "notification" DEPENDS = "" -#DEPENDS of notification +#DEPENDS of notification DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -73,10 +73,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -104,8 +104,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} @@ -138,7 +138,10 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " notification-service-dev " +PACKAGES += " notification " +PACKAGES += " notification-dev " notification-service-dev_files = "" notification-service-dev_files += "${prefix}/include/notification/service/notification_ipc.h" diff --git a/recipes-tizen/pam/pam-extraconf.inc b/recipes-tizen/pam/pam-extraconf.inc index ba893691..9e3e86a1 100644 --- a/recipes-tizen/pam/pam-extraconf.inc +++ b/recipes-tizen/pam/pam-extraconf.inc @@ -17,7 +17,7 @@ pam-dbg_files += "${prefix}/lib/security/.debug/*" pam-dbg_files += "${prefix}/lib/security/pam_filter/.debug/*" FILES_${PN}-dbg += "${pam-dbg_files}" -INSANE_SKIP_${PN} = "pam-modules-extra" +INSANE_SKIP_pam-modules-extra = "dev-so" pam-dev_files += "${prefix}/lib/security/pam_unix_acct.so" pam-dev_files += "${prefix}/lib/security/pam_unix_auth.so" diff --git a/recipes-tizen/pam/pam.inc b/recipes-tizen/pam/pam.inc index edd78a98..4b79126a 100644 --- a/recipes-tizen/pam/pam.inc +++ b/recipes-tizen/pam/pam.inc @@ -48,19 +48,18 @@ RDEPENDS_${PN}-dev += "pam" DEPENDS = "" #DEPENDS of pam DEPENDS += "flex" -DEPENDS += "gcc" -DEPENDS += "zlib" -DEPENDS += "db" #Replace "DEPENDS" on gettext by "inherit gettext" inherit gettext +DEPENDS += "zlib" +DEPENDS += "db" DEPENDS_append_class-native = " automake-native" DEPENDS_append_class-target = " automake-native" DEPENDS += "smack" -DEPENDS_append_class-native = " bison-native" -DEPENDS_append_class-target = " bison-native" -DEPENDS += "net-tools" DEPENDS_append_class-native = " libtool" DEPENDS_append_class-target = " libtool-cross" +DEPENDS += "net-tools" +DEPENDS_append_class-native = " bison-native" +DEPENDS_append_class-target = " bison-native" DEPENDS_append_class-native = " autoconf-native" DEPENDS_append_class-target = " autoconf-native" @@ -69,9 +68,9 @@ do_prep() { chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q -n Linux-PAM-1.1.6 cp ${S}/packaging/pam.manifest . - - - + + + } do_patch_append() { bb.build.exec_func('do_prep', d) @@ -89,13 +88,13 @@ do_compile() { 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 ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; - + CFLAGS="-fPIC -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables " ; export CFLAGS - - - 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 ; + + + 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 ; autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ --target=x86_64-tizen-linux \ --program-prefix= \ @@ -119,11 +118,11 @@ do_compile() { --with-db-uniquename=_pam \ --with-libiconv-prefix=/usr \ --enable-read-both-confs && - + make CFLAGS="$CFLAGS -lfl -lcrypt" - - - + + + } do_install() { @@ -134,34 +133,34 @@ do_install() { unset DISPLAY rm -rf ${D} mkdir -p ${D} - - + + oe_runmake \ DESTDIR=${D} \ INSTALL_ROOT=${D} \ BINDIR=${prefix}/bin \ - install - rm -f ${D}${infodir}/dir - find ${D} -regex ".*\.la$" | xargs rm -f -- + install + rm -f ${D}${infodir}/dir + find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- - + # RPM uses docs from source tree rm -rf ${D}${prefix}/share/doc/Linux-PAM # Included in setup package rm -f ${D}${sysconfdir}/environment - + for phase in auth acct passwd session ; do ln -sf pam_unix.so ${D}${prefix}/lib/security/pam_unix_${phase}.so done - + # Install default pam configuration files install -d -m 0755 ${D}${sysconfdir}/pam.d install -m 0644 ${S}/packaging/system-auth ${D}${sysconfdir}/pam.d/ install -m 0644 ${S}/packaging/other ${D}${sysconfdir}/pam.d/ - + /usr/share/spec2yocto/macro/lib/find-lang.sh ${D} Linux-PAM - - + + } pkg_postinst_${PN}() { @@ -183,8 +182,11 @@ pkg_postrm_${PN}() { /sbin/ldconfig } -PACKAGES += "pam-modules-extra" -PACKAGES += "pam-docs" +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " pam-modules-extra " +PACKAGES += " pam-dev " +PACKAGES += " pam " +PACKAGES += " pam-docs " pam-modules-extra_files = "" pam-modules-extra_files += "pam.manifest" @@ -236,7 +238,7 @@ pam_files += "${sysconfdir}/security/limits.conf" pam_files += "${prefix}/lib/libpam.so.*" pam_files += "${prefix}/lib/libpam_misc.so.*" pam_files += "${prefix}/lib/libpamc.so.*" -#pam_files += "${prefix}/lib/security" +pam_files += "${prefix}/lib/security" pam_files += "${prefix}/lib/security/pam_deny.so" pam_files += "${prefix}/lib/security/pam_env.so" pam_files += "${prefix}/lib/security/pam_keyinit.so" @@ -269,19 +271,17 @@ pam-docs_files = "" pam-locale_files = "" -FILES_pam-modules-extra += "${pam-modules-extra_files}" -FILES_${PN}-dev += "${pam-dev_files}" -FILES_${PN} += "${pam_files}" -FILES_${PN}-docs += "${pam-docs_files}" -FILES_${PN}-locale += "${pam-locale_files}" - -FILES_${PN} += "toto" - -#PKG_pam-modules-extra= "pam-modules_extra" -#PKG_pam-dev= "pam-dev" -#PKG_pam= "pam" -#PKG_pam-docs= "pam-docs" -#PKG_pam-locale= "pam-locale" +FILES_${PN}-modules-extra = "${pam-modules-extra_files}" +FILES_${PN}-dev = "${pam-dev_files}" +FILES_${PN} = "${pam_files}" +FILES_${PN}-docs = "${pam-docs_files}" +FILES_${PN}-locale = "${pam-locale_files}" + +PKG_pam-modules-extra= "pam-modules-extra" +PKG_pam-dev= "pam-dev" +PKG_pam= "pam" +PKG_pam-docs= "pam-docs" +PKG_pam-locale= "pam-locale" require pam-extraconf.inc diff --git a/recipes-tizen/pam/pam_git.bb b/recipes-tizen/pam/pam_git.bb index 80bcf5df..2ddc5d00 100644 --- a/recipes-tizen/pam/pam_git.bb +++ b/recipes-tizen/pam/pam_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/upstream/pam;tag=00107b54a1f8f846b0defd1a00b04e5f72990959;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/pam;tag=f879c183094dea0636c195bd96b96c2c00f32559;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/pkgmgr-info/pkgmgr-info.inc b/recipes-tizen/pkgmgr-info/pkgmgr-info.inc index 46d36bd6..a7268fea 100644 --- a/recipes-tizen/pkgmgr-info/pkgmgr-info.inc +++ b/recipes-tizen/pkgmgr-info/pkgmgr-info.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by pkgmgr-info-parser +#PROVIDES by pkgmgr-info-parser -#PROVIDES by pkgmgr-info-parser-dev +#PROVIDES by pkgmgr-info-parser-dev -#PROVIDES by pkgmgr-info +#PROVIDES by pkgmgr-info -#PROVIDES by pkgmgr-info-dev +#PROVIDES by pkgmgr-info-dev RDEPENDS = "" @@ -37,7 +37,7 @@ RDEPENDS_${PN}-parser-dev += "pkgmgr-info" DEPENDS = "" -#DEPENDS of pkgmgr-info +#DEPENDS of pkgmgr-info DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "libxml2" @@ -68,10 +68,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -99,8 +99,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -142,8 +142,11 @@ pkg_postrm_pkgmgr-info-parser() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " pkgmgr-info-parser " PACKAGES += " pkgmgr-info-parser-dev " +PACKAGES += " pkgmgr-info-dev " +PACKAGES += " pkgmgr-info " pkgmgr-info-parser_files = "" pkgmgr-info-parser_files += "pkgmgr-info.manifest" diff --git a/recipes-tizen/privacy-manager/privacy-manager-extraconf.inc b/recipes-tizen/privacy-manager/privacy-manager-extraconf.inc index 9bb415d4..866d7661 100644 --- a/recipes-tizen/privacy-manager/privacy-manager-extraconf.inc +++ b/recipes-tizen/privacy-manager/privacy-manager-extraconf.inc @@ -1,5 +1,5 @@ SRC_URI += "file://fix-include-directories-in-CMakeList.txt.patch" - +SRC_URI += "file://fix-include-directories-in-CMakeList_2.patch" privacy-manager-client_files = "" privacy-manager-client_files += "privacy-manager-client.manifest" diff --git a/recipes-tizen/privacy-manager/privacy-manager/fix-include-directories-in-CMakeList_2.patch b/recipes-tizen/privacy-manager/privacy-manager/fix-include-directories-in-CMakeList_2.patch new file mode 100644 index 00000000..8f5ccbaa --- /dev/null +++ b/recipes-tizen/privacy-manager/privacy-manager/fix-include-directories-in-CMakeList_2.patch @@ -0,0 +1,27 @@ +diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt +index ec51d1a..bba409f 100644 +--- a/server/CMakeLists.txt ++++ b/server/CMakeLists.txt +@@ -26,7 +26,7 @@ SET(server_src_dir "${CMAKE_SOURCE_DIR}/server/src") + SET(server_include_dir "${CMAKE_SOURCE_DIR}/server/inc/") + SET(common_src_dir "${CMAKE_SOURCE_DIR}/common/src/") + SET(common_include_dir "${CMAKE_SOURCE_DIR}/common/inc/") +-SET(dbus_include_dir "/usr/include/dbus-1.0") ++SET(dbus_include_dir "${pkg_INCLUDE_DIRS}/dbus-1.0") + + ## Additional flag + ADD_DEFINITIONS("-fvisibility=hidden") +@@ -43,11 +43,11 @@ ENDIF(FILTER_LISTED_PKG) + INCLUDE_DIRECTORIES( + ${pkgs_INCLUDE_DIRS} + ${server_include_dir} +- ${common_include_dir} ++ ${common_include_dir} + ${dbus_include_dir} + ) + +-SET(PRIVACY_MANAGER_SERVER_SOURCES ++SET(PRIVACY_MANAGER_SERVER_SOURCES + ${common_src_dir}/SocketConnection.cpp + ${common_src_dir}/SocketStream.cpp + ${common_src_dir}/PrivacyDb.cpp diff --git a/recipes-tizen/rpm/rpm.inc b/recipes-tizen/rpm/rpm.inc index 21285282..e5f94662 100644 --- a/recipes-tizen/rpm/rpm.inc +++ b/recipes-tizen/rpm/rpm.inc @@ -87,15 +87,13 @@ DEPENDS += "file" DEPENDS += "popt" DEPENDS += "uthash" DEPENDS += "nss" -DEPENDS_append_class-native = " gcc" -DEPENDS_append_class-target = " gcc" +DEPENDS += "bzip2" DEPENDS += "lua" DEPENDS += "elfutils" DEPENDS += "patch" inherit pythonnative DEPENDS += "libcap" DEPENDS += "ncurses" -DEPENDS += "bzip2" DEPENDS += "smack" DEPENDS_append_class-native = " libtool" DEPENDS_append_class-target = " libtool-cross" @@ -128,8 +126,8 @@ do_prep() { cp -a ${S}/packaging/rpm-tizen_macros tizen_macros rm -f m4/libtool.m4 rm -f m4/lt*.m4 - - + + } do_patch_append() { bb.build.exec_func('do_prep', d) @@ -147,19 +145,16 @@ do_compile() { 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 ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; - + CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`" export CPPFLAGS export CFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -ffunction-sections" export LDFLAGS="${LDFLAGS} -Wl,-Bsymbolic-functions -ffunction-sections" - - BUILDTARGET="--host=x86_64-linux-gnu " - BUILDTARGET+="--build=x86_64-tizen-linux " - - - 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 ; + + + 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 ; autotools_do_configure --build=${TARGET_SYS} --host=${HOST_SYS} \ --target=x86_64-tizen-linux \ --program-prefix= \ @@ -182,13 +177,12 @@ do_compile() { --with-cap \ --enable-shared \ --enable-python \ - --with-msm \ - $BUILDTARGET - + --with-msm + make -j16 - - - + + + } do_install() { @@ -199,18 +193,18 @@ do_install() { unset DISPLAY rm -rf ${D} mkdir -p ${D} - + mkdir -p ${D}${prefix}/lib mkdir -p ${D}${prefix}/share/locale ln -s ../share/locale ${D}${prefix}/lib/locale - + oe_runmake \ DESTDIR=${D} \ INSTALL_ROOT=${D} \ BINDIR=${prefix}/bin \ - install - rm -f ${D}${infodir}/dir - find ${D} -regex ".*\.la$" | xargs rm -f -- + install + rm -f ${D}${infodir}/dir + find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- install -m 644 db3/db.h ${D}${prefix}/include/rpm mkdir -p ${D}${sysconfdir}/rpm @@ -264,38 +258,60 @@ do_install() { popd rm -f ${D}${prefix}/lib/*.la rm -f ${D}${prefix}/lib/rpm-plugins/*.la + + + _target=""; + _symlinks=0; + + fdupes -q -n -r ${D}${prefix}/lib/rpm/platform | + while read _file; do + if test -z "$_target" ; then + _target="$_file"; + else + if test -z "$_file" ; then + _target=""; + continue ; + fi ; + if test "$_symlinks" = 1; then + ln -sf "${_target#${D}}" "$_file"; + else + ln -f "$_target" "$_file"; + fi ; + fi ; + done + + sh ${D}${prefix}/lib/rpm/find-lang.sh ${D} rpm + + + +} +pkg_postinst_${PN}() { + #!/bin/sh -e - _target=""; - _symlinks=0; - - fdupes -q -n -r ${D}${prefix}/lib/rpm/platform | - while read _file; do - if test -z "$_target" ; then - _target="$_file"; - else - if test -z "$_file" ; then - _target=""; - continue ; - fi ; - if test "$_symlinks" = 1; then - ln -sf "${_target#${D}}" "$_file"; - else - ln -f "$_target" "$_file"; - fi ; - fi ; - done + /sbin/ldconfig + test -f ${localstatedir}/lib/rpm/Packages || rpm --initdb + rm -f ${localstatedir}/lib/rpm/Filemd5s \ + ${localstatedir}/lib/rpm/Filedigests \ + ${localstatedir}/lib/rpm/Requireversion \ + ${localstatedir}/lib/rpm/Provideversion - sh ${D}${prefix}/lib/rpm/find-lang.sh ${D} rpm +} +pkg_postrm_${PN}() { + #!/bin/sh -e + /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " rpm-security-plugin " PACKAGES += " python-rpm " PACKAGES += " rpm-build " +PACKAGES += " rpm-dev " PACKAGES += " rpm-docs " +PACKAGES += " rpm " rpm-security-plugin_files = "" rpm-security-plugin_files += "rpm.manifest" diff --git a/recipes-tizen/rpm/rpm_git.bb b/recipes-tizen/rpm/rpm_git.bb index d307633d..9bc4ca0d 100644 --- a/recipes-tizen/rpm/rpm_git.bb +++ b/recipes-tizen/rpm/rpm_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/upstream/rpm;tag=d81d7b2f5c69ec104400b5d8fcfbcbc88d3bfd63;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/rpm;tag=48b41d2b2627d07d68b0de842c655468a63c3335;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/security-server/security-server.inc b/recipes-tizen/security-server/security-server.inc index 1efade19..248d34bb 100644 --- a/recipes-tizen/security-server/security-server.inc +++ b/recipes-tizen/security-server/security-server.inc @@ -12,25 +12,25 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by libsecurity-manager-client +#PROVIDES by libsecurity-manager-client -#PROVIDES by security-server +#PROVIDES by security-server -#PROVIDES by libsecurity-server-client +#PROVIDES by libsecurity-server-client -#PROVIDES by libsecurity-server-client-dev +#PROVIDES by libsecurity-server-client-dev -#PROVIDES by libsecurity-manager-client-dev +#PROVIDES by libsecurity-manager-client-dev -#PROVIDES by security-server-dev +#PROVIDES by security-server-dev -#PROVIDES by security-server-certs +#PROVIDES by security-server-certs RDEPENDS = "" @@ -60,7 +60,7 @@ RDEPENDS_${PN}-certs += "security-server" DEPENDS = "" -#DEPENDS of security-server +#DEPENDS of security-server DEPENDS += "systemd" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -94,10 +94,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; export LDFLAGS+="-Wl,--rpath=${prefix}/lib" @@ -130,8 +130,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} rm -rf ${D} mkdir -p ${D}/usr/share/license @@ -226,8 +226,10 @@ pkg_postrm_libsecurity-server-client() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libsecurity-manager-client " PACKAGES += " libsecurity-manager-client-dev " +PACKAGES += " security-server " PACKAGES += " libsecurity-server-client " PACKAGES += " libsecurity-server-client-dev " diff --git a/recipes-tizen/sensor/sensor.inc b/recipes-tizen/sensor/sensor.inc index 84c5fac8..2181e90a 100644 --- a/recipes-tizen/sensor/sensor.inc +++ b/recipes-tizen/sensor/sensor.inc @@ -36,9 +36,9 @@ do_prep() { chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q cp ${S}/packaging/capi-system-sensor.manifest . - - - + + + } do_patch_append() { bb.build.exec_func('do_prep', d) @@ -52,16 +52,16 @@ do_compile() { LANG=C export LANG unset DISPLAY - CFLAGS="-O2 -g" ; export CFLAGS ; - CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; - FFLAGS="${FFLAGS:--O2 -g -I%_fmoddir}" ; export FFLAGS ; + 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 ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; - + MAJORVER=`echo 0.1.17 | awk 'BEGIN {FS="."}{print $1}'` - - CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; - CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; - FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; + + 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}" ; export FFLAGS ; cmake \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ @@ -72,12 +72,12 @@ do_compile() { -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON . -DFULLVER=0.1.17 -DMAJORVER=${MAJORVER} - - + + make -j16 - - - + + + } do_install() { @@ -88,24 +88,37 @@ do_install() { unset DISPLAY rm -rf ${D} mkdir -p ${D} - + rm -rf ${D} - + oe_runmake \ DESTDIR=${D} \ INSTALL_ROOT=${D} \ BINDIR=${prefix}/bin \ - install - rm -f ${D}${infodir}/dir - find ${D} -regex ".*\.la$" | xargs rm -f -- + install + rm -f ${D}${infodir}/dir + 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 + + +} +pkg_postinst_${PN}() { + #!/bin/sh -e + /sbin/ldconfig } -PACKAGES = "${PN}-dbg ${PN}-doc" + +pkg_postrm_${PN}() { + #!/bin/sh -e + + /sbin/ldconfig +} + +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-system-sensor-dev " PACKAGES += " capi-system-sensor " @@ -120,10 +133,8 @@ capi-system-sensor_files = "" capi-system-sensor_files += "capi-system-sensor.manifest" capi-system-sensor_files += "${prefix}/lib/libcapi-system-sensor.so.*" -FILES_capi-system-sensor-dev = "${capi-system-sensor-dev_files}" -FILES_capi-system-sensor = "${capi-system-sensor_files}" - -FILES_sensor = "" +FILES_capi-system-${PN}-dev = "${capi-system-sensor-dev_files}" +FILES_capi-system-${PN} = "${capi-system-sensor_files}" PKG_capi-system-sensor-dev= "capi-system-sensor-dev" PKG_capi-system-sensor= "capi-system-sensor" diff --git a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc index 98ac86a8..c622644a 100644 --- a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc +++ b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc @@ -12,25 +12,25 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by pkgmgr-client +#PROVIDES by pkgmgr-client -#PROVIDES by pkgmgr +#PROVIDES by pkgmgr -#PROVIDES by pkgmgr-server +#PROVIDES by pkgmgr-server -#PROVIDES by pkgmgr-types-dev +#PROVIDES by pkgmgr-types-dev -#PROVIDES by pkgmgr-client-dev +#PROVIDES by pkgmgr-client-dev -#PROVIDES by pkgmgr-installer-dev +#PROVIDES by pkgmgr-installer-dev -#PROVIDES by pkgmgr-installer +#PROVIDES by pkgmgr-installer RDEPENDS = "" @@ -55,7 +55,7 @@ RDEPENDS_pkgmgr-installer += "pkgmgr" DEPENDS = "" -#DEPENDS of pkgmgr +#DEPENDS of pkgmgr DEPENDS += "pkgmgr-info" #Replace "DEPENDS" on gettext by "inherit gettext" inherit gettext @@ -92,10 +92,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -125,8 +125,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -193,6 +193,7 @@ pkg_postrm_pkgmgr-installer() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " pkgmgr-client " PACKAGES += " pkgmgr " PACKAGES += " pkgmgr-server " @@ -260,13 +261,13 @@ pkgmgr-installer_files += "${prefix}/lib/libpkgmgr_installer.so.*" pkgmgr-installer_files += "${prefix}/lib/libpkgmgr_installer_status_broadcast_server.so.*" pkgmgr-installer_files += "${prefix}/lib/libpkgmgr_installer_client.so.*" -FILES_${PN}-client = "${pkgmgr-client_files}" -FILES_${PN} = "${pkgmgr_files}" -FILES_${PN}-server = "${pkgmgr-server_files}" -FILES_${PN}-types-dev = "${pkgmgr-types-dev_files}" -FILES_${PN}-client-dev = "${pkgmgr-client-dev_files}" -FILES_${PN}-installer-dev = "${pkgmgr-installer-dev_files}" -FILES_${PN}-installer = "${pkgmgr-installer_files}" +FILES_pkgmgr-client = "${pkgmgr-client_files}" +FILES_pkgmgr = "${pkgmgr_files}" +FILES_pkgmgr-server = "${pkgmgr-server_files}" +FILES_pkgmgr-types-dev = "${pkgmgr-types-dev_files}" +FILES_pkgmgr-client-dev = "${pkgmgr-client-dev_files}" +FILES_pkgmgr-installer-dev = "${pkgmgr-installer-dev_files}" +FILES_pkgmgr-installer = "${pkgmgr-installer_files}" PKG_pkgmgr-client= "pkgmgr-client" PKG_pkgmgr= "pkgmgr" diff --git a/recipes-tizen/slp-pkgmgr/slp-pkgmgr_git.bb b/recipes-tizen/slp-pkgmgr/slp-pkgmgr_git.bb index 2096a1d4..9f95d1f4 100644 --- a/recipes-tizen/slp-pkgmgr/slp-pkgmgr_git.bb +++ b/recipes-tizen/slp-pkgmgr/slp-pkgmgr_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/slp-pkgmgr;tag=f5990a9c9c2a654f9607f4acfcfec61fa7d82f7d;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/slp-pkgmgr;tag=1a19052d22ef1cc8dc5cc4ccada4cfa649735f78;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/smack/smack.inc b/recipes-tizen/smack/smack.inc index f3d5b614..6d3b7579 100644 --- a/recipes-tizen/smack/smack.inc +++ b/recipes-tizen/smack/smack.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by smack-dev +#PROVIDES by smack-dev -#PROVIDES by smack +#PROVIDES by smack -#PROVIDES by libsmack +#PROVIDES by libsmack -#PROVIDES by smack-docs +#PROVIDES by smack-docs RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_${PN}-dev += "libsmack" DEPENDS = "" -#DEPENDS of smack +#DEPENDS of smack DEPENDS_append_class-native = " autoconf-native" DEPENDS_append_class-target = " autoconf-native" DEPENDS_append_class-native = " libtool" @@ -58,10 +58,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -96,8 +96,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -127,6 +127,9 @@ pkg_postrm_libsmack() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " smack-dev " +PACKAGES += " smack " PACKAGES += " libsmack " PACKAGES += " smack-docs " diff --git a/recipes-tizen/smack/smack_git.bb b/recipes-tizen/smack/smack_git.bb index f7c35d1b..963a3956 100644 --- a/recipes-tizen/smack/smack_git.bb +++ b/recipes-tizen/smack/smack_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/upstream/smack;tag=1891f4bf4ec855fb85844b0fc3599c10ce91a875;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/smack;tag=fb9a8e1c235834357a57ecd47cc45ba12805ad6d;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/sound-manager/sound-manager.inc b/recipes-tizen/sound-manager/sound-manager.inc index a630f437..ab7a129e 100644 --- a/recipes-tizen/sound-manager/sound-manager.inc +++ b/recipes-tizen/sound-manager/sound-manager.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by capi-media-sound-manager-dev +#PROVIDES by capi-media-sound-manager-dev -#PROVIDES by capi-media-sound-manager +#PROVIDES by capi-media-sound-manager RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_capi-media-${PN}-dev += "capi-media-sound-manager" DEPENDS = "" -#DEPENDS of capi-media-sound-manager +#DEPENDS of capi-media-sound-manager DEPENDS += "libmm-sound" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -53,10 +53,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; MAJORVER=`echo 0.1.1 | awk 'BEGIN {FS="."}{print $1}'` @@ -87,8 +87,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -115,6 +115,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-media-sound-manager-dev " PACKAGES += " capi-media-sound-manager " @@ -129,8 +130,8 @@ capi-media-sound-manager_files += "capi-media-sound-manager.manifest" capi-media-sound-manager_files += "${prefix}/lib/libcapi-media-sound-manager.so.*" capi-media-sound-manager_files += "capi-media-sound-manager.manifest" -FILES_${PN}-dev = "${capi-media-sound-manager-dev_files}" -FILES_${PN} = "${capi-media-sound-manager_files}" +FILES_capi-media-${PN}-dev = "${capi-media-sound-manager-dev_files}" +FILES_capi-media-${PN} = "${capi-media-sound-manager_files}" PKG_capi-media-sound-manager-dev= "capi-media-sound-manager-dev" PKG_capi-media-sound-manager= "capi-media-sound-manager" diff --git a/recipes-tizen/system-info/system-info.inc b/recipes-tizen/system-info/system-info.inc index ad58cb73..1d8e7e94 100644 --- a/recipes-tizen/system-info/system-info.inc +++ b/recipes-tizen/system-info/system-info.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by capi-system-info-dev +#PROVIDES by capi-system-info-dev -#PROVIDES by capi-system-info +#PROVIDES by capi-system-info RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_capi-${PN}-dev += "capi-system-info" DEPENDS = "" -#DEPENDS of capi-system-info +#DEPENDS of capi-system-info DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" @@ -55,10 +55,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; MAJORVER=`echo 0.2.0 | awk 'BEGIN {FS="."}{print $1}'` @@ -88,8 +88,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -118,6 +118,7 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " capi-system-info-dev " PACKAGES += " capi-system-info " @@ -133,8 +134,8 @@ capi-system-info_files += "${prefix}/lib/libcapi-system-info.so.*" capi-system-info_files += "${sysconfdir}/make_info_file.sh" capi-system-info_files += "system-info.manifest" -FILES_${PN}-dev = "${capi-system-info-dev_files}" -FILES_${PN} = "${capi-system-info_files}" +FILES_capi-${PN}-dev = "${capi-system-info-dev_files}" +FILES_capi-${PN} = "${capi-system-info_files}" PKG_capi-system-info-dev= "capi-system-info-dev" PKG_capi-system-info= "capi-system-info" diff --git a/recipes-tizen/systemd/systemd.inc b/recipes-tizen/systemd/systemd.inc index 7b020933..73304943 100644 --- a/recipes-tizen/systemd/systemd.inc +++ b/recipes-tizen/systemd/systemd.inc @@ -97,8 +97,8 @@ do_prep() { chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q cp ${S}/packaging/systemd.manifest . - - + + } do_patch_append() { bb.build.exec_func('do_prep', d) @@ -117,6 +117,7 @@ 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 ; + 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 ; @@ -167,9 +168,9 @@ do_compile() { make -j16 \ systemunitdir=/lib/systemd/system \ userunitdir=/lib/systemd/user - - - + + + } do_install() { @@ -180,22 +181,22 @@ do_install() { unset DISPLAY rm -rf ${D} mkdir -p ${D} - - + + oe_runmake \ DESTDIR=${D} \ INSTALL_ROOT=${D} \ BINDIR=${prefix}/bin \ - install - rm -f ${D}${infodir}/dir - find ${D} -regex ".*\.la$" | xargs rm -f -- + install + rm -f ${D}${infodir}/dir + find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- - + # udev links /usr/bin/mkdir -p ${D}/${prefix}/sbin /usr/bin/ln -sf ../bin/udevadm ${D}${prefix}/sbin/udevadm /usr/bin/mkdir -p ${D}${prefix}/lib/firmware/updates - + # Create SysV compatibility symlinks. systemctl/systemd are smart # enough to detect in which way they are called. /usr/bin/ln -s ../lib/systemd/systemd ${D}${prefix}/sbin/init @@ -206,31 +207,31 @@ do_install() { /usr/bin/ln -s ../bin/systemctl ${D}${prefix}/sbin/shutdown /usr/bin/ln -s ../bin/systemctl ${D}${prefix}/sbin/telinit /usr/bin/ln -s ../bin/systemctl ${D}${prefix}/sbin/runlevel - + # legacy links /usr/bin/ln -s loginctl ${D}${prefix}/bin/systemd-loginctl - + # We create all wants links manually at installation time to make sure # they are not owned and hence overriden by rpm after the used deleted # them. /usr/bin/rm -r ${D}${sysconfdir}/systemd/system/*.target.wants - + # Make sure the ghost-ing below works /usr/bin/touch ${D}${sysconfdir}/systemd/system/runlevel2.target /usr/bin/touch ${D}${sysconfdir}/systemd/system/runlevel3.target /usr/bin/touch ${D}${sysconfdir}/systemd/system/runlevel4.target /usr/bin/touch ${D}${sysconfdir}/systemd/system/runlevel5.target - + # Make sure these directories are properly owned /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system/basic.target.wants /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system/default.target.wants /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system/dbus.target.wants /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system/syslog.target.wants - + # Make sure the user generators dir exists too /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system-generators /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/user-generators - + # Create new-style configuration files so that we can ghost-own them /usr/bin/touch ${D}${sysconfdir}/hostname /usr/bin/touch ${D}${sysconfdir}/vconsole.conf @@ -240,39 +241,39 @@ do_install() { /usr/bin/touch ${D}${sysconfdir}/timezone #/usr/bin/mkdir -p ${D}${sysconfdir}/X11/xorg.conf.d #/usr/bin/touch ${D}${sysconfdir}/X11/xorg.conf.d/00-keyboard.conf - + /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system-preset/ /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/user-preset/ - + # Make sure the shutdown/sleep drop-in dirs exist /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system-shutdown/ /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/system-sleep/ - + # Make sure the NTP units dir exists /usr/bin/mkdir -p ${D}${prefix}/lib/systemd/ntp-units.d/ - + # Install modprobe fragment /usr/bin/mkdir -p ${D}${sysconfdir}/modprobe.d/ - + # Enable readahead services /usr/bin/ln -s ../systemd-readahead-collect.service ${D}${prefix}/lib/systemd/system/default.target.wants/ /usr/bin/ln -s ../systemd-readahead-replay.service ${D}${prefix}/lib/systemd/system/default.target.wants/ - + # Fix the dangling /var/lock -> /run/lock symlink install -Dm644 tmpfiles.d/legacy.conf ${D}${prefix}/lib/tmpfiles.d/legacy.conf - + 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}/share/doc/packages/systemd - + # Move macros to the proper location for Tizen mkdir -p ${D}${sysconfdir}/rpm install -m644 src/core/macros.systemd ${D}${sysconfdir}/rpm/macros.systemd rm -f ${D}${prefix}/lib/rpm/macros.d/macros.systemd - - + + } pkg_preinst_${PN}() { @@ -347,8 +348,11 @@ pkg_postrm_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libsystemd " +PACKAGES += " systemd " PACKAGES += " libgudev-dev " +PACKAGES += " systemd-dev " PACKAGES += " libgudev " PACKAGES += " systemd-analyze " diff --git a/recipes-tizen/systemd/systemd_git.bb b/recipes-tizen/systemd/systemd_git.bb index 56b1d9e7..b74cb0ca 100644 --- a/recipes-tizen/systemd/systemd_git.bb +++ b/recipes-tizen/systemd/systemd_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/upstream/systemd;tag=9289bda02764485a44849d893474e26ad29740f1;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/systemd;tag=435dfc5e5dc58ced028b4f0cae360232492de6c8;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/tizen-platform-config/tizen-platform-config.inc b/recipes-tizen/tizen-platform-config/tizen-platform-config.inc index c218c84e..f11cbf49 100644 --- a/recipes-tizen/tizen-platform-config/tizen-platform-config.inc +++ b/recipes-tizen/tizen-platform-config/tizen-platform-config.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by tizen-platform-config +#PROVIDES by tizen-platform-config -#PROVIDES by libtzplatform-config-dev +#PROVIDES by libtzplatform-config-dev -#PROVIDES by tizen-platform-config-tools +#PROVIDES by tizen-platform-config-tools -#PROVIDES by libtzplatform-config +#PROVIDES by libtzplatform-config RDEPENDS = "" @@ -36,7 +36,7 @@ RDEPENDS_libtzplatform-config += "tizen-platform-config" DEPENDS = "" -#DEPENDS of tizen-platform-config +#DEPENDS of tizen-platform-config DEPENDS += "tizen-platform-wrapper" do_prep() { @@ -59,10 +59,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -99,8 +99,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -127,8 +127,10 @@ pkg_postrm_libtzplatform-config() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " libtzplatform-config-dev " PACKAGES += " tizen-platform-config-tools " +PACKAGES += " tizen-platform-config " PACKAGES += " libtzplatform-config " libtzplatform-config-dev_files = "" diff --git a/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc b/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc index 7069505a..fa29e7a6 100644 --- a/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc +++ b/recipes-tizen/tizen-platform-wrapper/tizen-platform-wrapper.inc @@ -12,7 +12,7 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by tizen-platform-wrapper +#PROVIDES by tizen-platform-wrapper RDEPENDS = "" @@ -42,10 +42,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -79,8 +79,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -95,6 +95,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " tizen-platform-wrapper " tizen-platform-wrapper_files = "" tizen-platform-wrapper_files += "tizen-platform-wrapper.manifest" diff --git a/recipes-tizen/user-session-units/user-session-units.inc b/recipes-tizen/user-session-units/user-session-units.inc index be530f98..afcaae66 100644 --- a/recipes-tizen/user-session-units/user-session-units.inc +++ b/recipes-tizen/user-session-units/user-session-units.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by user-session-units-enlightenment +#PROVIDES by user-session-units-enlightenment -#PROVIDES by user-session-units +#PROVIDES by user-session-units -#PROVIDES by user-session-units-gnome +#PROVIDES by user-session-units-gnome RDEPENDS = "" @@ -30,7 +30,7 @@ RDEPENDS_${PN}-gnome += "user-session-units" DEPENDS = "" -#DEPENDS of user-session-units +#DEPENDS of user-session-units DEPENDS += "systemd" DEPENDS += "dbus" DEPENDS += "libpam" @@ -56,10 +56,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; @@ -116,8 +116,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -136,7 +136,9 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " user-session-units-enlightenment " +PACKAGES += " user-session-units " PACKAGES += " user-session-units-gnome " user-session-units-enlightenment_files = "" diff --git a/recipes-tizen/uthash/uthash.inc b/recipes-tizen/uthash/uthash.inc index 2225850f..e2463d9c 100644 --- a/recipes-tizen/uthash/uthash.inc +++ b/recipes-tizen/uthash/uthash.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by uthash +#PROVIDES by uthash -#PROVIDES by uthash-dev +#PROVIDES by uthash-dev RDEPENDS = "" @@ -42,10 +42,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; #empty @@ -59,8 +59,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} mkdir -p ${D}${prefix}/include cd src @@ -69,6 +69,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " uthash-dev " uthash-dev_files = "" uthash-dev_files += "uthash.manifest" diff --git a/recipes-tizen/uthash/uthash_git.bb b/recipes-tizen/uthash/uthash_git.bb index 76482f77..635d8da3 100644 --- a/recipes-tizen/uthash/uthash_git.bb +++ b/recipes-tizen/uthash/uthash_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/upstream/uthash;tag=1436c7858fa133d830a18d27c879af301000a70f;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/uthash;tag=b5ccfb0470df0f693bdd7097a7597c37806112dc;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc b/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc index 26c519c5..91d88922 100644 --- a/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc +++ b/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by vconf-internal-keys +#PROVIDES by vconf-internal-keys -#PROVIDES by vconf-internal-keys-dev +#PROVIDES by vconf-internal-keys-dev RDEPENDS = "" DEPENDS = "" -#DEPENDS of vconf-internal-keys +#DEPENDS of vconf-internal-keys DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -45,10 +45,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -77,8 +77,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -94,6 +94,8 @@ do_install() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " vconf-internal-keys-dev " vconf-internal-keys-dev_files = "" vconf-internal-keys-dev_files += "vconf-internal-keys.manifest" diff --git a/recipes-tizen/vconf/vconf.inc b/recipes-tizen/vconf/vconf.inc index 3e8e39be..ab703397 100644 --- a/recipes-tizen/vconf/vconf.inc +++ b/recipes-tizen/vconf/vconf.inc @@ -12,13 +12,13 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by vconf-keys-dev +#PROVIDES by vconf-keys-dev -#PROVIDES by vconf +#PROVIDES by vconf -#PROVIDES by vconf-dev +#PROVIDES by vconf-dev RDEPENDS = "" @@ -36,7 +36,7 @@ RDEPENDS_${PN}-dev += "glib-2.0" DEPENDS = "" -#DEPENDS of vconf +#DEPENDS of vconf DEPENDS += "vconf-internal-keys" DEPENDS += "tizen-platform-config" DEPENDS_append_class-native = " cmake-native" @@ -64,10 +64,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -97,8 +97,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -136,7 +136,10 @@ pkg_postrm_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " vconf-keys-dev " +PACKAGES += " vconf " +PACKAGES += " vconf-dev " vconf-keys-dev_files = "" vconf-keys-dev_files += "vconf.manifest" diff --git a/recipes-tizen/weston-common/weston-common.inc b/recipes-tizen/weston-common/weston-common.inc index e7fc3e9c..73c85d25 100644 --- a/recipes-tizen/weston-common/weston-common.inc +++ b/recipes-tizen/weston-common/weston-common.inc @@ -12,16 +12,16 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by weston-common +#PROVIDES by weston-common # the PROVIDES rules is ignore "weston-startup " PROVIDES += "weston-startup" RPROVIDES_weston-common += "weston-startup" -#PROVIDES by weston-common-config +#PROVIDES by weston-common-config -#PROVIDES by weston-common-tz-launcher +#PROVIDES by weston-common-tz-launcher RDEPENDS = "" @@ -32,7 +32,7 @@ RDEPENDS_${PN} += "shadow" DEPENDS = "" -#DEPENDS of weston-common +#DEPENDS of weston-common DEPENDS += "weston" DEPENDS += "libxkbcommon" DEPENDS += "cairo" @@ -73,10 +73,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -110,8 +110,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} #install tz-launcher @@ -185,9 +185,10 @@ pkg_preinst_${PN}() { getent group weston-launch >/dev/null || ${prefix}/sbin/groupadd -r -o weston-launch # create user 'display' getent passwd display >/dev/null || ${prefix}/sbin/useradd -r -g display -d /run/display -s /bin/false -c "Display daemon" display - # add user 'display' to groups 'weston-launch' and 'input' + # add user 'display' to groups 'weston-launch', 'input' and 'video' groupmod -A display weston-launch groupmod -A display input + groupmod -A display video # setup display manager service mkdir -p /lib/systemd/system/graphical.target.wants/ ln -sf ../display-manager.path /lib/systemd/system/graphical.target.wants/ @@ -205,7 +206,9 @@ pkg_postrm_${PN}() { } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " weston-common-tz-launcher " +PACKAGES += " weston-common " PACKAGES += " weston-common-config " weston-common-tz-launcher_files = "" diff --git a/recipes-tizen/xdgmime/xdgmime.inc b/recipes-tizen/xdgmime/xdgmime.inc index 49974e82..52110882 100644 --- a/recipes-tizen/xdgmime/xdgmime.inc +++ b/recipes-tizen/xdgmime/xdgmime.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by xdgmime-dev +#PROVIDES by xdgmime-dev -#PROVIDES by xdgmime +#PROVIDES by xdgmime RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "xdgmime" DEPENDS = "" -#DEPENDS of xdgmime +#DEPENDS of xdgmime DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -48,10 +48,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -80,8 +80,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -108,6 +108,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " xdgmime-dev " +PACKAGES += " xdgmime " xdgmime-dev_files = "" xdgmime-dev_files += "xdgmime.manifest" diff --git a/recipes-tizen/xdgmime/xdgmime_git.bb b/recipes-tizen/xdgmime/xdgmime_git.bb index aa0ecdbb..9e8780c4 100644 --- a/recipes-tizen/xdgmime/xdgmime_git.bb +++ b/recipes-tizen/xdgmime/xdgmime_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/xdgmime;tag=93ad04ea3339d7a4b8122bd9bf5ea36d4816f4bc;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/xdgmime;tag=67141100ad0f940567492958ae9c315c80dd579e;nobranch=1" BBCLASSEXTEND += " native " |