On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Noor Ahsan <noor_ah...@mentor.com> > > * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. > > Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> > --- > .../add-exclusion-to-mkfs-jffs2-git-2.patch | 0 > .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.4.bb} | 11 ++++++----- > 2 files changed, 6 insertions(+), 5 deletions(-) > rename meta/recipes-devtools/mtd/{mtd-utils-1.4.1 => > mtd-utils-1.4.4}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%) > rename meta/recipes-devtools/mtd/{mtd-utils_1.4.1.bb => mtd-utils_1.4.4.bb} > (76%) > > diff --git > a/meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch > > b/meta/recipes-devtools/mtd/mtd-utils-1.4.4/add-exclusion-to-mkfs-jffs2-git-2.patch > similarity index 100% > rename from > meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch > rename to > meta/recipes-devtools/mtd/mtd-utils-1.4.4/add-exclusion-to-mkfs-jffs2-git-2.patch > diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb > b/meta/recipes-devtools/mtd/mtd-utils_1.4.4.bb > similarity index 76% > rename from meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb > rename to meta/recipes-devtools/mtd/mtd-utils_1.4.4.bb > index f2de74d..ac9316d 100644 > --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb > +++ b/meta/recipes-devtools/mtd/mtd-utils_1.4.4.bb > @@ -6,12 +6,15 @@ LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ > > file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" > > -SRC_URI = > "git://git.infradead.org/mtd-utils.git;protocol=git;tag=3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c > \ > - file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1" > +TAG = "v${PV}" > + > +SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG} \ > + file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1" > +
This will force network lookups to resolve the tag into a revision. We need to specify the revision here, a least in OE-Core. Cheers, Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core