Correct pwdutils build recipe 07/21107/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 May 2014 14:45:22 +0000 (16:45 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 15 May 2014 06:45:42 +0000 (08:45 +0200)
commit864a53f284c7e1a7a37af110c4b1a0e231f482d3
tree9502ee7bfcd57c75a6557074b8dcaab695a791c6
parentec3f75e622dbd9a869f05c08a40d65883654a934
Correct pwdutils build recipe

Override do_configure() and do_compile() in pwdutils-extraconf.inc.
Using the generated recipe (pwdutils.inc) there is an issue during the
configure process. The origin of this issue is still unknown so, instead
of calling autotools_do_configure we manualy call autoreconf and
./configure which does the trick. Finding the origin of this issue and a
better solution would be appreciable.

Some files are also not added in the package using the generated recipe,
also for an unknown reason which is very likely to be found in the
spec2yocto recipe generator. Those files are manually added in
pwdutils-extraconf.inc.

Change-Id: I7fea88cba28aa5c7604bc0d20975d65808777d3d
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/pwdutils/pwdutils-extraconf.inc
recipes-tizen/pwdutils/pwdutils.inc