diff options
| author | Dai Caiyun <daicy.fnst@cn.fujitsu.com> | 2016-04-26 01:43:38 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-28 10:38:41 +0200 |
| commit | 0d857a101202d7cac1ab902723d8fee111a25508 (patch) | |
| tree | d615294e31ac04e6410617cffa908398b2b3bfcc | |
| parent | 98951db444608235f6e2bd2f8bdf95c7d7ff24d6 (diff) | |
| download | meta-openembedded-0d857a101202d7cac1ab902723d8fee111a25508.tar.gz | |
hwdata: add new recipe
Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/hwdata/hwdata_0.288.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.288.bb b/meta-oe/recipes-support/hwdata/hwdata_0.288.bb new file mode 100644 index 0000000000..67199e920e --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.288.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "Hardware identification and configuration data" | ||
| 2 | HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git" | ||
| 3 | SECTION = "System/Base" | ||
| 4 | |||
| 5 | LICENSE = "GPL-2.0+" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | ||
| 7 | SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f3fa1c5edb66ce5b376d95e772b2d303" | ||
| 10 | SRC_URI[sha256sum] = "56fc26275b102e538fcfcf9c1093a09f476a1ea8d4e0c733d3c578442923693d" | ||
| 11 | |||
| 12 | do_configure() { | ||
| 13 | ${S}/configure --datadir=${datadir} --libdir=${libdir} | ||
| 14 | } | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | oe_runmake install DESTDIR=${D} | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES_${PN} = "${libdir}/* \ | ||
| 21 | ${datadir}/* " | ||
