diff options
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb deleted file mode 100644 index 05479db454..0000000000 --- a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require python-mako_${PV}.bb | ||
| 2 | inherit native pythonnative | ||
| 3 | |||
| 4 | DEPENDS = "python-native" | ||
| 5 | RDEPENDS_${PN} = "" | ||
diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb index 9e381f3dc2..1d2bdd7f94 100644 --- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb +++ b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | |||
| @@ -17,3 +17,6 @@ RDEPENDS_${PN} = "python-threading \ | |||
| 17 | python-netclient \ | 17 | python-netclient \ |
| 18 | python-html \ | 18 | python-html \ |
| 19 | " | 19 | " |
| 20 | RDEPENDS_${PN}_class-native = "" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
