meta-starlingx/meta-stx-flock/stx-config-files/stx-config-files-source_git.bb
Jackie Huang e3a5e773bd lighttpd: update for stx 5.0
* inherit stx-metadata to help install updated files
  from stx 'config-files' repo

* remove do_copy_config_files since it's not
  needed after using stx-metadata

* move the patch ighttpd-init-script-chroot.patch
  to stx-config-files-source since it's for the
  source in 'config-files' repo

Story: 2008952
Task: 42576

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I91b4e4004e6ecaac19866189fc36f23e5651fa25
2021-06-24 17:07:04 +08:00

14 lines
324 B
BlitzBasic

DESCRIPTION = "The source recipe for StarlingX Config-Files repo"
inherit stx-source
STX_REPO = "config-files"
BRANCH = "r/stx.5.0"
SRCREV = "237737bbd2488bcae6822dfadc4977d86ea642d7"
SRC_URI += "\
file://nfs-utils-config-remove-the-f-option-for-rpc.mountd.patch \
file://lighttpd-config-init-script-chroot.patch \
"