From 419c724072f3be1bd9ab40a6ea1b2840d1d3f213 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 14 Jun 2020 17:47:49 +0200 Subject: libre: uboot4extlinux-omap3: Update to 2020.04, Fix extlinux.conf, package documentation Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-omap3/PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libre/uboot4extlinux-omap3/PKGBUILD') diff --git a/libre/uboot4extlinux-omap3/PKGBUILD b/libre/uboot4extlinux-omap3/PKGBUILD index 0f619dee2..786e33996 100644 --- a/libre/uboot4extlinux-omap3/PKGBUILD +++ b/libre/uboot4extlinux-omap3/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=uboot4extlinux-omap3 pkgname=('uboot4extlinux-omap3_beagle') -pkgver=2019.10 +pkgver=2020.04 pkgrel=1 arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -15,9 +15,9 @@ backup=(boot/extlinux/extlinux.conf) source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-omap34xx-SPL-enable-MMC-raw-boot-with-u-boot.img.patch' 'extlinux.conf') -sha256sums=('8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014' +sha256sums=('fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372' 'SKIP' - 'd8ca994d80f05a99963b92736860d0a7f420d0771a6e5da9add0c6eac40034b6') + 'SKIP') boards=('omap3_beagle') @@ -77,4 +77,9 @@ package_uboot4extlinux-omap3_beagle() { "${pkgdir}"/boot/u-boot/images/ install -Dm644 extlinux.conf "${pkgdir}"/boot/extlinux + + # Package documentation as well + install -d "${pkgdir}"/usr/share/doc/u-boot + # The README might be converted to ReStructuredText at some point and be moved because of that + install -Dm644 u-boot-${pkgver}/doc/README.omap3 "${pkgdir}"/usr/share/doc/u-boot/ } -- cgit v1.2.3