From c799297ef2bef5b4bed0c771d29011557244e022 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jul 2024 17:01:58 +0800 Subject: [PATCH] hwdata: upgrade 0.383 -> 0.384 Changelog: ============= - Update pci and vendor ids - Replace 'DO NOT USE' with more descriptive 'Invalid Vendor Codename' in pnp vendor names Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/hwdata/{hwdata_0.383.bb => hwdata_0.384.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hwdata/{hwdata_0.383.bb => hwdata_0.384.bb} (91%) diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.383.bb b/meta-oe/recipes-support/hwdata/hwdata_0.384.bb similarity index 91% rename from meta-oe/recipes-support/hwdata/hwdata_0.383.bb rename to meta-oe/recipes-support/hwdata/hwdata_0.384.bb index cfa6ae0e45..16d2bd0909 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_0.383.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_0.384.bb @@ -5,7 +5,7 @@ SECTION = "System/Base" LICENSE = "GPL-2.0-or-later | XFree86-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" -SRCREV = "229069b51b488bc776602d82315188cd1fbf4887" +SRCREV = "30da6d148d996a5fbc43a9e27f5b325558b600bd" SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" S = "${WORKDIR}/git"