[oe-commits] org.oe.dev mtd-utils: lock down git rev

koen commit openembedded-commits at lists.openembedded.org
Thu Aug 30 09:45:51 UTC 2007


mtd-utils: lock down git rev

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 64776f3474a9e534d3e35f629d92767fb2f5afd6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=64776f3474a9e534d3e35f629d92767fb2f5afd6
Files:
1
packages/mtd/mtd-utils_1.0.0+git.bb
Diffs:

#
# mt diff -re70f711712c14c500d79d0486024bf62cce59d1f -r64776f3474a9e534d3e35f629d92767fb2f5afd6
#
# 
# 
# patch "packages/mtd/mtd-utils_1.0.0+git.bb"
#  from [5a4eeda941b257100b2222655196333091e734a1]
#    to [27a6f24ca45f9dd4a2349910c95201a7f5e5e959]
# 
============================================================
--- packages/mtd/mtd-utils_1.0.0+git.bb	5a4eeda941b257100b2222655196333091e734a1
+++ packages/mtd/mtd-utils_1.0.0+git.bb	27a6f24ca45f9dd4a2349910c95201a7f5e5e959
@@ -1,11 +1,17 @@ LICENSE = "GPLv2"
 DESCRIPTION = "Tools for managing memory technology devices."
 SECTION = "base"
 DEPENDS = "zlib lzo"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
-PR = "r4"
+PR = "r5"
 
-SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=master \
+# This is the default package, thus we lock to a specific git version so 
+# upstream changes will not break builds.
+
+TAG = "9845d92440bd87739c89edd000fd6e0c47fab185"
+# As of 2007/27/07, see http://git.infradead.org/?p=mtd-utils.git;a=shortlog
+
+SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG} \
            file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \
 	   file://fix-ignoreerrors-git.patch;patch=1 \
 	   file://lzo_1x.patch;patch=1"






More information about the Openembedded-commits mailing list