From ea6d14ec20846a7bca4eb3c21093165c50e1523b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 03:56:25 -0400 Subject: opkg, opkg-gpg: Depend on ${Shlib-Depends} --- diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control index 80613a8..d14d076 100644 --- a/opkg-gpg.pkg/control +++ b/opkg-gpg.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: opkg-common (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends} Description: Open PacKaGe Management with signature checking ${Common-Description} . diff --git a/opkg.pkg/control b/opkg.pkg/control index 2f851a0..6e7502f 100644 --- a/opkg.pkg/control +++ b/opkg.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Essential: yes -Depends: opkg-common (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends} Description: Open PacKaGe Management ${Common-Description} . -- cgit v0.9.1