Merge "platform-util: remove the dl_hook"

This commit is contained in:
Zuul
2021-12-17 00:16:04 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
set -x
PKG_BUILD_NAME=$1
PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME})
STX_BASE=$(realpath ${MY_REPO}/stx)
SRC=$(realpath ${STX_BASE}/utilities/utilities/platform-util)
mkdir ${PKG_BUILD_NAME}
pushd ${PKG_BUILD_NAME}
cp -pr ${SRC}/{platform-util,scripts} ${PKG_BUILD_ROOT}/
@@ -1,7 +1,10 @@
---
debname: platform-util
debver: 1.0-1
dl_hook: dl_hook
src_path: null
src_files:
- platform-util
- scripts
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true