[oe-commits] Chris Larson : unifdef: update from 2.4 to 2.6

git version control git at git.openembedded.org
Sat Feb 26 10:51:51 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: 3a021b56129204000882830074f7d64944a41133
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a021b56129204000882830074f7d64944a41133

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Feb 25 07:49:53 2011 -0700

unifdef: update from 2.4 to 2.6

As far as I can see, all the changes are bugfixes, and only one of those
affects behavior in a noticable way to the user (-o now obeys -n, emitting
line numbers to the specified output file).

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/unifdef/{unifdef_2.4.bb => unifdef_2.6.bb} |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/unifdef/unifdef_2.4.bb b/recipes/unifdef/unifdef_2.6.bb
similarity index 78%
rename from recipes/unifdef/unifdef_2.4.bb
rename to recipes/unifdef/unifdef_2.6.bb
index 89bc350..0fb4095 100644
--- a/recipes/unifdef/unifdef_2.4.bb
+++ b/recipes/unifdef/unifdef_2.6.bb
@@ -6,8 +6,9 @@ LICENSE = "BSD"
 PR = "0"
 
 SRC_URI = "http://dotat.at/prog/unifdef/unifdef-${PV}.tar.gz"
-SRC_URI[md5sum] = "9aba8b30187244677f25834cbc11bfe2"
-SRC_URI[sha256sum] = "52b8b5c411b3d33646b6a7518c37c3a2a308887c45ac58a13122823b02fd4f4a"
+SRC_URI[md5sum] = "18b832baea2c7b6b00bd7d4f3db38f62"
+SRC_URI[sha256sum] = "e4cbc673d32ebe10e00bc00b985c974e327e65d4b32a564d21358e458079e419"
+
 
 EXTRA_OEMAKE = "-e"
 





More information about the Openembedded-commits mailing list