diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-17 12:13:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-17 12:13:41 +0000 |
commit | 5486cc46f785902a72bc46a164892dd42653bc08 (patch) | |
tree | 77291c9fa52b2581b485dcd10cdcc34465315508 | |
parent | 36636a9e3896283d8c03de0f6987b24eb8c7c8ed (diff) | |
download | openembedded-core-5486cc46f785902a72bc46a164892dd42653bc08.tar.gz openembedded-core-5486cc46f785902a72bc46a164892dd42653bc08.tar.bz2 openembedded-core-5486cc46f785902a72bc46a164892dd42653bc08.tar.xz openembedded-core-5486cc46f785902a72bc46a164892dd42653bc08.zip |
meta-moblin: Add gnome-menus 2.24.0 (from OE)
-rw-r--r-- | meta-moblin/packages/gnome/gnome-menus_2.24.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-moblin/packages/gnome/gnome-menus_2.24.0.bb b/meta-moblin/packages/gnome/gnome-menus_2.24.0.bb new file mode 100644 index 000000000..50865f115 --- /dev/null +++ b/meta-moblin/packages/gnome/gnome-menus_2.24.0.bb @@ -0,0 +1,17 @@ +DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" +LICENSE = "GPL" + +inherit gnome pkgconfig + +DEPENDS += "intltool" + +do_stage() { +autotools_stage_all +} + +PACKAGES += "${PN}-python" +FILES_${PN} += "${datadir}/desktop-directories/" +FILES_${PN}-python = "${libdir}/python*" +FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ + ${libdir}/python*/site-packages/.debug" + |