| Submitter | Emilia Ciobanu |
|---|---|
| Date | March 1, 2013, 5:11 p.m. |
| Message ID | <1362157892-22060-1-git-send-email-emilia.maria.silvia.ciobanu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45371/ |
| State | New |
| Headers | show |
Comments
On 03/01/2013 09:11 AM, Emilia Ciobanu wrote: > Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> > --- > .../btrfs-tools/btrfs-tools_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > index e963a74..df216b1 100644 > --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > @@ -17,6 +17,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;p > > S = "${WORKDIR}/git" > > +PV = "0.19+git${SRCPV}" > + See my previous email, since we are currently beyond the 0.20-rc1 we should indicated that in the version info as 0.20~rc1. Sau! > PR = "r6" > > SRC_URI += " file://fix_use_of_gcc.patch \ >
I rechecked the tags for the btrfs-tools package. There was an error - I missed looking at the year of the commits. We are currently before 0.20-rc1. 0.19 should be the current PV. Thanks, Ema
Patch
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index e963a74..df216b1 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -17,6 +17,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;p S = "${WORKDIR}/git" +PV = "0.19+git${SRCPV}" + PR = "r6" SRC_URI += " file://fix_use_of_gcc.patch \
Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> --- .../btrfs-tools/btrfs-tools_git.bb | 2 ++ 1 file changed, 2 insertions(+)