diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-03 15:08:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:44:13 +0100 |
commit | 94eee2ed11a15bd66ffaa9fcefeb7b44334b08e2 (patch) | |
tree | 1c5c7fc38a9d46bb863dad12391e569a05d82714 /meta/recipes-devtools | |
parent | d7dbb52d84796d833c667acf3e99262fadedf6b4 (diff) | |
download | ast2050-yocto-poky-94eee2ed11a15bd66ffaa9fcefeb7b44334b08e2.zip ast2050-yocto-poky-94eee2ed11a15bd66ffaa9fcefeb7b44334b08e2.tar.gz |
remake: Update to latest 3.82_dbg-0.9 Tag
(From OE-Core rev: 1fc6e0fc5d5d65190a709bc21ec756609468eb09)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/remake/remake_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index afbc5d0..13d8ce9 100644 --- a/meta/recipes-devtools/remake/remake_git.bb +++ b/meta/recipes-devtools/remake/remake_git.bb @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ require remake.inc SRC_URI += "file://version-remake.texi.patch" -SRCREV = "414d6e84121c6740ff5079370c905dea0f0e1ddb" +SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" S = "${WORKDIR}/git" -PV = "3.82+dbg-0.8+git${SRCPV}" +PV = "3.82+dbg-0.9+git${SRCPV}" DEPENDS += "readline" PROVIDES += "make" |