Kévin THIERRY [Wed, 18 Jun 2014 09:54:09 +0000 (11:54 +0200)]
Update spec2yoctorc
Add pkgconfig(libsystemd-journal) to tizen-provided-extra.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 18 Jun 2014 09:23:44 +0000 (11:23 +0200)]
Update dlog spec file
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 17 Jun 2014 08:11:31 +0000 (10:11 +0200)]
Update desktop-skin recipe
Also add it to spec2yoctorc since it was missing which ended up
generatig erronous recipes.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 16 Jun 2014 13:52:39 +0000 (15:52 +0200)]
Update spec files
* crosswalk.spec
* tizen-platform-config.spec
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 16 Jun 2014 13:51:54 +0000 (15:51 +0200)]
Remove pulseaudio from whitelist
PulseAudio from Yocto is currently being used.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 16 Jun 2014 13:49:13 +0000 (15:49 +0200)]
Make macro %autogen call %reconfigure
In some cases this will end up creatig recipe with two calls to
%reconfigure so, this will need to be addressed in the future in order
to optimize build time.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 12 Jun 2014 14:08:19 +0000 (16:08 +0200)]
Update spec files
* crosswalk.spec
* xdgmime.spec
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 11 Jun 2014 15:00:42 +0000 (17:00 +0200)]
Update spec files
* hwdata.spec
* rpm.spec
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 11 Jun 2014 08:24:04 +0000 (10:24 +0200)]
Update spec files
* pkgmgr.spec
* tizen-platform-wrapper.spec
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 11 Jun 2014 07:09:39 +0000 (09:09 +0200)]
Correct parsing error
While processing the pre/post install/uninstall scripts, in the case of
a one-line script of the form "%post -n <package_name> -p <command>",
if the package name or the command contains "-p" or "-n", parsing is
wrong. Usig " -p " and " -n " corrects this error in our cases. The
only package found with this error is pkmgr-info-parser. If a command
would happen to have a "-p" or "-n" option, parsing would fail, even
with this patch. Another solution would need to be found.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 10 Jun 2014 15:00:00 +0000 (17:00 +0200)]
Update app-core spec-file
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 10 Jun 2014 14:30:19 +0000 (16:30 +0200)]
Add support for TZ_XXX_YYY macros
Add rpm macros file macros.tizen-platform in order to substitute the
TZ_XXX_YYY macros in the spec file with their real value.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 5 Jun 2014 12:17:30 +0000 (14:17 +0200)]
Correct issue with %prep and %pre
%prep section in spec files was used as a %pre section. This commit
correct this issue.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 5 Jun 2014 11:52:52 +0000 (13:52 +0200)]
Add full support for pre/post install script
Spec file sections %pre, %post, %preun, and %postun are now added in
recipes.
All sections of pre/post install/uninstall scripts are now added to the
recipes.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 4 Jun 2014 14:42:37 +0000 (16:42 +0200)]
Remove ${D} from post/pre scripts
The correct path is generated in the recipe when macros are used in the
spec file. Correcting the spec files is the way to go so we remove the
addition of the "${D}" prefix.
Also clean code.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 4 Jun 2014 14:13:44 +0000 (16:13 +0200)]
Add pre, preun and postun scripts to recipes
Note that only the first reference to a section found in spec files are
treated, the other ones are ignored. This issue should be taken care of.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 4 Jun 2014 13:26:34 +0000 (15:26 +0200)]
Add post install scripts to recipes
Note that only the first "%post" section found in spec files is
treated, the other ones are ignored. This issue should be taken care of.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 4 Jun 2014 12:13:18 +0000 (14:13 +0200)]
Correct post/pre scripts extraction
Methods get_*_section_key() only return the first line of the pre/post
sections of spec files. This patch corrects that so the whole section
is returned instead.
Also factorize the code by replace the get_*_section_key() methods with
a unique one: get_script_section_key().
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 4 Jun 2014 08:30:58 +0000 (10:30 +0200)]
Update spec files
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 2 Jun 2014 09:07:01 +0000 (11:07 +0200)]
Add a script to generate the project list
The script generates the list of projects in a wiki table. Projects are
organized in three sections:
* Tizen projects
* Yocto projects with Tizen patchs
* Yocto projects
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 26 May 2014 14:38:32 +0000 (16:38 +0200)]
Add pulseaudio
Note that pulseaudio dependencies haven't been resolved yet.
Also update spec files.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Mon, 26 May 2014 12:06:34 +0000 (14:06 +0200)]
Fix merge
Change-Id: I39926b229313a02f27ffc12f0e0a5a691fc972ae
Ronan Le Martret [Mon, 26 May 2014 12:04:50 +0000 (14:04 +0200)]
Add systemd from tizen
Change-Id: I2e70acd10f3dbbf144030e88b2ba90227cdc2e29
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Mon, 26 May 2014 12:04:06 +0000 (14:04 +0200)]
update pam.spec systemd.spec
Change-Id: I2592db702c1bfa780eb929473a7b879c4d5066a9
Ronan Le Martret [Mon, 26 May 2014 11:53:52 +0000 (13:53 +0200)]
add meta spec file
Change-Id: I9385343b5be624813af6a2579b3fcd3403d8dcad
Kévin THIERRY [Mon, 19 May 2014 16:18:25 +0000 (18:18 +0200)]
Replace pwdutils with shadow
Use shadow instead of pwdutils since shadow is provided by Yocto.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Fri, 16 May 2014 14:38:59 +0000 (16:38 +0200)]
add alsa-scenario-0.2
Change-Id: I58cefa2f3e1a6bd890c230aba524d39a03743e03
Ronan Le Martret [Fri, 16 May 2014 14:38:12 +0000 (16:38 +0200)]
update initial spec files.
Change-Id: I060ac981752fee92c9c7368f6fe721d3a5f71359
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Fri, 16 May 2014 09:38:45 +0000 (11:38 +0200)]
remove python-rpm
Change-Id: I224f1ca78826decc3278642cefc4eba06c064229
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Thu, 15 May 2014 10:02:36 +0000 (12:02 +0200)]
Merge branch 'master' of git.vannes:/srv/git/gitcache/github.com/eurogiciel-oss/yoctoTizen
Kévin THIERRY [Thu, 15 May 2014 09:44:04 +0000 (11:44 +0200)]
Manage the %config() case in spec files
When the %config() macro was encountered in the packaging section of a
spec file, the file wasn't added to the package in the recipe. Also when
more than one macro was found before a file in the packaging section the
file would not be added (usually a %attr() and a %config() macro). This
patch correct both those issues.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Wed, 14 May 2014 09:26:04 +0000 (11:26 +0200)]
use replace native build
Change-Id: Id7302e06e1763793fcec5b6b8e1eaeff0dd8fa30
Ronan Le Martret [Tue, 13 May 2014 11:32:15 +0000 (13:32 +0200)]
Change cmake macro
Change-Id: Ib4c43059489e2e3e216459ac4abe81d96c0253c1
Ronan Le Martret [Tue, 13 May 2014 09:43:26 +0000 (11:43 +0200)]
Merge branch 'devel-crosswalk' of git.vannes:/srv/git/gitcache/github.com/eurogiciel-oss/yoctoTizen into devel-crosswalk
Conflicts:
proto-meta-Tizen_generic/.spec2yoctorc
Change-Id: I9946fd408ee6babb56344de4fee14c28bf5ad830
Ronan Le Martret [Tue, 13 May 2014 09:35:21 +0000 (11:35 +0200)]
update spec2yocto createRecipes
Change-Id: I7404eea4d2820e2ca47b06a723a666cb2823983e
Ronan Le Martret [Tue, 13 May 2014 09:34:27 +0000 (11:34 +0200)]
remove meta-tizen-generic
Change-Id: Ia33b25c323071233be45d82d5250c172d489b5d3
Ronan Le Martret [Tue, 13 May 2014 09:32:08 +0000 (11:32 +0200)]
Add init spec fiels
Change-Id: I64127c9d7920706439a4f56ab2d33c0bb918b17f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Kévin THIERRY [Tue, 13 May 2014 07:47:37 +0000 (09:47 +0200)]
Add libslp-db-util and correct some equivalences
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 12 May 2014 16:43:45 +0000 (18:43 +0200)]
Add packages to spec2yoctorc
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 12 May 2014 15:20:01 +0000 (17:20 +0200)]
Add missing equivalences for Crosswalk
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 12 May 2014 13:28:05 +0000 (15:28 +0200)]
Add missing equivalence slp-pkgmgr
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 12 May 2014 13:26:44 +0000 (15:26 +0200)]
Use Wayland and Weston from Yocto
Remove Wayland and Weston from the white list since we use Wayland and
Weston from Yocto.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 12 May 2014 12:51:26 +0000 (14:51 +0200)]
Add Crosswalk to spec2yoctorc
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 5 May 2014 11:27:46 +0000 (13:27 +0200)]
Add weston
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 14:00:15 +0000 (16:00 +0200)]
Remove weston and wayland from the whitelist
Weston and Wayland are not building yet so we remove them from the
whitelist in .spec2yoctorc until they build. They are still present in
the devel branch.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 13:09:30 +0000 (15:09 +0200)]
Replace tabulations with spaces in spec2yocto.py
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 13:06:04 +0000 (15:06 +0200)]
Replace "-devel" occurences with "-dev"
Some "-devel" extensions could be found in generated recipes. Yocto
uses "-dev" extensions instead of "-devel". This patch attempts to
replace the remainings "-devel" extensions.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 11:55:02 +0000 (13:55 +0200)]
Add rpm to the native blacklist in .spec2yoctorc
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 10:02:23 +0000 (12:02 +0200)]
Replace 'generic' with 'common' in .spec2yoctorc
Note that 'generic' keyword can still be found in this file; they are
either part of URL or file/directory names. This will need to be
modified as well.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 09:47:53 +0000 (11:47 +0200)]
Add "BBCLASSEXTEND = "native"" to recipes
Add "BBCLASSEXTEND = "native"" only if they are not in the
native_tizen_generic_blacklist.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 09:24:05 +0000 (11:24 +0200)]
Update license to GPL v2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 09:10:17 +0000 (11:10 +0200)]
Replace tabulations with spaces
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 09:01:12 +0000 (11:01 +0200)]
Improve error message in spec2yocto.py
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 29 Apr 2014 08:59:45 +0000 (10:59 +0200)]
Add documentation removed by previous merge
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
kthierry [Mon, 28 Apr 2014 15:24:05 +0000 (17:24 +0200)]
Update README.md
Kévin THIERRY [Mon, 28 Apr 2014 14:14:15 +0000 (16:14 +0200)]
Merge branch 'devel'
Conflicts:
README
documentation/Tizen_wrt/tizen_wrt.txt
Kévin THIERRY [Mon, 28 Apr 2014 14:08:40 +0000 (16:08 +0200)]
Update README.md
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 28 Apr 2014 13:21:20 +0000 (15:21 +0200)]
Add Wayland and Weston to .spec2yoctorc
Also replace hard-coded paths in .spec2yoctorc with the environment
variable YOCTO_WORKDIR.
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 28 Apr 2014 13:16:25 +0000 (15:16 +0200)]
Remove useless variable
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Mon, 28 Apr 2014 07:57:00 +0000 (09:57 +0200)]
Add MIT license
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
ronan [Mon, 28 Apr 2014 07:51:24 +0000 (09:51 +0200)]
add gitignore rule
Ronan Le Martret [Mon, 28 Apr 2014 07:45:48 +0000 (09:45 +0200)]
Remove useless meta
Change-Id: Iff1dc9878bbc2e857e60be417d1c7d0520987c3f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Mon, 3 Mar 2014 10:11:09 +0000 (11:11 +0100)]
correcting spelling
Change-Id: I856d47e31fcdd5ffc92993b1c8593d089f05c718
Ronan Le Martret [Fri, 7 Feb 2014 15:42:57 +0000 (16:42 +0100)]
Valid native first build.
Change-Id: Ib9f55a1f5e1de624ff6fc490b135bc8509c4de02
Ronan Le Martret [Thu, 6 Feb 2014 14:24:09 +0000 (15:24 +0100)]
Remove old file.
Change-Id: I9e51978ca4b8b168d9f7570190d51273005fe7a6
Ronan Le Martret [Thu, 6 Feb 2014 14:23:22 +0000 (15:23 +0100)]
- upgrade Tizen:Generic project.
Change-Id: I6d15a7ae7b7401c72fbafe3ce10c43ea59c876c2
Ronan Le Martret [Mon, 3 Feb 2014 12:06:40 +0000 (13:06 +0100)]
- remove useless file.
Change-Id: Id5023da1349f7f4ee887dc8c5c2617f006eadbfd
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Mon, 3 Feb 2014 11:52:26 +0000 (12:52 +0100)]
- update spec2yocto to build Tizen:Generic.
Change-Id: Ibc621cd677d48ad83841369356b0c59cb64092bf
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Wed, 29 Jan 2014 09:04:56 +0000 (10:04 +0100)]
- Add MIT licence for Meta-data.
Change-Id: I9ac6bc43dd4fdfc8f6f996b9e4faf7376258dbf5
Ronan Le Martret [Fri, 20 Dec 2013 10:23:22 +0000 (11:23 +0100)]
Merge branch 'wrt-devel' of github.com:eurogiciel-oss/yoctoTizen into wrt-devel
Ronan Le Martret [Tue, 12 Nov 2013 11:54:13 +0000 (12:54 +0100)]
- update Tizen IVI build .
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
- update project yocto ivi.
- update project yocto ivi.
- update project yocto ivi.
Ronan Le Martret [Thu, 24 Oct 2013 07:35:44 +0000 (09:35 +0200)]
- remove update_proto_project.
Ronan Le Martret [Thu, 24 Oct 2013 07:04:42 +0000 (09:04 +0200)]
- remove update_proto_project.
Ronan Le Martret [Thu, 24 Oct 2013 06:57:45 +0000 (08:57 +0200)]
- add Tizen WRT faq.
Ronan Le Martret [Wed, 23 Oct 2013 07:11:42 +0000 (09:11 +0200)]
- change sudo rules and file perm.
Ronan Le Martret [Tue, 22 Oct 2013 12:38:50 +0000 (14:38 +0200)]
- add warning for privacy-manager to README.
Ronan Le Martret [Tue, 22 Oct 2013 09:36:16 +0000 (11:36 +0200)]
- update the README file.
Ronan Le Martret [Mon, 21 Oct 2013 17:30:11 +0000 (19:30 +0200)]
- remove wayland 1.2
Ronan Le Martret [Mon, 21 Oct 2013 16:16:04 +0000 (18:16 +0200)]
- change branch for yocto meta.
Ronan Le Martret [Mon, 21 Oct 2013 15:32:16 +0000 (17:32 +0200)]
- re-add wayland/weston 1.2.
Ronan Le Martret [Fri, 18 Oct 2013 15:28:03 +0000 (17:28 +0200)]
Merge branch 'wrt-devel' of github.com:eurogiciel-oss/yoctoTizen into wrt-devel
Ronan Le Martret [Fri, 18 Oct 2013 15:24:15 +0000 (17:24 +0200)]
- add tz conf.
Ronan Le Martret [Fri, 18 Oct 2013 15:11:42 +0000 (17:11 +0200)]
- solve build wrt image.
Ronan Le Martret [Fri, 18 Oct 2013 15:10:39 +0000 (17:10 +0200)]
- add Manager for checkout project.
Ronan Le Martret [Fri, 11 Oct 2013 09:31:16 +0000 (11:31 +0200)]
- remove capabilities support on libgcript.
Ronan Le Martret [Tue, 8 Oct 2013 15:36:39 +0000 (17:36 +0200)]
- solve Minibrowser,
Ronan Le Martret [Tue, 1 Oct 2013 08:31:41 +0000 (10:31 +0200)]
- modify ecore and evas.
Ronan Le Martret [Tue, 1 Oct 2013 08:30:17 +0000 (10:30 +0200)]
- modify packages debug.
Ronan Le Martret [Tue, 1 Oct 2013 08:28:58 +0000 (10:28 +0200)]
- Change Config Image.
Ewan LE BIDEAU-CANEVET [Wed, 25 Sep 2013 16:44:05 +0000 (18:44 +0200)]
remove useless files wayland/weston
Ronan Le Martret [Wed, 25 Sep 2013 07:45:33 +0000 (09:45 +0200)]
- add evas RDEPENDS.
Ronan Le Martret [Mon, 23 Sep 2013 11:48:12 +0000 (13:48 +0200)]
- change package.
Ronan Le Martret [Mon, 23 Sep 2013 11:47:18 +0000 (13:47 +0200)]
- modify imae conf.
Ronan Le Martret [Mon, 23 Sep 2013 11:36:26 +0000 (13:36 +0200)]
- add config to boot as weston as app user.
Ronan Le Martret [Fri, 20 Sep 2013 07:28:25 +0000 (09:28 +0200)]
- re-add [wrt*] packages.
Ronan Le Martret [Fri, 20 Sep 2013 07:27:24 +0000 (09:27 +0200)]
- tmp change notification git source.
Baptiste DURAND [Thu, 19 Sep 2013 13:43:21 +0000 (15:43 +0200)]
[DBUS] : force dbus package name to dbus
Baptiste DURAND [Thu, 19 Sep 2013 13:14:14 +0000 (15:14 +0200)]
Revert "[SPEC2YOCOTO] Change dependency dbus from dbus to dbus-1"
This breaks build
This reverts commit
c4d1129331218cad0cfab75d745c716661446a49.
Baptiste DURAND [Thu, 19 Sep 2013 13:10:14 +0000 (15:10 +0200)]
[SPEC2YOCOTO] Change dependency dbus from dbus to dbus-1
Baptiste DURAND [Thu, 19 Sep 2013 12:39:13 +0000 (14:39 +0200)]
[SYS-ASSERT] : tmp remove post LUA script (unsupported by rpmbuild)