mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
meta-moblin: Add gnome-menus 2.24.0 (from OE)
This commit is contained in:
17
meta-moblin/packages/gnome/gnome-menus_2.24.0.bb
Normal file
17
meta-moblin/packages/gnome/gnome-menus_2.24.0.bb
Normal file
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user