net/tg_owt: move third party directories instead of symlinking them.
cmake would install include/tg_owt/third_party/libyuv as a symlink back to WRKSRC, which happens to work currently but confuses make update-plist. ok kn
This commit is contained in:
parent
33cf5910b0
commit
0fb4d8d24e
@ -123,8 +123,8 @@ THIRD_SRC = ${WRKSRC}/src/third_party
|
||||
post-extract:
|
||||
# hook up prefetched submodules
|
||||
rmdir ${THIRD_SRC}/{crc32c/src,libyuv}
|
||||
ln -s ${WRKDIR}/crc32c-${CRC32C_COMMIT} ${THIRD_SRC}/crc32c/src
|
||||
ln -s ${WRKDIR}/libyuv-${LIBYUV_COMMIT} ${THIRD_SRC}/libyuv
|
||||
mv ${WRKDIR}/crc32c-${CRC32C_COMMIT} ${THIRD_SRC}/crc32c/src
|
||||
mv ${WRKDIR}/libyuv-${LIBYUV_COMMIT} ${THIRD_SRC}/libyuv
|
||||
# All bundles:
|
||||
@cd ${THIRD_SRC}/ && ls -x
|
||||
# Needed bundles (others are removed to prevent accidential use):
|
||||
|
Loading…
x
Reference in New Issue
Block a user