Correct post/pre scripts extraction
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 4 Jun 2014 12:13:18 +0000 (14:13 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 4 Jun 2014 12:13:18 +0000 (14:13 +0200)
commitc4df9290e333fa8eb553949fd98df0c1c839d0c5
tree5e2baab0d233336ae30a6efce3349178b10a8c93
parent0324ffe3ccc354dee87214cd9589fc0c85105d48
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>
tools/spec2yocto.py