mtd-utils: lock down git rev
authorKoen Kooi <koen@openembedded.org>
Thu, 30 Aug 2007 09:40:19 +0000 (09:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Aug 2007 09:40:19 +0000 (09:40 +0000)
packages/mtd/mtd-utils_1.0.0+git.bb

index cfbd38c..8b14faa 100644 (file)
@@ -3,9 +3,15 @@ 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"