diff options
Diffstat (limited to 'recipes-support/lshw')
-rw-r--r-- | recipes-support/lshw/files/ldflags.patch | 4 | ||||
-rw-r--r-- | recipes-support/lshw/lshw_02.17.bb (renamed from recipes-support/lshw/lshw_02.16.bb) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-support/lshw/files/ldflags.patch b/recipes-support/lshw/files/ldflags.patch index 83e0410..d95699d 100644 --- a/recipes-support/lshw/files/ldflags.patch +++ b/recipes-support/lshw/files/ldflags.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.16/src/Makefile | 1 | diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.17/src/Makefile |
2 | --- /home/anton/lshw-old/src/Makefile 2017-02-07 16:21:52.554738182 +0100 | 2 | --- /home/anton/lshw-old/src/Makefile 2017-02-07 16:21:52.554738182 +0100 |
3 | +++ lshw-B.02.16/src/Makefile 2017-02-07 16:22:45.578588072 +0100 | 3 | +++ lshw-B.02.17/src/Makefile 2017-02-07 16:22:45.578588072 +0100 |
4 | @@ -25,9 +25,9 @@ | 4 | @@ -25,9 +25,9 @@ |
5 | ifeq ($(SQLITE), 1) | 5 | ifeq ($(SQLITE), 1) |
6 | CXXFLAGS+= -DSQLITE $(shell pkg-config --cflags sqlite3) | 6 | CXXFLAGS+= -DSQLITE $(shell pkg-config --cflags sqlite3) |
diff --git a/recipes-support/lshw/lshw_02.16.bb b/recipes-support/lshw/lshw_02.17.bb index 99901ff..1ecc4c1 100644 --- a/recipes-support/lshw/lshw_02.16.bb +++ b/recipes-support/lshw/lshw_02.17.bb | |||
@@ -9,7 +9,7 @@ SUMMARY = "Hardware lister" | |||
9 | HOMEPAGE = "http://ezix.org/project/wiki/HardwareLiSter" | 9 | HOMEPAGE = "http://ezix.org/project/wiki/HardwareLiSter" |
10 | SECTION = "console/tools" | 10 | SECTION = "console/tools" |
11 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
13 | DEPENDS = "pciutils \ | 13 | DEPENDS = "pciutils \ |
14 | usbutils" | 14 | usbutils" |
15 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 15 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
@@ -19,8 +19,8 @@ SRC_URI="http://ezix.org/software/files/lshw-B.${PV}.tar.gz \ | |||
19 | file://ldflags.patch \ | 19 | file://ldflags.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "67479167add605e8f001097c30e96d0d" | 22 | SRC_URI[md5sum] = "a5feb796cb302850eaf5b4530888e3ed" |
23 | SRC_URI[sha256sum] = "809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb" | 23 | SRC_URI[sha256sum] = "eb9cc053fa0f1e78685cb695596e73931bfb55d2377e3bc3b8b94aff4c5a489c" |
24 | 24 | ||
25 | S="${WORKDIR}/lshw-B.${PV}" | 25 | S="${WORKDIR}/lshw-B.${PV}" |
26 | 26 | ||