commit 83011a4992e27900e013f74a878178ede29445ce Author: Danny Rawlins <contact@romster.me> Date: Tue Sep 1 21:21:47 2020 +1000 rust: add revdep file to find i686-unknown-linux-gnu libstd diff --git a/rust/.signature b/rust/.signature index 2b99c1c5b..793da8c43 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fMxsn4MpWUj2oZdvFdemLr2Fm7IVIQtf598nD9nekyOtmoLWJ3d0spHm6qANghrCb+UcwiDDanhyuSZqnIlcwM= -SHA256 (Pkgfile) = 339989a8e05bc3d2cdfde7554b04c122a91f6702199b82f38d02ab1462983a8a +RWSE3ohX2g5d/SX1OC0HSf2o2r86r0hwp17R6b+sYp5HO1/f/eu2+SRCGWw93B7w1jwFnqLotmsR8AAHeZui8Xki2FJvuB0sgwo= +SHA256 (Pkgfile) = 0ca14cf8726f3fa301ef068d5589c293e749e20923a20fe43ece717b152fa474 SHA256 (.footprint) = f97f7e5cb932d4eb6d4ab793cdbaf15823ac94960a53139792e3e62d0ab8bb2d SHA256 (rustc-1.46.0-src.tar.xz) = 865dae1290a205f16ded8818c6a0254cc32862985fc250a602a70285b7d92b82 SHA256 (rust-std-1.45.2-x86_64-unknown-linux-gnu.tar.xz) = 02309322467af8e37256ccf1f064f5233c7fca4423dffde0bd5eb32cde46942a diff --git a/rust/Pkgfile b/rust/Pkgfile index b38d136ae..8d8f2e7d6 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -132,4 +132,7 @@ EOF rm -v "$file" fi done < <(find "$PKG/usr/lib/rustlib" -path '*/analysis/*.json' -print0) + + install -d $PKG/etc/revdep.d + echo "/usr/lib/rustlib/i686-unknown-linux-gnu/lib" > $PKG/etc/revdep.d/rust }