diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 03:56:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 03:56:25 (EDT) |
commit | ea6d14ec20846a7bca4eb3c21093165c50e1523b (patch) | |
tree | 5b23f818c3ca3920a838129889045319591757c5 | |
parent | 890aeb5a5c764a7352f3680665955e6f9ae5b3c4 (diff) |
opkg, opkg-gpg: Depend on ${Shlib-Depends}
-rw-r--r-- | opkg-gpg.pkg/control | 2 | ||||
-rw-r--r-- | opkg.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
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} . |