diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 12:26:16 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 12:26:16 +0200 |
commit | 42715655fbd21598e9ebaa47d4751aaaa9dd1a76 (patch) | |
tree | 594e6545d09d625a29e737c47fe6eac975d0d95d /recipes | |
parent | 3ba5c146789b0fb382558cfcff5e34d78b7c7d97 (diff) |
barebox_git removed superfluous FILESPATHPKG
removed
FILESPATHPKG =. "barebox-git:"
This is the default so it is not needed.
Apart from that no dir barebox-git (or any other files dir) exists
(which is odd as there is a file:// line)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/barebox/barebox_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/barebox/barebox_git.bb b/recipes/barebox/barebox_git.bb index f68ad4cbfd..aab05ae0cd 100644 --- a/recipes/barebox/barebox_git.bb +++ b/recipes/barebox/barebox_git.bb @@ -5,8 +5,6 @@ PR = "r0" PV = "2010.04" PR_append = "+gitr${SRCREV} -FILESPATHPKG =. "barebox-git:" - SRC_URI = "git://git.pengutronix.de/git/barebox.git;protocol=git \ file://defconfig" |