6.2. Use myclass with the second recipe

Issue #12 resolved
Former user created an issue

file "meta-tutorial/recipes-tutorial/second/second_1.0.bb" content syntax error:

def pyfunc(o):                  
    print dir (o) 

modify ↓

def pyfunc(o):                  
    print_dir (o)

Comments (2)

  1. Log in to comment