summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime BORGES <maxime.borges@gmail.com>2018-08-31 15:01:57 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-08-31 15:25:48 +0200
commitd365e4a5fc1347099eab095f08b7c43b59e62ffb (patch)
treec4f03b3ef7f4a1e256931e5a42be7095ca43aae2
parent2271dd778eb770f674ac4caeb16df8992c4bd5bd (diff)
downloadmeta-updater-d365e4a5fc1347099eab095f08b7c43b59e62ffb.tar.gz
Fix version number in ldflags.patch
-rw-r--r--recipes-support/lshw/files/ldflags.patch4
1 files 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 @@
1diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.18/src/Makefile 1diff -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.18/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)