diff options
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/hwdata/hwdata_0.389.bb | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 178256c83f..8198c05d74 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -763,7 +763,6 @@ RDEPENDS:packagegroup-meta-oe-support = "\ | |||
| 763 | htop \ | 763 | htop \ |
| 764 | hunspell \ | 764 | hunspell \ |
| 765 | hunspell-dictionaries \ | 765 | hunspell-dictionaries \ |
| 766 | hwdata \ | ||
| 767 | icyque \ | 766 | icyque \ |
| 768 | iksemel \ | 767 | iksemel \ |
| 769 | imagemagick \ | 768 | imagemagick \ |
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb deleted file mode 100644 index fffd491178..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 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 = "5313a12eb992a354c17fc895c1d69c8c42b09a06" | ||
| 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit allarch | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | ${S}/configure --datadir=${datadir} --libdir=${libdir} | ||
| 17 | } | ||
| 18 | |||
| 19 | do_compile[noexec] = "1" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | oe_runmake install DESTDIR=${D} | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES:${PN} = "${libdir}/* \ | ||
| 26 | ${datadir}/* " | ||
| 27 | |||
| 28 | BBCLASSEXTEND += "native" | ||
