diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-25 09:22:48 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-25 09:22:48 +0200 |
commit | ea407d0a5ec21ee37cebfedbb0cdb9698a113e65 (patch) | |
tree | 876384499702f717815417b8aacecadf2fb95fe7 /groups | |
parent | 4025bd27c99d190ba4812d441a1553ee04b170eb (diff) | |
download | midipix_build-ea407d0a5ec21ee37cebfedbb0cdb9698a113e65.tar.bz2 midipix_build-ea407d0a5ec21ee37cebfedbb0cdb9698a113e65.tar.xz |
files/pkgconf: removed.
files/pkgconf_host/bin/%[_target]-pkg-config: correctly set prefix.
groups/100.native_tools.group:pkgconf:${PKG_INSTALL_FILES_V2}: updated.
Diffstat (limited to 'groups')
-rw-r--r-- | groups/100.native_tools.group | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/groups/100.native_tools.group b/groups/100.native_tools.group index c8a6c130..957e4d29 100644 --- a/groups/100.native_tools.group +++ b/groups/100.native_tools.group @@ -25,8 +25,6 @@ NATIVE_TOOLS_PREFIX="${PREFIX_NATIVE}"; : ${PKG_PKGCONF_CONFIGURE_ARGS:="--prefix= --host=${DEFAULT_TARGET} --with-sysroot=${PREFIX_NATIVE}"}; : ${PKG_PKGCONF_INSTALL_FILES_V2:=" @pkgconf=bin/pkg-config - +%[_files]/bin/\%[_target]-pkg-config=bin/%[_target]-pkg-config - m0755=bin/%[_target]-pkg-config /=lib/pkgconfig"}; : ${PKG_SLIBTOOL_URLS_GIT:="slibtool=git://midipix.org/slibtool"}; : ${PKG_SLIBTOOL_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"}; |