Fix hash-input list of drm port

This commit is contained in:
Christian Helmuth 2018-04-25 10:47:56 +02:00
parent cbdeb41094
commit 58fcf577ea
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
97d3bb14d989f15d91f42b0cba901be5841bff4b
01858a251ad7ec3e36c33e910dbb44bfbe0a467f

View File

@ -3,9 +3,10 @@ VERSION := 2.4.65
DOWNLOADS := drm.archive
URL(drm) := https://dri.freedesktop.org/libdrm/libdrm-$(VERSION).tar.bz2
SHA(drm) := 74a6b2aa8c436e822e3ec5c52e463313c4e219d9
SHA(drm) := 71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4
DIR(drm) := src/lib/drm
TAR_OPT(drm) := --strip-components=1 --files-from $(REP_DIR)/src/lib/drm/files.list
HASH_INPUT += $(REP_DIR)/src/lib/mesa/files.list
FILE_LIST := $(REP_DIR)/src/lib/drm/files.list
TAR_OPT(drm) := --strip-components=1 --files-from $(FILE_LIST)
HASH_INPUT += $(FILE_LIST)