diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk-webcore/midori_0.1.2.bb | 2 | ||||
-rw-r--r-- | packages/python/python-docutils-native_0.5.bb | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/gtk-webcore/midori_0.1.2.bb b/packages/gtk-webcore/midori_0.1.2.bb index 067e900dbb..42ac708d01 100644 --- a/packages/gtk-webcore/midori_0.1.2.bb +++ b/packages/gtk-webcore/midori_0.1.2.bb @@ -1,6 +1,6 @@ require midori.inc -DEPENDS += "python-native" +DEPENDS += "python-native python-docutils-native" SRC_URI = "http://goodies.xfce.org/releases/midori/midori-${PV}.tar.bz2" diff --git a/packages/python/python-docutils-native_0.5.bb b/packages/python/python-docutils-native_0.5.bb new file mode 100644 index 0000000000..5e294e55a2 --- /dev/null +++ b/packages/python/python-docutils-native_0.5.bb @@ -0,0 +1,8 @@ +require python-docutils_${PV}.bb +DEPENDS = "python-native" +inherit native + +do_stage() { + distutils_stage_all +} + |