diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-09 10:40:31 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:35 +0100 |
| commit | 8308864fd1a0583f5d1e2b97b1d06869a59c333a (patch) | |
| tree | 810caf6b87298b4e00b02268c44853aaeaf9c3bf /meta/recipes-support/hwdata/hwdata_0.393.bb | |
| parent | 18dd7fbb3891f54786936d9aafdd05f26efa7467 (diff) | |
| download | poky-8308864fd1a0583f5d1e2b97b1d06869a59c333a.tar.gz | |
hwdata: upgrade 0.393 -> 0.394
(From OE-Core rev: c727faa835dfbc792d5008bbcb0ca6c5a81cb029)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/hwdata/hwdata_0.393.bb')
| -rw-r--r-- | meta/recipes-support/hwdata/hwdata_0.393.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-support/hwdata/hwdata_0.393.bb b/meta/recipes-support/hwdata/hwdata_0.393.bb deleted file mode 100644 index 1517a1d35f..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.393.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Hardware identification and configuration data" | ||
| 2 | DESCRIPTION = "hwdata contains various hardware identification and \ | ||
| 3 | configuration data, such as the pci.ids and usb.ids databases." | ||
| 4 | HOMEPAGE = "https://github.com/vcrhonek/hwdata" | ||
| 5 | SECTION = "System/Base" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-or-later | X11" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" | ||
| 11 | SRCREV = "2b7f8370a5b3b1552d8264b8665ed99ddfea0b57" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit allarch | ||
| 16 | |||
| 17 | do_configure() { | ||
| 18 | ${S}/configure --datadir=${datadir} --libdir=${libdir} | ||
| 19 | } | ||
| 20 | |||
| 21 | do_compile[noexec] = "1" | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | oe_runmake install DESTDIR=${D} | ||
| 25 | } | ||
| 26 | |||
| 27 | FILES:${PN} = "${libdir}/* \ | ||
| 28 | ${datadir}/* " | ||
| 29 | |||
| 30 | BBCLASSEXTEND += "native" | ||
