diff --git a/README.af_yocto b/README.af_yocto
index d2e7eec617274af9131c6f95b65381eb64ca6794..8073183a56514d42f0143115c2e81846fe8c21e1 100644
--- a/README.af_yocto
+++ b/README.af_yocto
@@ -21,7 +21,10 @@ INSTALLATION and USE:
     scp lukas@192.168.7.1:/<location of repository>/install.sh .
     sh ./install.sh
   
-
+WARNING:
+  When contributing repository, notice that the recipe for log4cxx was based on the recipe in the OpenEmbedded (Classic) Development
+  (cf. http://cgit.openembedded.org/openembedded/tree/recipes/log4cxx), which is licensed with the MIT Licence.
+  
 CONTENT of the repository:
 
   .gitignore   list of filenames of the poky-danny-8.0 release to ignore. Adjust file to track newly added recipes.
@@ -35,9 +38,10 @@ CONTENT of the repository:
 RESOLVED ISSUES:
   - recipes for python-pyyaml and python-rospkg create invalid shell scripts (header line refers to python-native instead of python.)
     RESOLVED by patching distutils class--will be committed to yocto.
+  - recipe for log4cxx requires another patch.
+    RESOLVED by providing patch 0003 in recipe
 
 OPEN ISSUES:
-  - recipe for log4cxx requires another patch.
   - Yocto: python-setuptools requires some python-modules at run-time.
     TEMPORARILY RESOLVED by adding all python-modules in the image
     SHOULD BE RESOLVED by creating an appropriate patch for python-setuptools and contributing to openembedded-core
@@ -45,4 +49,4 @@ OPEN ISSUES:
     UNCLEAR. Maybe we need rospkg-dev?
   - Compilation with make fails in the virtual machine because of insufficient memory during compilation.
     
-  
\ No newline at end of file
+