diff options
| -rw-r--r-- | meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch | 18 | ||||
| -rw-r--r-- | meta/recipes-extended/libuser/libuser_0.57.1.bb | 9 |
2 files changed, 4 insertions, 23 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 deleted file mode 100644 index a2017c5724..0000000000 --- a/meta/recipes-extended/libuser/libuser-0.57.1/disable-sgml-doc.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Disable generating docs from sgml, which requries linuxdoc-tools. | ||
| 2 | |||
| 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
| 4 | Index: 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 | ||
diff --git a/meta/recipes-extended/libuser/libuser_0.57.1.bb b/meta/recipes-extended/libuser/libuser_0.57.1.bb index d2e7c3aa2e..2dd3f11bf7 100644 --- a/meta/recipes-extended/libuser/libuser_0.57.1.bb +++ b/meta/recipes-extended/libuser/libuser_0.57.1.bb | |||
| @@ -11,15 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
| 11 | 11 | ||
| 12 | SECTION = "base" | 12 | SECTION = "base" |
| 13 | 13 | ||
| 14 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ | 14 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz" |
| 15 | file://disable-sgml-doc.patch;patch=1" | ||
| 16 | 15 | ||
| 17 | SRC_URI[md5sum] = "be82c6941264d0b4bd04f95fb342ec7d" | 16 | SRC_URI[md5sum] = "be82c6941264d0b4bd04f95fb342ec7d" |
| 18 | SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5" | 17 | SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5" |
| 19 | PR = "r0" | 18 | PR = "r1" |
| 20 | 19 | ||
| 21 | DEPENDS = "gettext libpam glib-2.0 xz-native" | 20 | DEPENDS = "gettext popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native" |
| 22 | 21 | ||
| 23 | EXTRA_OECONF += "--disable-gtk-doc --without-python" | 22 | EXTRA_OECONF += "--without-python" |
| 24 | 23 | ||
| 25 | inherit autotools | 24 | inherit autotools |
