diff options
author | Maxime BORGES <maxime.borges@gmail.com> | 2018-08-31 15:01:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 15:01:57 +0200 |
commit | b165bc51e760fb185862685d6e7fe03e91bf55d2 (patch) | |
tree | d81e32057700b94ad8dfe8e9da6b8e530f532bf7 /recipes-support | |
parent | 679a3353587832c41511f2f835f0abc1e8ea2b46 (diff) | |
download | meta-updater-b165bc51e760fb185862685d6e7fe03e91bf55d2.tar.gz |
Fix version number in ldflags.patch
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/lshw/files/ldflags.patch | 4 |
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 @@ | |||
1 | diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.18/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.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) |