From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../meta-oe/recipes-support/hwdata/hwdata_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 external/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_git.bb (limited to 'external/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_git.bb') diff --git a/external/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_git.bb b/external/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_git.bb new file mode 100644 index 00000000..8e8dbf5c --- /dev/null +++ b/external/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Hardware identification and configuration data" +HOMEPAGE = "https://github.com/vcrhonek/hwdata" +SECTION = "System/Base" + +LICENSE = "GPL-2.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" + +PV = "0.316+git${SRCPV}" +SRCREV = "803819aef862ded2ce0737cd3cf642c633b68c35" +SRC_URI = "git://github.com/vcrhonek/${BPN}.git" + +S = "${WORKDIR}/git" + +do_configure() { + ${S}/configure --datadir=${datadir} --libdir=${libdir} +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + +FILES_${PN} = "${libdir}/* \ + ${datadir}/* " -- cgit 1.2.3-korg