barebox_git removed superfluous FILESPATHPKG
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 19 Aug 2010 10:26:16 +0000 (12:26 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 19 Aug 2010 10:26:16 +0000 (12:26 +0200)
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>
recipes/barebox/barebox_git.bb

index f68ad4c..aab05ae 100644 (file)
@@ -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"