diff options
-rw-r--r-- | meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb index 931e5a7d49..eed24ad2ec 100644 --- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb +++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb @@ -20,4 +20,4 @@ RDEPENDS_${PN} = "\ python-core \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" |