Fixed                
                
            
            
                
                    Created: Feb 9, 2017   
                                            Updated: Dec 3, 2018                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Feb 12, 2017                    
                
                
                                    
                        Found In Version: 6.0                     
                
                                    
                        Fix Version: 6.0.0.33                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux 6                        
                    
                                    
                        Component/s: Userspace                    
                
                
                             
         
                        
                All version of syslog-ng uses libnet during compilation of itself and it’s subpackages like syslog-ng-libs:
From wr-features/recipes-extended/syslog-ng/syslog-ng.inc:
EXTRA_OECONF = " \
--with-libnet=${STAGING_BINDIR_CROSS} \
...
"
However, libnet is not set as runtime/compilation dependency. As the result, packing image may fail.
        
                        
                In any project please see: <prj_dir>/layers/wr-features/recipes-extended/syslog-ng/syslog-ng.inc
EXTRA_OECONF = " \
--with-libnet=${STAGING_BINDIR_CROSS} \