summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit36fc3cad8ee302962214708a945f111c8c51e5af (patch)
treefba2e00696565857b01f1065a22001647c22b1e8
parent76d24f6d60a11be4e31f5710130d35ff24c2fe3c (diff)
flashrom-internal: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--flashrom-internal.pkg/control2
4 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index 3aeff88..7f7355d 100755
--- a/build
+++ b/build
@@ -31,3 +31,4 @@ install: build
oh-strip -d "flashrom-$${c}.data"; \
done
oh-fixperms -d flashrom-doc.data
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 075ab31..32327eb 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index fe3bc3d..cc1b89d 100644
--- a/control
+++ b/control
@@ -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}
.