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 | poky-5486cc46f785902a72bc46a164892dd42653bc08.tar.gz |
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 0000000000..50865f115b --- /dev/null +++ b/meta-moblin/packages/gnome/gnome-menus_2.24.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" | ||
2 | LICENSE = "GPL" | ||
3 | |||
4 | inherit gnome pkgconfig | ||
5 | |||
6 | DEPENDS += "intltool" | ||
7 | |||
8 | do_stage() { | ||
9 | autotools_stage_all | ||
10 | } | ||
11 | |||
12 | PACKAGES += "${PN}-python" | ||
13 | FILES_${PN} += "${datadir}/desktop-directories/" | ||
14 | FILES_${PN}-python = "${libdir}/python*" | ||
15 | FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \ | ||
16 | ${libdir}/python*/site-packages/.debug" | ||
17 | |||