xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/systemd/systemd_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
5
6SRC_URI:append = " \
7	file://0001-basic-Allow-unknown-filesystems.patch \
8"
9
10# Avoid installing hwdb
11EXTRA_OEMAKE:append = " dist_udevhwdb_DATA="
12