[oe-commits] [bitbake] branch master updated: toaster: corrupted patch for bldcollector URL file

git at git.openembedded.org git at git.openembedded.org
Tue Jan 2 16:19:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
     new dcd58d3  toaster: corrupted patch for bldcollector URL file
dcd58d3 is described below

commit dcd58d351c0478ba7b9fe6c0e5b6a97098c1eb21
Author: David Reyna <David.Reyna at windriver.com>
AuthorDate: Sat Dec 30 22:56:18 2017 -0800

    toaster: corrupted patch for bldcollector URL file
    
    Fix a fatal error introduced by a corrupted patch file
    submission.
    
    [YOCTO #12459]
    
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/bldcollector/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/bldcollector/urls.py b/lib/toaster/bldcollector/urls.py
index ed379bf..888175d 100644
--- a/lib/toaster/bldcollector/urls.py
+++ b/lib/toaster/bldcollector/urls.py
@@ -17,7 +17,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 
-from djaV2 ngo.conf.urls import include, url
+from django.conf.urls import include, url
 
 import bldcollector.views
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list