summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libuser/libuser-0.57.1
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-01-26 15:16:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 16:49:12 +0000
commit7951a7b4db6fdd0b3e0bd0cae981e6ca16933974 (patch)
treebd335a9d205ad811b5dba1c1265fa762f7c474a1 /meta/recipes-extended/libuser/libuser-0.57.1
parent9eb6dbc18ce522056674ae30b64957ff23f0c1d4 (diff)
downloadpoky-7951a7b4db6fdd0b3e0bd0cae981e6ca16933974.tar.gz
libuser: Upgrade from 0.56.18 to 0.57.1
This can fix the vulnerable issue @ http://secunia.com/advisories/42891/ Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-extended/libuser/libuser-0.57.1')
-rw-r--r--meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch b/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch
new file mode 100644
index 0000000000..a2017c5724
--- /dev/null
+++ b/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch
@@ -0,0 +1,18 @@
1Disable generating docs from sgml, which requries linuxdoc-tools.
2
3Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
4Index: libuser-0.56.16/docs/Makefile.am
5===================================================================
6--- libuser-0.56.16.orig/docs/Makefile.am 2010-08-12 13:29:43.000000000 +0800
7+++ libuser-0.56.16/docs/Makefile.am 2010-08-12 13:29:51.000000000 +0800
8@@ -14,8 +14,8 @@
9
10 sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml
11 [ -d sgml ] || mkdir sgml
12- cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml
13+# cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml
14
15 sgml/libuser.html: $(srcdir)/sgml/libuser.sgml
16 [ -d sgml ] || mkdir sgml
17- cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml
18+# cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml