diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-25 02:38:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-25 02:38:58 -0700 |
commit | 91a42c0ea9d8ea016f18da187730fd1560a9b7c4 (patch) | |
tree | b7347cd1b779823652ad0fd2998f680eff7f4a8b | |
parent | 9156b88e1a45bc0de9820bed8cfa8fcb6b3c88b1 (diff) |
binutils_cvs.bb: Use FILESPATHPKG
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/binutils/binutils_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_cvs.bb b/recipes/binutils/binutils_cvs.bb index 1e4e210c68..239ef7a6ea 100644 --- a/recipes/binutils/binutils_cvs.bb +++ b/recipes/binutils/binutils_cvs.bb @@ -1,4 +1,5 @@ -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs" +FILESPATHPKG =. "binutils-cvs:" +SRCDATE = "20100913" PV = "2.20+cvs${SRCDATE}" require binutils.inc |