diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 10:53:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 10:53:54 -0300 |
commit | 9c18eb2596d8996cea95ed5969d38c3d3db93250 (patch) | |
tree | e3436532a9ba48d831e8ef8b6715399873f7350e /libre-testing/uboot4grub-am335x_bone | |
parent | aa3f156a70091067ddc5ebb49e59ed609d06aa17 (diff) | |
download | abslibre-9c18eb2596d8996cea95ed5969d38c3d3db93250.tar.gz abslibre-9c18eb2596d8996cea95ed5969d38c3d3db93250.tar.bz2 abslibre-9c18eb2596d8996cea95ed5969d38c3d3db93250.zip |
uboot4grub-am335x_bone: add our uboot-beaglebone packages to replaces and conflicts arrays
Diffstat (limited to 'libre-testing/uboot4grub-am335x_bone')
-rw-r--r-- | libre-testing/uboot4grub-am335x_bone/PKGBUILD | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libre-testing/uboot4grub-am335x_bone/PKGBUILD b/libre-testing/uboot4grub-am335x_bone/PKGBUILD index c32adac42..22d7768f0 100644 --- a/libre-testing/uboot4grub-am335x_bone/PKGBUILD +++ b/libre-testing/uboot4grub-am335x_bone/PKGBUILD @@ -10,8 +10,16 @@ pkgdesc="U-Boot with GRUB support for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" depends=('grub-am335x_bone') -replaces=('uboot-beaglebone' 'uboot-grub-beaglebone') -conflicts=('uboot-beaglebone' 'uboot4grub' 'uboot-grub-beaglebone') +replaces=('uboot-beaglebone' 'uboot-beaglebone-linux-libre' 'uboot-beaglebone-linux-libre-lts' + 'uboot-beaglebone-linux-libre-grsec' 'uboot-beaglebone-linux-libre-pck' + 'uboot-beaglebone-linux-libre-knock' 'uboot-beaglebone-linux-libre-lts-knock' + 'uboot-beaglebone-linux-libre-audit' 'uboot-beaglebone-linux-libre-rt' + 'uboot-grub-beaglebone') +conflicts=('uboot-beaglebone' 'uboot-beaglebone-linux-libre' 'uboot-beaglebone-linux-libre-lts' + 'uboot-beaglebone-linux-libre-grsec' 'uboot-beaglebone-linux-libre-pck' + 'uboot-beaglebone-linux-libre-knock' 'uboot-beaglebone-linux-libre-lts-knock' + 'uboot-beaglebone-linux-libre-audit' 'uboot-beaglebone-linux-libre-rt' + 'uboot-grub-beaglebone' 'uboot4grub') provides=('uboot-beaglebone' 'uboot4grub') makedepends=('bc') license=('GPL') |