]> code.ossystems Code Review - openembedded-core.git/commitdiff
libuser: 0.60 -> 0.61
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 7 Apr 2015 11:24:23 +0000 (04:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Apr 2015 16:32:01 +0000 (17:32 +0100)
Removed fixsepbuild.patch since it is not needed any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libuser/libuser/fixsepbuild.patch [deleted file]
meta/recipes-extended/libuser/libuser_0.61.bb [moved from meta/recipes-extended/libuser/libuser_0.60.bb with 85% similarity]

diff --git a/meta/recipes-extended/libuser/libuser/fixsepbuild.patch b/meta/recipes-extended/libuser/libuser/fixsepbuild.patch
deleted file mode 100644 (file)
index 893ca14..0000000
+++ /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
similarity index 85%
rename from meta/recipes-extended/libuser/libuser_0.60.bb
rename to meta/recipes-extended/libuser/libuser_0.61.bb
index e6316ef4883d4d9331dbcb9cc8dc618bf6fd335c..f2b9ddbb9a4689c2c44864b79d57408350bc8a21 100644 (file)
@@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
 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"
+SRC_URI[md5sum] = "d977dc59161272c1491edd9ca7ba22f2"
+SRC_URI[sha256sum] = "0a114a52446e12781e2ffdf26f59df0d14e7809c7db5e551d3cf61c4e398751d"
 
 DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python"