update conf
authorRonan Le Martret <ronan@fridu.net>
Thu, 20 Nov 2014 08:31:12 +0000 (09:31 +0100)
committerRonan Le Martret <ronan@fridu.net>
Thu, 20 Nov 2014 08:31:12 +0000 (09:31 +0100)
Change-Id: I7dba3dba231ae943e3d41ac89b3b90961cc1efb2

proto-meta-Tizen_generic/.spec2yoctorc
proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros

index 5064cb9..5d213e0 100644 (file)
@@ -48,7 +48,7 @@ libpcre-devel=pcre-devel
 pkg-config=pkgconfig
 perl-XML-Parser=libxml-parser-perl
 pwdutils=shadow
-
+python-gobject=python-pygobject
 
 [runtime_tizen_common_blacklist]
 list=doxygen
@@ -114,7 +114,7 @@ fontconfig=pkgconfig(fontconfig)
 freetype=pkgconfig(freetype2)
 gcc=gcc-c++
 heynoti=pkgconfig(heynoti)
-icu=pkgconfig(icu-i18n)
+icu=pkgconfig(icu-i18n),pkgconfig(icu-uc)
 iniparser=pkgconfig(iniparser)
 libcap=libcap-devel, pkgconfig(libcap), libcap-tools, /usr/sbin/setcap
 libdevice-node=pkgconfig(devman_plugin)
@@ -239,7 +239,8 @@ libcheck=pkgconfig(check)
 libbullet=pkgconfig(bullet)
 ibus=pkgconfig(ibus-1.0)
 gstreamer1.0=pkgconfig(gstreamer-1.0),pkgconfig(gstreamer-base-1.0)
-gstreamer1.0-plugins-base=pkgconfig(gstreamer-plugins-base-1.0), pkgconfig(gstreamer-app-1.0), pkgconfig(gstreamer-video-1.0)
+gstreamer1.0-plugins-base=pkgconfig(gstreamer-plugins-base-1.0), pkgconfig(gstreamer-app-1.0), pkgconfig(gstreamer-video-1.0), pkgconfig(gstreamer-audio-1.0), pkgconfig(gstreamer-pbutils-1.0)
+gstreamer1.0-plugins-bad=pkgconfig(gstreamer-plugins-bad-1.0)
 fribidi=pkgconfig(fribidi)
 harfbuzz=pkgconfig(harfbuzz)
 libtbm=pkgconfig(libtbm)
@@ -328,3 +329,14 @@ gconf=gconf-dbus, pkgconfig(gconf-2.0)
 secure-storage=pkgconfig(secure-storage)
 dukgenerator=pkgconfig(dukgenerator)
 libcryptsvc=pkgconfig(cryptsvc)
+mobile-broadband-provider-info=pkgconfig(mobile-broadband-provider-info)
+libICE=pkgconfig(ice)
+util-macros=pkgconfig(xorg-macros)
+xproto=pkgconfig(xproto)
+xtrans=pkgconfig(xtrans)
+libSM=pkgconfig(sm)
+xkeyboard-config=pkgconfig(xkeyboard-config)
+qt5-qtdeclarative=pkgconfig(Qt5QmlDevTools), qtdeclarative
+qt5=pkgconfig(Qt5Core), pkgconfig(Qt5Gui), pkgconfig(Qt5OpenGL), pkgconfig(Qt5PlatformSupport), qtbase, qt-default
+qt5-qtxmlpatterns=qt5-qtxmlpatterns-devel
+cups=cups-devel
\ No newline at end of file
index 7e7e64b..61de595 100644 (file)
@@ -82,7 +82,7 @@
 %__as                  as
 %__cc                  \${CC}
 %__cpp                 \${HOST_SYS}-gcc -E
-%__cxx                 \${HOST_SYS}-g++
+%__cxx                 \${CXX}
 %__ld                  ld
 %__nm                  nm
 %__objcopy             objcopy
@@ -849,7 +849,7 @@ posix.setenv("RPMBUILD_SOURCEDIR",rpm.expand("%?_sourcedir"));
 # The configure macro should be invoked as %configure (rather than %{configure})
 # because the rest of the arguments will be expanded using %*.
 #
-%_configure ./configure
+%_configure ./configure --host=${HOST_SYS}
 
 #------------------------------------------------------------------------------
 # The make install analogue of %configure for modern autotools: