diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-30 09:40:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-30 09:40:19 +0000 |
commit | ded7be737c96742174f57b1d097740d0f3d9cb1a (patch) | |
tree | 0124138d1eb1312b0b9787ff82a54a16b9e5444b /packages/mtd | |
parent | e9fae590194eef2d4fcfb162112da4f6a87dd7a3 (diff) |
mtd-utils: lock down git rev
Diffstat (limited to 'packages/mtd')
-rw-r--r-- | packages/mtd/mtd-utils_1.0.0+git.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/mtd/mtd-utils_1.0.0+git.bb b/packages/mtd/mtd-utils_1.0.0+git.bb index cfbd38c714..8b14faa1d6 100644 --- a/packages/mtd/mtd-utils_1.0.0+git.bb +++ b/packages/mtd/mtd-utils_1.0.0+git.bb @@ -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" |