diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-18 10:39:43 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-18 10:39:43 +0000 |
commit | 6833a1f2d8ac58b7a6339a2af38fe1cd8c69709a (patch) | |
tree | 5bb0efc0b81360a5eaa27559c6327817cb6757bb /packages/gnome/goffice_0.0.1.bb | |
parent | 2f9ad2e658e8ad53ecdb6eb82358eb858a8de5f5 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/18 12:08:50+02:00 utwente.nl!koen
goffice_0.0.1.bb: fix more deps, bitbake -b is bad
2005/05/18 11:05:57+02:00 utwente.nl!koen
goffice_0.0.1.bb: fix deps
BKrev: 428b1b6fJOtVTJOgJ9u31Hww6w7xWg
Diffstat (limited to 'packages/gnome/goffice_0.0.1.bb')
-rw-r--r-- | packages/gnome/goffice_0.0.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnome/goffice_0.0.1.bb b/packages/gnome/goffice_0.0.1.bb index e69de29bb2..fdf8bafaf4 100644 --- a/packages/gnome/goffice_0.0.1.bb +++ b/packages/gnome/goffice_0.0.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION="Gnome Office Library" +LICENSE="GPLv2" +PR="r1" + +DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl" + +inherit gnome pkgconfig + + + +do_stage() { + gnome_stage_includes +} + +python populate_packages_prepend () { + goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d) + + do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) +} + + |