diff options
| -rw-r--r-- | meta-oe/recipes-support/usbids/usbids_2023.01.16.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usbids/usbids_2023.01.16.bb b/meta-oe/recipes-support/usbids/usbids_2023.01.16.bb new file mode 100644 index 0000000000..b0dd72fb25 --- /dev/null +++ b/meta-oe/recipes-support/usbids/usbids_2023.01.16.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "usb device database." | ||
| 2 | HOMEPAGE = "https://github.com/usbids/usbids" | ||
| 3 | |||
| 4 | LICENSE = "GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/usbids/usbids.git;branch=master;protocol=https" | ||
| 8 | |||
| 9 | SRCREV = "7963233faf69eb9c80ffca8dfc1f31940f75999f" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${datadir} | ||
| 15 | install -m0644 ${S}/usb.ids ${D}${datadir} | ||
| 16 | } | ||
| 17 | |||
| 18 | FILES:${PN} = "${datadir}" | ||
