diff options
| author | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:13:54 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:22:58 +0200 |
| commit | 7f2ff327841702403c3dfb9eea11e13ea05f3ca7 (patch) | |
| tree | 061df2306dfd866c14daea868a7345e2d7311b5f | |
| parent | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (diff) | |
gnome: convert a lot of recipes to new style staging
52 files changed, 51 insertions, 284 deletions
diff --git a/recipes/gnome/at-spi_1.26.0.bb b/recipes/gnome/at-spi_1.26.0.bb index e5c8236e6b..78aa77aec5 100644 --- a/recipes/gnome/at-spi_1.26.0.bb +++ b/recipes/gnome/at-spi_1.26.0.bb @@ -8,10 +8,6 @@ RDEPENDS_${PN} = "libgail-gnome gtk-module-gail" inherit gnome -do_stage () { - autotools_stage_all -} - FILES_${PN} += " \ ${libdir}/bonobo \ ${libdir}/gtk-2.0 \ diff --git a/recipes/gnome/at-spi_1.28.0.bb b/recipes/gnome/at-spi_1.28.0.bb index e0fb58aed3..4b82e7b404 100644 --- a/recipes/gnome/at-spi_1.28.0.bb +++ b/recipes/gnome/at-spi_1.28.0.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL" DEPENDS = "gtk+ atk libbonobo orbit2 orbit2-native" RDEPENDS_${PN} = "libgail-gnome gtk-module-gail" -PR = "r1" +PR = "r2" inherit gnome @@ -16,10 +16,6 @@ do_configure_prepend () { sed -i "s|LIBBONOBO_IDL_DIR=.*|LIBBONOBO_IDL_DIR=${STAGING_DATADIR}/idl//bonobo-2.0|" ${S}/configure.in } -do_stage () { - autotools_stage_all -} - FILES_${PN} += " \ ${libdir}/bonobo \ ${libdir}/gtk-2.0 \ diff --git a/recipes/gnome/epiphany_2.28.0.bb b/recipes/gnome/epiphany_2.28.0.bb index bb4bcf4292..5497bea0ae 100644 --- a/recipes/gnome/epiphany_2.28.0.bb +++ b/recipes/gnome/epiphany_2.28.0.bb @@ -11,13 +11,7 @@ do_configure_prepend() { sed -i -e s:help::g Makefile.am } -do_stage () { - autotools_stage_all -} - FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" - - SRC_URI[archive.md5sum] = "b88ac1168fc271892cabf73b749cac16" SRC_URI[archive.sha256sum] = "23e0379c41c378221338fb327d747f3e42b2b98cdf1512c9df7cbeab45f311ea" diff --git a/recipes/gnome/gconf-dbus_svn.bb b/recipes/gnome/gconf-dbus_svn.bb index 4deae5747b..bc27d87bea 100644 --- a/recipes/gnome/gconf-dbus_svn.bb +++ b/recipes/gnome/gconf-dbus_svn.bb @@ -8,7 +8,7 @@ RPROVIDES_${PN}-dev = "gconf-dev" SRCREV = "641" PV = "2.16.0+svnr${SRCPV}" -PR = "r0" +PR = "r1" inherit autotools pkgconfig @@ -24,14 +24,11 @@ do_configure_prepend() { touch gtk-doc.make } -do_stage() { - autotools_stage_all - install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 -} - do_install_append() { + install -d ${D}${datadir}/aclocal/ install -d ${D}/${sysconfdir}/X11/Xsession.d install -m 755 ${WORKDIR}/69gconfd-dbus ${D}/${sysconfdir}/X11/Xsession.d/ + install -m 0644 gconf-2.m4 ${D}${datadir}/aclocal/gconf-2.m4 } FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" diff --git a/recipes/gnome/gconf_2.6.1.bb b/recipes/gnome/gconf_2.6.1.bb index 7707090319..7c4adde966 100644 --- a/recipes/gnome/gconf_2.6.1.bb +++ b/recipes/gnome/gconf_2.6.1.bb @@ -11,7 +11,6 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 file://backends.patch;patch=1" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" inherit autotools pkgconfig gettext @@ -20,10 +19,8 @@ do_compile() { } do_stage() { - oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/gconf/2/gconf/ - ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done ) - install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 + install -d ${D}${datadir}/aclocal + install -m 0644 gconf.m4 ${D}${datadir}/aclocal/gconf-2.m4 } do_install() { diff --git a/recipes/gnome/gedit_2.26.2.bb b/recipes/gnome/gedit_2.26.2.bb index 09e95f4d14..358653c8fe 100644 --- a/recipes/gnome/gedit_2.26.2.bb +++ b/recipes/gnome/gedit_2.26.2.bb @@ -13,10 +13,6 @@ do_configure_prepend () { cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} } -do_stage () { - autotools_stage_all -} - FILES_${PN} += "${libdir} ${datadir}/gedit-2" FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb index c63f12764d..af54ac29fa 100644 --- a/recipes/gnome/gedit_2.28.0.bb +++ b/recipes/gnome/gedit_2.28.0.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" RDEPENDS += " gtksourceview2" -PR = "r1" +PR = "r2" inherit gnome pkgconfig @@ -15,10 +15,6 @@ do_configure_prepend () { cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} } -do_stage () { - autotools_stage_all -} - FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" diff --git a/recipes/gnome/gio-standalone_0.1.2.bb b/recipes/gnome/gio-standalone_0.1.2.bb index 6e98cf8bd5..0429c61c88 100644 --- a/recipes/gnome/gio-standalone_0.1.2.bb +++ b/recipes/gnome/gio-standalone_0.1.2.bb @@ -1,17 +1,12 @@ DESCRIPTION = "gio is a platform independent file and I/O abstraction library" LICENSE = "LGPL" DEPENDS = "glib-2.0" -PR = "r0" +PR = "r1" inherit gnome PACKAGES =+ "libgio" FILES_libgio = "${libdir}/libgio.so.*" -do_stage() { - autotools_stage_all -} - - SRC_URI[archive.md5sum] = "6c3ae062f5b32f20eeaf91603f92652e" SRC_URI[archive.sha256sum] = "a142efdd4508c7af90db878ded6f4713eb9bca47b508f60b294e62d7905ecff2" diff --git a/recipes/gnome/gnome-applets_2.28.0.bb b/recipes/gnome/gnome-applets_2.28.0.bb index d425dac6a9..41efe5e424 100644 --- a/recipes/gnome/gnome-applets_2.28.0.bb +++ b/recipes/gnome/gnome-applets_2.28.0.bb @@ -14,10 +14,6 @@ do_configure_prepend () { done } -do_stage() { - autotools_stage_all -} - FILES_${PN} += " \ ${datadir}/dbus-1/ \ ${datadir}/PolicyKit/ \ diff --git a/recipes/gnome/gnome-cups-manager_0.31.bb b/recipes/gnome/gnome-cups-manager_0.31.bb index 2bb3f588e9..c633720bf2 100644 --- a/recipes/gnome/gnome-cups-manager_0.31.bb +++ b/recipes/gnome/gnome-cups-manager_0.31.bb @@ -1,7 +1,7 @@ DESCRIPTION="Gnome Cups Manager" LICENSE="GPLv2" -PR ="r0" +PR = "r1" DEPENDS="glib-2.0 gtk+ pango libgnomecups" @@ -12,10 +12,5 @@ FILES += "${datadir}/icons/hicolor/48x48/stock/data/emblem-*.png \ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "4144b2cf05e381e89fed066793e3b249" SRC_URI[sha256sum] = "8ccfd3816757fa8127cf96a530e374c81a449fbcd9391d2d3e1bac29f54ab3e6" diff --git a/recipes/gnome/gnome-cups-manager_0.33.bb b/recipes/gnome/gnome-cups-manager_0.33.bb index b5b2307852..5ba81dd097 100644 --- a/recipes/gnome/gnome-cups-manager_0.33.bb +++ b/recipes/gnome/gnome-cups-manager_0.33.bb @@ -1,7 +1,7 @@ DESCRIPTION="Gnome Cups Manager" LICENSE="GPLv2" -PR ="r0" +PR = "r1" DEPENDS="glib-2.0 gtk+ pango libgnomecups" @@ -11,10 +11,5 @@ FILES_${PN} += "${datadir}/icons/" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "a48eb85cd239760913c936d824062473" SRC_URI[sha256sum] = "9d4fdefc8f69c0e1b330bb399b162f1f1005afdadf346e4f5d739de75c660dca" diff --git a/recipes/gnome/gnome-desktop_2.7.90.bb b/recipes/gnome/gnome-desktop_2.7.90.bb index 5db81af267..ed6acad38e 100644 --- a/recipes/gnome/gnome-desktop_2.7.90.bb +++ b/recipes/gnome/gnome-desktop_2.7.90.bb @@ -1,22 +1,11 @@ require gnome-desktop.inc -PR = "r0" +PR = "r1" inherit gnome EXTRA_OECONF = "" EXTRA_AUTORECONF = "-I ${STAGING_DATADIR}/aclocal/gnome2-macros" -do_stage () { - install -d ${STAGING_INCDIR}/gnome-desktop-2.0/libgnome/ -# install -d ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ - install -m 0644 libgnome-desktop/libgnome/gnome-desktop-item.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnome/ -# install -m 0644 libgnome-desktop/libgnomeui/gnome-ditem-edit.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ -# install -m 0644 libgnome-desktop/libgnomeui/gnome-hint.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/ - oe_libinstall -C libgnome-desktop/.libs -so libgnome-desktop-2 ${STAGING_LIBDIR} - - -} - SRC_URI[archive.md5sum] = "16691f6bdc7c09445c457387adaba1f1" SRC_URI[archive.sha256sum] = "6a1499a1e50ac89210a9a1fdb36bc070ef6d1a02764a0f8d90de314dba01972e" diff --git a/recipes/gnome/gnome-keyring_0.2.1.bb b/recipes/gnome/gnome-keyring_0.2.1.bb index 8ee35635d1..d654b7a1fd 100644 --- a/recipes/gnome/gnome-keyring_0.2.1.bb +++ b/recipes/gnome/gnome-keyring_0.2.1.bb @@ -8,17 +8,5 @@ DEPENDS = "" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} - SRC_URI[md5sum] = "2fe5fb39cc18d1a6792fd3281223dfff" SRC_URI[sha256sum] = "1c6d5a1732742469ec32ab7297f3b8eacfc0f4bfae5fdb096b603877dde12612" diff --git a/recipes/gnome/gnome-keyring_0.4.4.bb b/recipes/gnome/gnome-keyring_0.4.4.bb index 85b94a60c1..1b7c74a0cc 100644 --- a/recipes/gnome/gnome-keyring_0.4.4.bb +++ b/recipes/gnome/gnome-keyring_0.4.4.bb @@ -8,17 +8,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} - SRC_URI[md5sum] = "dc17fa8b04172d3b1993caa6959a7648" SRC_URI[sha256sum] = "f6799acf59bc91054c4832e7956cb3126effdf911f746139478dcfa8ec727653" diff --git a/recipes/gnome/gnome-keyring_0.6.0.bb b/recipes/gnome/gnome-keyring_0.6.0.bb index b89990a92e..9c40803c65 100644 --- a/recipes/gnome/gnome-keyring_0.6.0.bb +++ b/recipes/gnome/gnome-keyring_0.6.0.bb @@ -7,10 +7,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "1e3a3a12b19fc5ebe95363658c2256d8" SRC_URI[archive.sha256sum] = "649f2a0d5298b896781d0ac563b8ea1be7f3fe07fd17ea43b0ec0562be47769f" diff --git a/recipes/gnome/gnome-keyring_0.8.1.bb b/recipes/gnome/gnome-keyring_0.8.1.bb index 798a066552..fd32af3951 100644 --- a/recipes/gnome/gnome-keyring_0.8.1.bb +++ b/recipes/gnome/gnome-keyring_0.8.1.bb @@ -7,9 +7,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "24b15dedcf40c1c60d0fb989370d80ff" SRC_URI[archive.sha256sum] = "ad28558e2c0e5496cdfec3f8badf84d64af3aebc3fc9f5632066591e20ce3943" diff --git a/recipes/gnome/gnome-keyring_2.20.0.bb b/recipes/gnome/gnome-keyring_2.20.0.bb index 34cdf1749a..5e3af8d3ad 100644 --- a/recipes/gnome/gnome-keyring_2.20.0.bb +++ b/recipes/gnome/gnome-keyring_2.20.0.bb @@ -1,7 +1,7 @@ LICENSE = "GPL" SECTION = "x11/gnome" -PR = "r2" +PR = "r3" inherit autotools gnome pkgconfig @@ -18,9 +18,5 @@ do_install_append () { FILES_${PN} += "${datadir}/dbus-1/services" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "effc946bf3fa05d70b1251801383efd2" SRC_URI[archive.sha256sum] = "6fadcd85a16672381857de0e1cf2b6fe16ec3393931f92427deb13153eeabe1c" diff --git a/recipes/gnome/gnome-keyring_2.24.1.bb b/recipes/gnome/gnome-keyring_2.24.1.bb index bb0eb28c82..bab91780cc 100644 --- a/recipes/gnome/gnome-keyring_2.24.1.bb +++ b/recipes/gnome/gnome-keyring_2.24.1.bb @@ -3,7 +3,7 @@ SECTION = "x11/gnome" inherit autotools gnome pkgconfig -PR = "r1" +PR = "r2" DEPENDS = "gtk+ libtasn1 libgcrypt gconf" @@ -22,9 +22,5 @@ do_install_append () { FILES_${PN} += "${datadir}/dbus-1/services" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "aa5552dc129f3509ee39145b7f0bf977" SRC_URI[archive.sha256sum] = "3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9" diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb index 20bd78dcbe..d1ca1e7384 100644 --- a/recipes/gnome/gnome-keyring_2.26.0.bb +++ b/recipes/gnome/gnome-keyring_2.26.0.bb @@ -23,9 +23,5 @@ PACKAGES =+ "gnome-keyring-pam-plugin" FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "0395fcf79b990465030a2795dcddacb9" SRC_URI[archive.sha256sum] = "7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07" diff --git a/recipes/gnome/gnome-media_2.26.0.bb b/recipes/gnome/gnome-media_2.26.0.bb index c134d6da1f..bbc1e96b0d 100644 --- a/recipes/gnome/gnome-media_2.26.0.bb +++ b/recipes/gnome/gnome-media_2.26.0.bb @@ -8,7 +8,7 @@ DEPENDS += "pulseaudio" #DEPENDS += "nautilus-cd-burner" inherit gnome -PR = "r1" +PR = "r2" EXTRA_OECONF = "--disable-static --disable-gtk-doc --disable-scrollkeeper" @@ -17,10 +17,6 @@ do_configure_prepend() { sed -i 's/^\(SUBDIRS = .*\)\(doc\|help\)/\1/' */Makefile.am } -do_stage() { - autotools_stage_all -} - do_install_append() { rm ${D}${libdir}/libglade/2.0/libgnome-media-profiles.la } diff --git a/recipes/gnome/gnome-media_2.28.0.bb b/recipes/gnome/gnome-media_2.28.0.bb index 7740c6bf22..3d16f3510b 100644 --- a/recipes/gnome/gnome-media_2.28.0.bb +++ b/recipes/gnome/gnome-media_2.28.0.bb @@ -15,10 +15,6 @@ do_configure_prepend() { sed -i 's/^\(SUBDIRS = .*\)\(doc\|help\)/\1/' */Makefile.am } -do_stage() { - autotools_stage_all -} - do_install_append() { rm ${D}${libdir}/libglade/2.0/libgnome-media-profiles.la } diff --git a/recipes/gnome/gnome-menus_2.10.2.bb b/recipes/gnome/gnome-menus_2.10.2.bb index 61bb67a2a0..d029ac6230 100644 --- a/recipes/gnome/gnome-menus_2.10.2.bb +++ b/recipes/gnome/gnome-menus_2.10.2.bb @@ -1,13 +1,8 @@ DEPENDS = "gnome-vfs libxml2 gconf popt gtk+" LICENSE = "GPL" - inherit gnome pkgconfig -do_stage() { -autotools_stage_all -} - FILES_${PN} += "${datadir}" SRC_URI[archive.md5sum] = "97b0ad03ea219cc8f5c02585db1d237e" diff --git a/recipes/gnome/gnome-menus_2.12.0.bb b/recipes/gnome/gnome-menus_2.12.0.bb index ed6f72c35d..2e544db93a 100644 --- a/recipes/gnome/gnome-menus_2.12.0.bb +++ b/recipes/gnome/gnome-menus_2.12.0.bb @@ -1,17 +1,11 @@ DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" LICENSE = "GPL" - inherit gnome pkgconfig -do_stage() { -autotools_stage_all -} - PACKAGES += "${PN}-python" FILES_${PN} += "${datadir}/desktop-directories/" FILES_${PN}-python = "${libdir}/python*" - SRC_URI[archive.md5sum] = "615392c4f729f70c03aa3aa7dbe40a95" SRC_URI[archive.sha256sum] = "f77192ca0b909000f675ad3cd520c313431ee117d554102c7ea486f76f396f6b" diff --git a/recipes/gnome/gnome-menus_2.16.1.bb b/recipes/gnome/gnome-menus_2.16.1.bb index 2d08f48f33..4eb9b84588 100644 --- a/recipes/gnome/gnome-menus_2.16.1.bb +++ b/recipes/gnome/gnome-menus_2.16.1.bb @@ -1,20 +1,15 @@ DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" LICENSE = "GPL" -PR = "r1" +PR = "r2" inherit gnome pkgconfig python-dir -do_stage() { -autotools_stage_all -} - PACKAGES += "${PN}-python" FILES_${PN} += "${datadir}/desktop-directories/" FILES_${PN}-python = "${libdir}/python*" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ ${PYTHON_SITEPACKAGES_DIR}/.debug" - SRC_URI[archive.md5sum] = "a5c467abe68003d23ec09a795ebfd29f" SRC_URI[archive.sha256sum] = "72238f33406ada505fde8555ff93c00e7fec055a41500339b434c5445b09c87b" diff --git a/recipes/gnome/gnome-menus_2.22.2.bb b/recipes/gnome/gnome-menus_2.22.2.bb index ce1b87ebfa..4057cf818d 100644 --- a/recipes/gnome/gnome-menus_2.22.2.bb +++ b/recipes/gnome/gnome-menus_2.22.2.bb @@ -3,16 +3,11 @@ LICENSE = "GPL" inherit gnome pkgconfig python-dir -do_stage() { -autotools_stage_all -} - PACKAGES += "${PN}-python" FILES_${PN} += "${datadir}/desktop-directories/" FILES_${PN}-python = "${libdir}/python*" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ ${PYTHON_SITEPACKAGES_DIR}/.debug" - SRC_URI[archive.md5sum] = "2bb185643632b28f4dba4b8201b8e230" SRC_URI[archive.sha256sum] = "b3ef17eb05308e35e1627e5ca56b6951e9aea69cf112164ef698cdad6f44ed23" diff --git a/recipes/gnome/gnome-menus_2.24.0.bb b/recipes/gnome/gnome-menus_2.24.0.bb index b47eec7615..c3f08978bf 100644 --- a/recipes/gnome/gnome-menus_2.24.0.bb +++ b/recipes/gnome/gnome-menus_2.24.0.bb @@ -3,16 +3,11 @@ LICENSE = "GPL" inherit gnome pkgconfig python-dir -do_stage() { -autotools_stage_all -} - PACKAGES += "${PN}-python" FILES_${PN} += "${datadir}/desktop-directories/" FILES_${PN}-python = "${libdir}/python*" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ ${PYTHON_SITEPACKAGES_DIR}/.debug" - SRC_URI[archive.md5sum] = "1816a0d21ef99d5b3a8bcd033c88f732" SRC_URI[archive.sha256sum] = "f19ac5af961be1d6244f9526311af8a67518c7403ef71209dcee94b68f77d58e" diff --git a/recipes/gnome/gnome-menus_2.26.0.bb b/recipes/gnome/gnome-menus_2.26.0.bb index b5b8a286b0..f9622655a3 100644 --- a/recipes/gnome/gnome-menus_2.26.0.bb +++ b/recipes/gnome/gnome-menus_2.26.0.bb @@ -3,16 +3,11 @@ LICENSE = "GPL" inherit gnome pkgconfig python-dir -do_stage() { -autotools_stage_all -} - PACKAGES += "${PN}-python" FILES_${PN} += "${datadir}/desktop-directories/" FILES_${PN}-python = "${libdir}/python*" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ ${PYTHON_SITEPACKAGES_DIR}/.debug" |
