diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
commit | 556fffa2de97ca2cdee080a5d5251a667ed68c67 (patch) | |
tree | b957dd7302dbb346a89fe4c8eabd549b54ae72fb | |
parent | 28adc6fa05cd1f2d4bee4c202d96538925810486 (diff) |
Use ${Source-Version} in cross-arch dependencies
-rw-r--r-- | linux-image.pkg/control | 2 | ||||
-rw-r--r-- | linux-libc-dev.pkg/control | 2 | ||||
-rw-r--r-- | linux-sysmap.pkg/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/linux-image.pkg/control b/linux-image.pkg/control index b03b4af..a3366f0 100644 --- a/linux-image.pkg/control +++ b/linux-image.pkg/control @@ -1,6 +1,6 @@ Architecture: any-linux-any Platform: !dev Essential: yes -Depends: linux-common (= ${Binary-Version}) +Depends: linux-common (>= ${Source-Version}) Description: Linux image This package provides a Linux kernel image. diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control index 0ff241b..647ad47 100644 --- a/linux-libc-dev.pkg/control +++ b/linux-libc-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any-linux-any Platform: all -Depends: linux-common (= ${Binary-Version}) +Depends: linux-common (>= ${Source-Version}) Description: Linux support headers for userspace development This package provides headers that define interfaces for userspace libraries and programs. These headers are used by BusyBox and the C library, for diff --git a/linux-sysmap.pkg/control b/linux-sysmap.pkg/control index c3b5c9c..6d74c0d 100644 --- a/linux-sysmap.pkg/control +++ b/linux-sysmap.pkg/control @@ -1,5 +1,5 @@ Architecture: any-linux-any Platform: !dev -Depends: linux-common (= ${Binary-Version}), linux-image (= ${Binary-Version}) +Depends: linux-common (>= ${Source-Version}), linux-image (= ${Binary-Version}) Description: Linux symbol table This package provides a System.map symbol table file for the Linux image. |