diff options
Diffstat (limited to 'meta-oe/recipes-support/hwdata/hwdata_0.361.bb')
| -rw-r--r-- | meta-oe/recipes-support/hwdata/hwdata_0.361.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.361.bb b/meta-oe/recipes-support/hwdata/hwdata_0.361.bb new file mode 100644 index 0000000000..c8daf7d5f9 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.361.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Hardware identification and configuration data" | ||
| 2 | HOMEPAGE = "https://github.com/vcrhonek/hwdata" | ||
| 3 | SECTION = "System/Base" | ||
| 4 | |||
| 5 | LICENSE = "GPL-2.0-or-later | XFree86-1.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | ||
| 7 | |||
| 8 | SRCREV = "a934c616e2e666552586caa85af9fc583855df49" | ||
| 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit allarch | ||
| 13 | |||
| 14 | do_configure() { | ||
| 15 | ${S}/configure --datadir=${datadir} --libdir=${libdir} | ||
| 16 | } | ||
| 17 | |||
| 18 | do_compile[noexec] = "1" | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | oe_runmake install DESTDIR=${D} | ||
| 22 | } | ||
| 23 | |||
| 24 | FILES:${PN} = "${libdir}/* \ | ||
| 25 | ${datadir}/* " | ||
