diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-02-10 19:00:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:15 +0000 |
commit | ba175bdfe85d701298d28e5190e55207420a24e8 (patch) | |
tree | cc0efd2046cb3842fe272bb04547c838e0034229 /meta/recipes-extended/cpio/cpio-2.8 | |
parent | ca343882f8e95b49b18b234000e387c879cf5885 (diff) | |
download | openembedded-core-ba175bdfe85d701298d28e5190e55207420a24e8.tar.gz openembedded-core-ba175bdfe85d701298d28e5190e55207420a24e8.tar.bz2 openembedded-core-ba175bdfe85d701298d28e5190e55207420a24e8.tar.xz openembedded-core-ba175bdfe85d701298d28e5190e55207420a24e8.zip |
autotools.bbclass: Don't copy into non-existant directory
* If configure.ac contains AM_GNU_GETTEXT and po/Makefile.in.in
doesn't exist, autotools_do_configure() copies a local
version of Makefile.in.in to this location. If the directory
'po' doesn't exist, the function aborts.
* This patch verifies that the directory exists before copying
a file to it. This fixes libcddb, which uses AM_GNU_GETTEXT,
but has no 'po' directory.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-extended/cpio/cpio-2.8')
0 files changed, 0 insertions, 0 deletions