diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-05-20 12:41:39 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-08-29 13:52:53 -0400 |
commit | 0c9ee0bcb7548ef1e493367b78c49c1b2691c613 (patch) | |
tree | 6740f3190f7c443ebd4b2fc0a81436053425401b | |
parent | 09a904843b6aec7065b1f043b50ba14377b42058 (diff) | |
download | meta-selinux-0c9ee0bcb7548ef1e493367b78c49c1b2691c613.tar.gz |
util-linux: drop obsolete patch
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-core/util-linux/util-linux/fix-libmount_la_DEPENDENCIES.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-core/util-linux/util-linux/fix-libmount_la_DEPENDENCIES.patch b/recipes-core/util-linux/util-linux/fix-libmount_la_DEPENDENCIES.patch deleted file mode 100644 index ab54818..0000000 --- a/recipes-core/util-linux/util-linux/fix-libmount_la_DEPENDENCIES.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | Subject: [PATCH] util-linux: fix libmount_la_DEPENDENCIES. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | libmount_la_LIBADD contains "-lselinux", this is not a object that | ||
6 | could consider as a dependency target. So fix this. | ||
7 | |||
8 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
9 | --- | ||
10 | libmount/src/Makemodule.am | 2 +- | ||
11 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
12 | |||
13 | diff --git a/libmount/src/Makemodule.am b/libmount/src/Makemodule.am | ||
14 | index 494e02a..bf494a4 100644 | ||
15 | --- a/libmount/src/Makemodule.am | ||
16 | +++ b/libmount/src/Makemodule.am | ||
17 | @@ -38,7 +38,7 @@ libmount_la_CFLAGS = \ | ||
18 | -I$(top_srcdir)/libmount/src | ||
19 | |||
20 | libmount_la_DEPENDENCIES = \ | ||
21 | - $(libmount_la_LIBADD) \ | ||
22 | + libcommon.la libblkid.la \ | ||
23 | libmount/src/libmount.sym \ | ||
24 | libmount/src/libmount.h.in | ||
25 | |||
26 | -- | ||
27 | 1.7.5.4 | ||
28 | |||