[go: nahoru, domu]

Skip to content

Commit

Permalink
dtc: Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Mar 9, 2020
1 parent 07015e6 commit 171bcc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dtc/01-correct-shared-library-extension.patch
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
LIBFDT_VERSION = version.lds
LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \
fdt_addresses.c fdt_overlay.c
fdt_addresses.c fdt_overlay.c fdt_check.c
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
-LIBFDT_LIB = libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT)
+LIBFDT_LIB = libfdt.$(SHAREDLIB_EXT)
Expand Down
8 changes: 4 additions & 4 deletions dtc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Andy Gross <andy.gross@linaro.org>

pkgname=dtc
pkgver=1.5.1
pkgrel=2
pkgver=1.6.0
pkgrel=1
pkgdesc="Device Tree Compiler"
arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git"
Expand All @@ -12,8 +12,8 @@ makedepends=('python' 'swig' 'libcrypt-devel')
source=("https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/${pkgname}-${pkgver}.tar.gz"
01-correct-shared-library-extension.patch
02-pyext-install.patch)
sha256sums=('45f9885f890c5feab8110a721410970deb8f83987d0125f1a2703bc8ec140e33'
'c563bf4d7cfc639bb5b902f35f9e7cb1e5d0828ee48004a149489a0a479eb4e2'
sha256sums=('3d15dee7126a6c4a015ab47ec908cab13e39774b0315efaaebb223cb4a4d349c'
'c0dd05748bac0d5fd859c9684da58b44acdbc2ac359642c630c75bcec8cbb84d'
'0135724ce6f5a30a381d2097bc6afa561168bdc16c42608fcc34c3990fa5b990')

prepare() {
Expand Down

0 comments on commit 171bcc7

Please sign in to comment.