sysinv-agent: update meta_data.yaml to remove dl_hook

"src_files" replaces the
"cp -p ${SRC}/{LICENSE,sysinv-agent*} ${PKG_BUILD_ROOT}/" of dl_hook.

Test Plan:
Pass: successfully build test

Story: 2009101
Task: 43110

Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: I69c81ffc86ab597db0c32c9366ca8cbc21238bce
This commit is contained in:
Yue Tao 2021-12-08 16:51:57 +08:00
parent a291b5a4cc
commit 2316e5b0b9
2 changed files with 6 additions and 11 deletions

View File

@ -1,10 +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}/config/sysinv/sysinv-agent)
mkdir ${PKG_BUILD_NAME}
cp -p ${SRC}/{LICENSE,sysinv-agent*} ${PKG_BUILD_ROOT}/

View File

@ -1,7 +1,12 @@
---
debver: 1.0-1
debname: sysinv-agent
dl_hook: dl_hook
src_path: null
src_files:
- LICENSE
- sysinv-agent
- sysinv-agent.conf
- sysinv-agent.service
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true