|
Lucio Andrés Illanes Albornoz |
7ac25a |
#
|
|
Lucio Andrés Illanes Albornoz |
e1d469 |
# set +o errexit -o noglob -o nounset is assumed.
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
#
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_configure_patch_post() {
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
local _overlay_dname="${BUILD_WORKDIR}/chainport/overlay/m${PKG_NAME%%_*}";
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
if [ -d "${_overlay_dname}" ]\
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
&& ! tar -C "${_overlay_dname}" -cpf - . | tar -C "${PKG_BASE_DIR}/${PKG_SUBDIR}" -xpf -; then
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
return 1;
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
fi;
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
};
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_host_configure_patch_post() {
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_configure_patch_post "${@}";
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
};
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
pkg_binutils_cross_configure_patch_post() {
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_configure_patch_post "${@}";
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
};
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_mingw32_configure_patch_post() {
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
pkg_binutils_configure_patch_post "${@}";
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
};
|
|
Lucio Andrés Illanes Albornoz |
7ac25a |
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
pkg_binutils_host_mingw32_configure_patch_post() {
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
pkg_binutils_configure_patch_post "${@}";
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
};
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
pkg_binutils_cross_mingw32_configure_patch_post() {
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
pkg_binutils_configure_patch_post "${@}";
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
};
|
|
![](https://seccdn.libravatar.org/avatar/010a04b188371137c95e3f06f2c34ffc76c25df631461eee33740684fe5e265f?s=16&d=retro) |
308fa7 |
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
# vim:filetype=sh textwidth=0
|