diff options
Diffstat (limited to 'meta-oe/recipes-graphics/openbox')
| -rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index ac00046b4e..0d03889884 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | |||
| @@ -23,9 +23,9 @@ PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome" | |||
| 23 | PACKAGES_DYNAMIC += "${PN}-theme-*" | 23 | PACKAGES_DYNAMIC += "${PN}-theme-*" |
| 24 | 24 | ||
| 25 | python populate_packages_prepend() { | 25 | python populate_packages_prepend() { |
| 26 | theme_dir = bb.data.expand('${datadir}/themes/', d) | 26 | theme_dir = bb.data.expand('${datadir}/themes/', d) |
| 27 | theme_name = bb.data.expand('${PN}-theme-%s', d) | 27 | theme_name = bb.data.expand('${PN}-theme-%s', d) |
| 28 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) | 28 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | RDEPENDS_${PN} += "${PN}-core" | 31 | RDEPENDS_${PN} += "${PN}-core" |
