mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
meta-moblin: Add gnome-menus 2.24.0 (from OE)
This commit is contained in:
@@ -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