From patchwork Thu Feb 28 14:21:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: remake: added PV to git package recipe Date: Thu, 28 Feb 2013 14:21:40 -0000 From: Emilia Ciobanu X-Patchwork-Id: 45303 Message-Id: <1362061300-8044-1-git-send-email-emilia.maria.silvia.ciobanu@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Emilia Ciobanu --- meta/recipes-devtools/remake/remake_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index 42c4d48..85d9220 100644 --- a/meta/recipes-devtools/remake/remake_git.bb +++ b/meta/recipes-devtools/remake/remake_git.bb @@ -9,6 +9,8 @@ SRC_URI += "file://version-remake.texi.patch" SRCREV = "414d6e84121c6740ff5079370c905dea0f0e1ddb" S = "${WORKDIR}/git" +PV = "3.81-dbg-0.7+git${SRCPV}" + DEPENDS += "readline" PROVIDES += "make"