summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-platform-setup/af-platform-setup_1.0.bb
blob: 52c7a65348b3b3c650d40a1e3be1c299a812219a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HOMEPAGE = "here"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

SRC_URI = "file://udev-shared.conf"

S = "${WORKDIR}"

do_install() {
	d=${D}${systemd_system_unitdir}/systemd-udevd.service.d
	install -d $d
	install -m 0644 ${S}/udev-shared.conf $d
}

FILES:${PN} = "${systemd_system_unitdir}"