From b165bc51e760fb185862685d6e7fe03e91bf55d2 Mon Sep 17 00:00:00 2001 From: Maxime BORGES Date: Fri, 31 Aug 2018 15:01:57 +0200 Subject: Fix version number in ldflags.patch --- recipes-support/lshw/files/ldflags.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/lshw/files/ldflags.patch b/recipes-support/lshw/files/ldflags.patch index 53bc112..d95699d 100644 --- a/recipes-support/lshw/files/ldflags.patch +++ b/recipes-support/lshw/files/ldflags.patch @@ -1,6 +1,6 @@ -diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.18/src/Makefile +diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.17/src/Makefile --- /home/anton/lshw-old/src/Makefile 2017-02-07 16:21:52.554738182 +0100 -+++ lshw-B.02.18/src/Makefile 2017-02-07 16:22:45.578588072 +0100 ++++ lshw-B.02.17/src/Makefile 2017-02-07 16:22:45.578588072 +0100 @@ -25,9 +25,9 @@ ifeq ($(SQLITE), 1) CXXFLAGS+= -DSQLITE $(shell pkg-config --cflags sqlite3) -- cgit v1.2.3-54-g00ecf