From 18c0022628dda83eb2cd73a702df7e277d31211f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 7 Apr 2015 04:24:23 -0700 Subject: libuser: 0.60 -> 0.61 Removed fixsepbuild.patch since it is not needed any more. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- .../libuser/libuser/fixsepbuild.patch | 35 ---------------------- meta/recipes-extended/libuser/libuser_0.60.bb | 30 ------------------- meta/recipes-extended/libuser/libuser_0.61.bb | 30 +++++++++++++++++++ 3 files changed, 30 insertions(+), 65 deletions(-) delete mode 100644 meta/recipes-extended/libuser/libuser/fixsepbuild.patch delete mode 100644 meta/recipes-extended/libuser/libuser_0.60.bb create mode 100644 meta/recipes-extended/libuser/libuser_0.61.bb diff --git a/meta/recipes-extended/libuser/libuser/fixsepbuild.patch b/meta/recipes-extended/libuser/libuser/fixsepbuild.patch deleted file mode 100644 index 893ca1490b..0000000000 --- a/meta/recipes-extended/libuser/libuser/fixsepbuild.patch +++ /dev/null @@ -1,35 +0,0 @@ -Fix out of tree build errors and parallel make issues. The mkdir commands -can race each other. The srcdir variable is a complete path so a ../ prefix makes -no sense. - -Upstream-Status: Pending - -RP 2013/03/21 - -Index: libuser-0.58/docs/Makefile.am -=================================================================== ---- libuser-0.58.orig/docs/Makefile.am 2012-11-07 18:25:58.000000000 -0800 -+++ libuser-0.58/docs/Makefile.am 2013-03-22 23:32:06.843518069 -0700 -@@ -8,14 +8,14 @@ - - all: sgml/libuser.txt sgml/libuser.html - --libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile -+libuser.conf.5: $(abs_srcdir)/libuser.conf.5.in Makefile - sed 's,@sysconfdir\@,$(sysconfdir),g' \ -- < $(srcdir)/libuser.conf.5.in > $@ -+ < $(abs_srcdir)/libuser.conf.5.in > $@ - --sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml -- [ -d sgml ] || mkdir sgml -- cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml -+sgml/libuser.txt: $(abs_srcdir)/sgml/libuser.sgml -+ [ -d sgml ] || mkdir sgml || true -+ cd sgml; sgml2txt $(abs_srcdir)/sgml/libuser.sgml - --sgml/libuser.html: $(srcdir)/sgml/libuser.sgml -- [ -d sgml ] || mkdir sgml -- cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml -+sgml/libuser.html: $(abs_srcdir)/sgml/libuser.sgml -+ [ -d sgml ] || mkdir sgml || true -+ cd sgml; sgml2html $(abs_srcdir)/sgml/libuser.sgml diff --git a/meta/recipes-extended/libuser/libuser_0.60.bb b/meta/recipes-extended/libuser/libuser_0.60.bb deleted file mode 100644 index e6316ef488..0000000000 --- a/meta/recipes-extended/libuser/libuser_0.60.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "user and group account administration library" -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=5f30f0716dfdd0d91eb439ebec522ec2 \ - file://lib/user.h;endline=19;md5=76b301f63c39fa992062395efbdc9558 \ - file://samples/testuser.c;endline=19;md5=3b87fa660fa3f4a6bb31d624afe30ba1" - -SECTION = "base" - -SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ - file://fixsepbuild.patch" - -SRC_URI[md5sum] = "5c549724999ccca65ceaaecc4eb8cb98" -SRC_URI[sha256sum] = "b1f73408ebfee79eb01a47c5879a2cdef6a00b75ee24870de7df1b816ff483eb" - -DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" - -inherit autotools gettext pythonnative python-dir pkgconfig - -EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" - -PACKAGES += "${PN}-python " - -FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" -FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" - diff --git a/meta/recipes-extended/libuser/libuser_0.61.bb b/meta/recipes-extended/libuser/libuser_0.61.bb new file mode 100644 index 0000000000..f2b9ddbb9a --- /dev/null +++ b/meta/recipes-extended/libuser/libuser_0.61.bb @@ -0,0 +1,30 @@ +SUMMARY = "user and group account administration library" +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=5f30f0716dfdd0d91eb439ebec522ec2 \ + file://lib/user.h;endline=19;md5=76b301f63c39fa992062395efbdc9558 \ + file://samples/testuser.c;endline=19;md5=3b87fa660fa3f4a6bb31d624afe30ba1" + +SECTION = "base" + +SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ + " + +SRC_URI[md5sum] = "d977dc59161272c1491edd9ca7ba22f2" +SRC_URI[sha256sum] = "0a114a52446e12781e2ffdf26f59df0d14e7809c7db5e551d3cf61c4e398751d" + +DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" + +inherit autotools gettext pythonnative python-dir pkgconfig + +EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" + +PACKAGES += "${PN}-python " + +FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" +FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" + -- cgit 1.2.3-korg