Convert spaces into tabs for better readability.
authorKhem Raj <raj.khem@gmail.com>
Fri, 29 Aug 2008 05:33:34 +0000 (05:33 +0000)
committerKhem Raj <raj.khem@gmail.com>
Fri, 29 Aug 2008 05:33:34 +0000 (05:33 +0000)
packages/uclibc/uclibc_0.9.29.bb

index f521490..90b52b3 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r25"
+PR = "r26"
 DEFAULT_PREFERENCE = "1"
 
 require uclibc.inc
@@ -15,23 +15,23 @@ require uclibc.inc
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
 SRC_URI += "file://uClibc.machine file://uClibc.distro \
-           file://errno_values.h.patch;patch=1 \
-           file://termios.h.patch;patch=1 \
-           file://unistd_arm.patch;patch=1 \
-           file://build_wcs_upper_buffer.patch;patch=1 \
-            file://uClibc-0.9.29-001-fix-mmap.patch;patch=1 \
-            file://uClibc-0.9.29-002-atmel.1.patch;patch=1 \
-            file://uClibc-0.9.29-avr32-fix-sa_onstack.patch;patch=1 \
-           file://uClibc-0.9.29-conditional-sched_affinity.patch;patch=1 \
-           file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \
-           file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \
-           file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \
-            file://uClibc-0.9.29-avr32-bzero.patch;patch=1 \
-           file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \
-            file://arm_fix_alignment.patch;patch=1 \
-           file://uclibc-arm-ftruncate64.patch;patch=1 \
-           file://uclibc-use-fgnu89-inline.patch;patch=1 \
-           "
+               file://errno_values.h.patch;patch=1 \
+               file://termios.h.patch;patch=1 \
+               file://unistd_arm.patch;patch=1 \
+               file://build_wcs_upper_buffer.patch;patch=1 \
+               file://uClibc-0.9.29-001-fix-mmap.patch;patch=1 \
+               file://uClibc-0.9.29-002-atmel.1.patch;patch=1 \
+               file://uClibc-0.9.29-avr32-fix-sa_onstack.patch;patch=1 \
+               file://uClibc-0.9.29-conditional-sched_affinity.patch;patch=1 \
+               file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \
+               file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \
+               file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \
+               file://uClibc-0.9.29-avr32-bzero.patch;patch=1 \
+               file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \
+               file://arm_fix_alignment.patch;patch=1 \
+               file://uclibc-arm-ftruncate64.patch;patch=1 \
+               file://uclibc-use-fgnu89-inline.patch;patch=1 \
+               "
 
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"