aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-01Add metatizen.bbclassrpurdie/tizenRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-26Update recipesKévin THIERRY
Change-Id: Ib0b856c9a2154a5e6de49ede9014b5496cbb90c7 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-26ail: update recipeKévin THIERRY
* Update recipe. * Rebase patch. * Use Yocto cmake functions. Change-Id: I9f5032efa193d1873157879218672679abdc7144 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-26Merge changes I50e7c321,If6994ab5,I4d4526fe into tizenKévin THIERRY
* changes: Fix ibus-hangul packaging Fix ibus-libpinyin packaging path Fix libpinyin for cross compile build.
2014-08-26Merge "libsvi must build with make -j 1" into tizenKévin THIERRY
2014-08-26Fix ibus-hangul packagingRonan Le Martret
Change-Id: I50e7c321065a9140eb78625f0507144c7817a3da Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-08-26Fix ibus-libpinyin packaging pathRonan Le Martret
Change-Id: If6994ab5ea9db0bf76128354cb7ebfe87b78cb80 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-08-26Fix libpinyin for cross compile build.Ronan Le Martret
Change-Id: I4d4526fe3292f41789423644d14ce3843f0a572e Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-08-26libsvi must build with make -j 1Ronan Le Martret
Change-Id: Ic30ddbed49268b1758dd0121f12538db21e60b03 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-08-26ico-vic-carsimulator: correct configure issueKévin THIERRY
Correct wrong include paths in src/Makefile.am. Also update recipe. Change-Id: I96b620f52b5b27e4bff8550b9fc413ec8bc1a9fb Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-25genivi-audio-manager: correct build issuesKévin THIERRY
* Use Yocto cmake functions. * Add missing debug files * Prevent packaging from failing because a non dev package a symlink (use of "INSANE_SKIP"). * Update generated recipe. Change-Id: I5fe93eadcc9d8688faa0920a27040f78a54a8ee7 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-25edbus, elementary: update recipesKévin THIERRY
Remove dependency to doxygen. Bug-Tizen: BTY-31 Change-Id: Ide89f4781c8bfee46452d9ad9f9069c69171dc8e Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-22wailand-ivi-extension: correct build issuesKévin THIERRY
* Use yocto built-in cmake functions. * Correct paths for the prep() and install() sections. * Update recipe. Change-Id: Ie6ad2d160426dad1d06c7ebb3e84687b00f711c8 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-22keyutils: update recipeKévin THIERRY
Change-Id: I83afcc714c6750d70fd9527942fb86832e4ee0b7 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-21weekeyboard: correct path to edje_ccKévin THIERRY
Correct wrong path to binary edje_cc (was looking for it in the host bindir instead of the correct staging dir). Also update the recipe. Change-Id: Ia111ba03d8ebf2db025b9fed35e9893334a87997 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-21node-startup-controller: update recipeKévin THIERRY
Also add missing .debug files in dbg package. Change-Id: I7c1d4d628deec2b4a455a3dee18caf187cfd8dc3 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-21dlt-daemon: update recipeKévin THIERRY
Update the recipe and use "inherit cmake" in order to use Yocto cmake functions. Those functions override the default ones (do_configure(), do_compile(), do_install()...). Change-Id: I4d0621a2d83ed370425dfe96e2c4475987d5a46b Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-20libwebsockets: correct build issueKévin THIERRY
Inherit Yocto cmake functions and add the necessary parameters. cmake Yocto functions override the default functions (do_configure, do_compile, do_install...). Also update recipe. Change-Id: I4defad3763e5ff162f1d8f07d9c5473263735b12 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-20lemolo: correct wrong path to edje_ccKévin THIERRY
edje_cc is used during the build of lemolo but tried to find the file "edje_cc" on the host instead of the native sysroot which causes the build to fail. Also update the recipe. Change-Id: I288a067ea0765605bd0556e4310403008237b55a Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-20dbus-python: correct configure errorKévin THIERRY
Export some environment variables. I don't know why this is necessary now and not before. It only appears in python related packages. Anyway exporting some environment variable (that should already exported) doesn't hurt and solve the issue. Also update the recipe. Change-Id: Ia3be8570966d49ecc35e75b9b0444538b847d89b Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-20python-setuptools: update recipeKévin THIERRY
Change-Id: Ibd94feea21614afde2444420bd630ed192a7d174 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-20ico-uxf-homescreen-sample-apps: update recipeKévin THIERRY
Change-Id: Ic68d9776d419c9dfe183e8394eee496d709c3f16 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-19Update libhangul recipeKévin THIERRY
Change-Id: I1e9a13e141360bf0abe4fb426d042f84d1938b5b Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-14update-desktop-files: update recipeKévin THIERRY
Also add missing file in package brp-trim-desktopfiles. Change-Id: I91d72a93f7af1621b62bb5d44a634228f8253995 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-14ico-uxf-utilitie: skip packaging QAKévin THIERRY
Workaround to prevent packaging from failing because it contains a symlink. Change-Id: I6fb046d538eb99ca9726c505bed528ca08be99d0 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-13opencv: do not build gtk+Kévin THIERRY
Change-Id: I426e25dd71f7a6bd9835f34217e13d18ffaf112e Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-13rpm: remove hard-coded "host" valueKévin THIERRY
Bug-Tizen: BTY-22 Change-Id: I0be467625b32f5c1b6420d07533c29920e637b17 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-12ecryptfs-utils: add missing filesKévin THIERRY
Package the files that weren't. Change-Id: I93c347491794cd5cdf8a7b14158acdef9a8d6fbf Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11Add tizen-extensions-crosswalk and wrt-widgetsKévin THIERRY
Add tizen-extensions-crosswalk and wrt-widgets to tizen-crosswalk package group. tizen-extensions-crosswalk allows web apps to be executed as native apps. wrt-widgets contains several demo web apps. Change-Id: If6dfd21cacf455abeb1f4510bad93c7c7e2e0100 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11media-server: remove failing vconftool commandsKévin THIERRY
In the postinst script, some of the vconftool commands fail to execute which prevents the image to be built. As a TEMPORARY WORKAROUND the failing command is removed. This patch will need to be reverted as soon as this issue has been properly corrected. Bug-Tizen: BTY-25 Change-Id: I9e223f478345f4deca7c4c093986dc8f40029d69 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11bluetooth-frwk: remove failing vconftool commandsKévin THIERRY
In the postinst script, some of the vconftool commands fail to execute which prevents the image to be built. As a TEMPORARY WORKAROUND the failing command is removed. This patch will need to be reverted as soon as this issue has been properly corrected. Bug-Tizen: BTY-26 Change-Id: Iaceb68a1bca8c15ca0782a10280eaf7eb3921d90 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11audio-session-manager: remove vconftool commandKévin THIERRY
In the postinst script, one of the vconftool command fails to execute which prevents the image to be built. As a TEMPORARY WORKAROUND the failing command is removed. This patch will need to be reverted as soon as this issue has been properly corrected. Bug-Tizen: BTY-27 Change-Id: If11f9a5cdb527b048ebeebbc34b275f611c2b068 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11audio-session-manager: clean recipeKévin THIERRY
Remove (now useless) override of the function do_compile(). Change-Id: Ib79d00484efbefadefca0936503d3b26dc2dd499 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11alarm-manager: remove failing vconftool commandKévin THIERRY
In the postinst script, one of the vconftool command fails to execute which prevents the image to be built. As a TEMPORARY WORKAROUND the failing command is removed. This patch will need to be reverted as soon as this issue has been properly corrected. Bug-Tizen: BTY-24 Change-Id: I6d469c9fd8ae878890c98bc274b5e2a0df6712df Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11gsignond: packaging: add missing debug filesKévin THIERRY
Change-Id: Ief06c776f44621e3c3c843d0ff8eca726f0b599a Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11Add wrt-widgetsKévin THIERRY
wrt-widgets contains web applications that can be launched as native applications using crosswalk (and tizen-extensions-crosswalk). Change-Id: I05f1fa49108b9ab4f1349b978568cdd1dd7a805b Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11security-server: update recipeKévin THIERRY
New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image Change-Id: I4956fa2c6d19ebd9fd0ec615f5f541c6315e55fa Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11nfc-manager-neard: update recipeKévin THIERRY
New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image Change-Id: I62ee3e46df21bec61de60451a179ec79265aac5b Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11libsvi: update recipeKévin THIERRY
New generated recipe from recent specfile. Change-Id: I69187b2bca078ad6dcc1389b86cf612b26b8f7f9 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11libgsignon-glib: update recipeKévin THIERRY
New generated recipe from recent specfile. Change-Id: I4239874a0c5d343498dc6b8e30f90cfee5a06bec Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11gsignond: update recipeKévin THIERRY
New generated recipe from recent specfile. Change-Id: I827ffbd4f086284400e0c51de3bebb67a7504184 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11download-provider: update recipeKévin THIERRY
New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image. Change-Id: Ib004acffcbf14de762d8690c80c973d2db94653a Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11avsystem: update recipeKévin THIERRY
New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image. Change-Id: I6439ca173e5ce03d8efe5ac9f4adaaf18b5e85ff Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11aul-1: update recipeKévin THIERRY
New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image. Change-Id: I6f26e1d55ab7ebcbbbed5854d52cb62ab1ec82bd Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11ecryptfs-utils: correct build issuesKévin THIERRY
* Remove unknown tag "AM_GLIB_GNU_GETTEXT" from configure.ac. * Export missing environment variables needed during the build. * Correct some packaging issues (QA). Change-Id: Iba7cb0ba7c1da899ac1ea26d37ea1016ffd49101 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-11neardal: correct include directory path for dlogKévin THIERRY
The host include directory was used instead of the target one. Change-Id: Ifff6611d515f23dc9cec9a93a6115e2ed37ac67e Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-05keyutils: use relative path for symlinkKévin THIERRY
Using full paths links against the host libs. Change-Id: Iec9b407a32df35f51d8c656744814b4a13e1cc95 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-05keyutils: define install root dirKévin THIERRY
The install root dir is defined by the variable "DESTDIR" which was set to "RPM_BUILD_ROOT". "RPM_BUILD_ROOT" not being set, the package tried to install itself in the host rootfs. Defining "RPM_BUILD_ROOT" as "${D}" corrects this issue. Change-Id: I5ab4ddc586f2ef8fcc23866244a11bc9aa120a56 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-05rpm: remove "bashism"Kévin THIERRY
Bug-Tizen: BTY-21 Change-Id: Id93a3b5a3905c2e5c9695195c974dcdce2d435e7 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-08-05Merge "Use package groups in image recipes" into tizenKévin THIERRY