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 /opkg.pkg/control | |
parent | 890aeb5a5c764a7352f3680665955e6f9ae5b3c4 (diff) |
opkg, opkg-gpg: Depend on ${Shlib-Depends}
Diffstat (limited to 'opkg.pkg/control')
-rw-r--r-- | opkg.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
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} . |