[oe-commits] org.oe.dev tinylogin: make it build against uclibc 0.9.29

koen commit openembedded-commits at lists.openembedded.org
Sun May 13 08:40:27 UTC 2007


tinylogin: make it build against uclibc 0.9.29
* patch based on the buildroot patch for module-init-tools

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 55dae195045d9fd52e41e970627ac6ef031ff672
ViewMTN: http://monotone.openembedded.org/revision.psp?id=55dae195045d9fd52e41e970627ac6ef031ff672
Files:
1
packages/tinylogin/tinylogin-1.4/remove-index.patch
packages/tinylogin/tinylogin_1.4.bb
Diffs:

#
# mt diff -rb0e020cac71f7e0d99397a7095aec04585472e20 -r55dae195045d9fd52e41e970627ac6ef031ff672
#
# 
# 
# add_file "packages/tinylogin/tinylogin-1.4/remove-index.patch"
#  content [7cc9ac8918ba32ee6d5bdfe28da9a8e84e284122]
# 
# patch "packages/tinylogin/tinylogin_1.4.bb"
#  from [cf765bdb1e637c318b831d9f8f2c6830593258d9]
#    to [551e7feeee186fec1a956f4cf0c8ecae8afcc938]
# 
============================================================
--- packages/tinylogin/tinylogin-1.4/remove-index.patch	7cc9ac8918ba32ee6d5bdfe28da9a8e84e284122
+++ packages/tinylogin/tinylogin-1.4/remove-index.patch	7cc9ac8918ba32ee6d5bdfe28da9a8e84e284122
@@ -0,0 +1,11 @@
+--- /tmp/deluser.c	2007-05-13 10:38:19.000000000 +0200
++++ tinylogin-1.4/deluser.c	2007-05-13 10:38:50.185251000 +0200
+@@ -60,7 +60,7 @@
+ 	}
+ 	start++;
+ 
+-	stop = index(start, '\n');	/* index is a BSD-ism */
++	stop = strchr(start, '\n');	/* index is a BSD-ism, strchr hopefully isn't */
+ 	b.start = start - buffer;
+ 	b.stop = stop - buffer;
+ 	return b;
============================================================
--- packages/tinylogin/tinylogin_1.4.bb	cf765bdb1e637c318b831d9f8f2c6830593258d9
+++ packages/tinylogin/tinylogin_1.4.bb	551e7feeee186fec1a956f4cf0c8ecae8afcc938
@@ -5,12 +5,13 @@ LICENSE = "GPL"
 and groups on an embedded system."
 HOMEPAGE = "http://tinylogin.busybox.net/"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
 	file://cvs-20040608.patch;patch=1;pnum=1 \
 	file://add-system.patch;patch=1;pnum=1 \
-	file://adduser-empty_pwd.patch;patch=1"
+	file://adduser-empty_pwd.patch;patch=1 \
+	file://remove-index.patch;patch=1"
 
 EXTRA_OEMAKE = ""
 






More information about the Openembedded-commits mailing list