Merge "sm: remove dl_hook"

This commit is contained in:
Zuul 2021-12-22 15:26:26 +00:00 committed by Gerrit Code Review
commit 031d3f07ca
2 changed files with 5 additions and 12 deletions

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}/ha/service-mgmt/sm)
mkdir ${PKG_BUILD_NAME}
pushd ${PKG_BUILD_NAME}
cp -pr ${SRC}/{src,scripts,Makefile} ${PKG_BUILD_ROOT}/

View File

@ -1,7 +1,11 @@
--- ---
debname: sm debname: sm
debver: 1.0.0-1 debver: 1.0.0-1
dl_hook: dl_hook src_path: null
src_files:
- Makefile
- scripts
- src
revision: revision:
dist: $STX_DIST dist: $STX_DIST
PKG_GITREVCOUNT: true PKG_GITREVCOUNT: true