hwdata: drop recipe

This recipe has been added to openembedded-core layer, since hwdata is
now a requirement to build libdisplay-info, used by weston (see commit
3e5d5ba74bea "hwdata: add recipe from meta-openembedded" from oe-core).

Therefore, drop this recipe.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hiago De Franco 2024-11-27 16:08:41 -03:00 committed by Khem Raj
parent 262bab29e5
commit d44f6b934b
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 0 additions and 29 deletions

View File

@ -763,7 +763,6 @@ RDEPENDS:packagegroup-meta-oe-support = "\
htop \
hunspell \
hunspell-dictionaries \
hwdata \
icyque \
iksemel \
imagemagick \

View File

@ -1,28 +0,0 @@
DESCRIPTION = "Hardware identification and configuration data"
HOMEPAGE = "https://github.com/vcrhonek/hwdata"
SECTION = "System/Base"
LICENSE = "GPL-2.0-or-later | XFree86-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRCREV = "5313a12eb992a354c17fc895c1d69c8c42b09a06"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit allarch
do_configure() {
${S}/configure --datadir=${datadir} --libdir=${libdir}
}
do_compile[noexec] = "1"
do_install() {
oe_runmake install DESTDIR=${D}
}
FILES:${PN} = "${libdir}/* \
${datadir}/* "
BBCLASSEXTEND += "native"