diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-08 01:25:31 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-08 01:25:31 (EST) |
commit | 73a2990fb031b1eaa9982365cce429b0782e5cae (patch) | |
tree | 6ec0ea04bd70afca6d09b111acd0baa19b382bd5 | |
parent | f1f54ea8246361d5b1db771ae7d88b6a841857e8 (diff) |
Add "Platform: all" to all bin pkg control files.
-rw-r--r-- | binutils-doc.pkg.in/control | 1 | ||||
-rw-r--r-- | binutils.pkg.in/control | 1 | ||||
-rw-r--r-- | libbfd-dev.pkg.in/control | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/binutils-doc.pkg.in/control b/binutils-doc.pkg.in/control index 11c8663..d28a5a7 100644 --- a/binutils-doc.pkg.in/control +++ b/binutils-doc.pkg.in/control @@ -1,4 +1,5 @@ Architecture: all +Platform: all Depends: binutils (= ${Binary-Version}) Description: GNU binary utilities - documentation for @PKG_TARGET_ARCH@ This package provides the manual and info pages for the GNU assembler, linker, diff --git a/binutils.pkg.in/control b/binutils.pkg.in/control index 985191c..61eb663 100644 --- a/binutils.pkg.in/control +++ b/binutils.pkg.in/control @@ -1,4 +1,5 @@ Architecture: i686-any-any core-any-any k8-any-any @PKG_TARGET_ARCH@ +Platform: all Depends: ${shlibs:Depends} Description: GNU binary utilities for @PKG_TARGET_ARCH@ This package provides the GNU assembler, linker, and various other utilities diff --git a/libbfd-dev.pkg.in/control b/libbfd-dev.pkg.in/control index 0ac6068..7544e41 100644 --- a/libbfd-dev.pkg.in/control +++ b/libbfd-dev.pkg.in/control @@ -1,4 +1,5 @@ Architecture: i686-any-any core-any-any k8-any-any @PKG_TARGET_ARCH@ +Platform: all Depends: binutils (= ${Binary-Version}) Description: GNU BFD development files for @PKG_TARGET_ARCH@ This package provides header files and static libraries for the GNU Binary File |