From: Phil Blundell Date: Sun, 1 Aug 2004 16:42:11 +0000 (+0000) Subject: also add ${datadir}/mime-info to FILES_${PN} X-Git-Tag: Release-2010-05/1~17899 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ffb5be4ba536ad25cf8d3c80cd87aff5464ab8;p=openembedded.git also add ${datadir}/mime-info to FILES_${PN} BKrev: 410d1d63WhZIz7Padu8LhIcjlNWoEw --- diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index b12fcdec96..ce20e7c19b 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -6,7 +6,7 @@ def gnome_verdir(v): SECTION = "gnome" SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" -FILES_${PN} += "${datadir}/application-registry" +FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" inherit autotools pkgconfig