diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-07 13:40:31 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-07 13:40:31 (EDT) |
commit | 36fc3cad8ee302962214708a945f111c8c51e5af (patch) | |
tree | fba2e00696565857b01f1065a22001647c22b1e8 | |
parent | 76d24f6d60a11be4e31f5710130d35ff24c2fe3c (diff) |
flashrom-internal: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | flashrom-internal.pkg/control | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -31,3 +31,4 @@ install: build oh-strip -d "flashrom-$${c}.data"; \ done oh-fixperms -d flashrom-doc.data + oh-shlibdeps @@ -4,6 +4,7 @@ flashrom (1.1~rc1-1) trunk - Drop board_enable laptop whitelist patches (similar patch applied upstream). * Update Maintainer and Homepage. + * flashrom-internal: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 07 Jun 2019 12:57:09 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkhelper-3.0, libpci.3-dev +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), libpci.3-dev Homepage: https://www.flashrom.org/Flashrom diff --git a/flashrom-internal.pkg/control b/flashrom-internal.pkg/control index b239d6e..97ff85c 100644 --- a/flashrom-internal.pkg/control +++ b/flashrom-internal.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: flashrom-common (>= ${Source-Version}) +Depends: flashrom-common (>= ${Source-Version}), ${Shlib-Depends} Description: Utility to program flash chips - internal programmer ${Common-Description} . |