blob: af7d936af5ecf00f810e0da7408fe6e9bf7a6ee0 [file] [log] [blame]
Jorge Cisneros8a445a02020-09-03 21:09:03 +00001SUMMARY = "udev rules for MTD partitions"
2DESCRIPTION = "udev rules for MTD partitions"
3PR = "r1"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
Andrew Geissler91a1cec2024-06-26 11:06:48 -04007S = "${WORKDIR}/sources"
8UNPACKDIR = "${S}"
Jorge Cisneros8a445a02020-09-03 21:09:03 +00009SRC_URI += "file://76-gxp-mtd-partitions.rules"
10
Mike Garrettab6de742021-08-24 17:56:32 -050011RDEPENDS:${PN} += "udev"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000012
13do_install() {
Anton Blanchard782d7192021-08-16 23:51:27 -060014 install -d ${D}/${nonarch_base_libdir}/udev/rules.d
Andrew Geissler91a1cec2024-06-26 11:06:48 -040015 install -m 0644 ${UNPACKDIR}/76-gxp-mtd-partitions.rules ${D}/${nonarch_base_libdir}/udev/rules.d
Jorge Cisneros8a445a02020-09-03 21:09:03 +000016}