diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | ich9gen.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -12,3 +12,4 @@ build: install: build install -D -o 0 -g 0 -m 0755 src/ich9gen ich9gen.data/usr/bin/ich9gen oh-strip -d ich9gen.data + oh-shlibdeps @@ -2,6 +2,7 @@ ich9deblob (20160907-1) trunk * New upstream version. * Update Maintainer and Homepage. + * ich9gen: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 07 Jun 2019 21:27:19 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: gpg, dirmngr, opkhelper-3.0 +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Homepage: https://libreboot.org/docs/hardware/gm45_remove_me.html diff --git a/ich9gen.pkg/control b/ich9gen.pkg/control index 8cef113..eb2a9dd 100644 --- a/ich9gen.pkg/control +++ b/ich9gen.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Utility to generate IFD and GbE regions for ICH9 ich9gen is a utility from the libreboot firmware distribution that generates Intel Flash Descriptor (IFD) and Gigabit Ethernet (GbE) boot flash regions for |