8f7ce344eb
* inherit stx-metadata to help install updated files from stx 'config-files' repo Story: 2008952 Task: 42576 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Change-Id: Iafbdee25aef2af43193e54a28ca492d0623303de
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
inherit stx-metadata
|
|
|
|
STX_REPO = "config-files"
|
|
STX_SUBPATH = "audit-config"
|
|
|
|
do_unpack_append () {
|
|
bb.build.exec_func('do_copy_audit_config', d)
|
|
}
|
|
|
|
do_copy_audit_config () {
|
|
cp -f ${STX_METADATA_PATH}/files/syslog.conf ${S}/audisp/plugins/builtins/syslog.conf
|
|
}
|