mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
usbids: add recipe
Linux USB ID Repository (master still in CVS at SourceForge.net) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
edda40dd00
commit
c0dff3ec15
18
meta-oe/recipes-support/usbids/usbids_2023.01.16.bb
Normal file
18
meta-oe/recipes-support/usbids/usbids_2023.01.16.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "usb device database."
|
||||
HOMEPAGE = "https://github.com/usbids/usbids"
|
||||
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
||||
|
||||
SRC_URI = "git://github.com/usbids/usbids.git;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "7963233faf69eb9c80ffca8dfc1f31940f75999f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${datadir}
|
||||
install -m0644 ${S}/usb.ids ${D}${datadir}
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}"
|
||||
Loading…
Reference in New Issue
Block a user