<!-- Generator: GNU source-highlight 2.4
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt>#
#
# patch "packages/diffutils/diffutils_2.8.1.bb"
#  from [8549a96143d03b98e290128f5dbd920fde3f0b15]
#    to [56edb2ce56f8f5b687f020e7754b9a64fc49c50d]
#
============================================================
<font color="#FF6600">--- packages/diffutils/diffutils_2.8.1.bb        8549a96143d03b98e290128f5dbd920fde3f0b15</font>
<font color="#009900">+++ packages/diffutils/diffutils_2.8.1.bb        56edb2ce56f8f5b687f020e7754b9a64fc49c50d</font>
<font color="#0000FF">@@ -3,7 +3,7 @@ used for creating patch files."</font>
 DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
 sdiff, and cmp utilities. These programs are usually \
 used for creating patch files."
<font color="#FF6600">-PR = "r3"</font>
<font color="#009900">+PR = "r4"</font>
 
 SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
 
<font color="#0000FF">@@ -15,6 +15,7 @@ EXTRA_OECONF_linux-uclibc = "--without-i</font>
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
 EXTRA_OECONF_linux-uclibc = "--without-included-regex"
<font color="#009900">+EXTRA_OECONF_linux-uclibcgnueabi = "--without-included-regex"</font>
 
 do_install_append () {
         mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN}
</tt></pre>