fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() function
[vuplus_bitbake] / ChangeLog
index 7313951..2ee0543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 Changes in BitBake 1.8.x:
        - Add bb.utils.prune_suffix function
+       - Fix hg checkouts of specific revisions (from Poky)
+       - Fix wget fetching of urls with parameters specified (from Poky)
+       - Add username handling to git fetcher (from Poky)
+       - Set HOME environmental variable when running fetcher commands (from Poky)
+       - Make sure allowed variables inherited from the environment are exported again (from Poky)
+       - When running a stage task in bbshell, run populate_staging, not the stage task (from Poky)
+       - Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio Salvador)
  
 Changes in BitBake 1.8.12:
        - Fix -f (force) in conjunction with -b
@@ -76,10 +83,7 @@ Changes in BitBake 1.8.12:
          proxies to work better. (from Poky)
        - Also allow user and pswd options in SRC_URIs globally (from Poky)
        - Improve proxy handling when using mirrors (from Poky)
-       - Fix hg checkouts of specific revisions (from Poky)
-       - Fix wget fetching of urls with parameters specified (from Poky)
-       - Add username handling to git fetcher (from Poky)
-       - Set HOME environmental variable when running fetcher commands (from Poky)
+       - Addition of BBCLASSEXTEND support for allowing one recipe to provide multiple targets (from Poky)
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.