diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-08-25 16:05:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 13:04:38 +0100 |
commit | 6b039d0bb74d624b62f8cfc6167f287a24b75405 (patch) | |
tree | 5033c607f6b29b9182b67810b7a8007200c3626a /meta-lsb/packages/libuser | |
parent | c3232ed2daff693d4e4075c6d87ea8d0387e8df4 (diff) | |
download | openembedded-core-6b039d0bb74d624b62f8cfc6167f287a24b75405.tar.gz openembedded-core-6b039d0bb74d624b62f8cfc6167f287a24b75405.tar.bz2 openembedded-core-6b039d0bb74d624b62f8cfc6167f287a24b75405.tar.xz openembedded-core-6b039d0bb74d624b62f8cfc6167f287a24b75405.zip |
libuser: add 0.56.16 as new recipe
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta-lsb/packages/libuser')
-rw-r--r-- | meta-lsb/packages/libuser/libuser-0.56.16/disable-sgml-doc.patch | 18 | ||||
-rw-r--r-- | meta-lsb/packages/libuser/libuser_0.56.16.bb | 20 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-lsb/packages/libuser/libuser-0.56.16/disable-sgml-doc.patch b/meta-lsb/packages/libuser/libuser-0.56.16/disable-sgml-doc.patch new file mode 100644 index 000000000..a2017c572 --- /dev/null +++ b/meta-lsb/packages/libuser/libuser-0.56.16/disable-sgml-doc.patch @@ -0,0 +1,18 @@ +Disable generating docs from sgml, which requries linuxdoc-tools. + +Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> +Index: libuser-0.56.16/docs/Makefile.am +=================================================================== +--- libuser-0.56.16.orig/docs/Makefile.am 2010-08-12 13:29:43.000000000 +0800 ++++ libuser-0.56.16/docs/Makefile.am 2010-08-12 13:29:51.000000000 +0800 +@@ -14,8 +14,8 @@ + + sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml + [ -d sgml ] || mkdir sgml +- cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml ++# cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml + + sgml/libuser.html: $(srcdir)/sgml/libuser.sgml + [ -d sgml ] || mkdir sgml +- cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml ++# cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml diff --git a/meta-lsb/packages/libuser/libuser_0.56.16.bb b/meta-lsb/packages/libuser/libuser_0.56.16.bb new file mode 100644 index 000000000..d72430ec0 --- /dev/null +++ b/meta-lsb/packages/libuser/libuser_0.56.16.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user and group accounts" +HOMEPAGE = "https://fedorahosted.org/libuser/" +BUGTRACKER = "https://fedorahosted.org/libuser/newticket" + +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://lib/user.h;endline=19;md5=9bc141f2e0d3e8b97ecdc945b2ed1ec7 \ + file://samples/testuser.c;endline=19;md5=61e8c05bd37ce1cba5590071f6e17500" + +SECTION = "base" + +SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ + file://disable-sgml-doc.patch;patch=1" +PR = "r0" + +DEPENDS = "gettext libpam glib-2.0 xz-native" + +EXTRA_OECONF += "--disable-gtk-doc --without-python" + +inherit autotools |