diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-pexpect_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb index 95a079002e..1321797ef9 100644 --- a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb +++ b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb @@ -25,4 +25,4 @@ RDEPENDS_${PN} = "\ python-ptyprocess \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" |