From 60b675ac1b7b87aa45e99164b5cd23e26e88ac16 Mon Sep 17 00:00:00 2001 From: Dai Caiyun Date: Thu, 18 Aug 2016 10:09:26 +0800 Subject: hwdata: 0.288 -> 0.291 Upgrade hwdata from 0.288 to 0.291. Signed-off-by: Dai Caiyun Signed-off-by: Martin Jansa --- meta-oe/recipes-support/hwdata/hwdata_0.288.bb | 21 --------------------- meta-oe/recipes-support/hwdata/hwdata_0.291.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.288.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.291.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.288.bb b/meta-oe/recipes-support/hwdata/hwdata_0.288.bb deleted file mode 100644 index 67199e920e..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.288.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Hardware identification and configuration data" -HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git" -SECTION = "System/Base" - -LICENSE = "GPL-2.0+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" -SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz" - -SRC_URI[md5sum] = "f3fa1c5edb66ce5b376d95e772b2d303" -SRC_URI[sha256sum] = "56fc26275b102e538fcfcf9c1093a09f476a1ea8d4e0c733d3c578442923693d" - -do_configure() { - ${S}/configure --datadir=${datadir} --libdir=${libdir} -} - -do_install() { - oe_runmake install DESTDIR=${D} -} - -FILES_${PN} = "${libdir}/* \ - ${datadir}/* " diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb b/meta-oe/recipes-support/hwdata/hwdata_0.291.bb new file mode 100644 index 0000000000..f00f73b919 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.291.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Hardware identification and configuration data" +HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git" +SECTION = "System/Base" + +LICENSE = "GPL-2.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" +SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz" + +SRC_URI[md5sum] = "90ffce584bbcb1a5e77eac8503949f71" +SRC_URI[sha256sum] = "e1007a96645cb3390aa9c0ed3f090a69d2302ce4d801914b6af1ab4ec85ede4e" + +do_configure() { + ${S}/configure --datadir=${datadir} --libdir=${libdir} +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + +FILES_${PN} = "${libdir}/* \ + ${datadir}/* " -- cgit 1.2.3-korg