On 01/11/2018 05:55 PM, zhengrq wrote: > Add a new recipe nautilus. > > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > .../recipes-gnome/nautilus/nautilus_3.18.5.bb | 29 > ++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb > > diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb > b/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb > new file mode 100644 > index 0000000..1119309 > --- /dev/null > +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb > @@ -0,0 +1,29 @@ > +SUMMARY = "File manager for GNOME" > +SECTION = "x11/gnome" > + > +LICENSE="GPLv3" > +LIC_FILES_CHKSUM = "file://COPYING;md5=36cf660aea2b8beffba7945f44a7e748 \ > + > file://COPYING.EXTENSIONS;md5=7579d6678402a1868631bf82c93ff0d4 \ > + file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" > +
These license files point to a GPLv2 license. Thanks, Anuj > +SRC_URI = > "http://ftp.gnome.org/pub/GNOME/sources/nautilus/3.18/nautilus-${PV}.tar.xz" > + > +SRC_URI[md5sum] = "0f578bda5655c0ce204befafca5803d7" > +SRC_URI[sha256sum] = > "60a927c0522b4cced9d8f62baed2ee5e2fd4305be4523eb5bc44805971a6cc15" > + > +DEPENDS = "gtk+3 gnome-desktop3 gsettings-desktop-schemas glib-2.0-native > intltool-native pango" > + > +inherit distro_features_check autotools pkgconfig gobject-introspection > +REQUIRED_DISTRO_FEATURES = "x11" > + > +EXTRA_OECONF = " \ > + --disable-gtk-doc \ > + --disable-update-mimedb \ > + --disable-nst-extension \ > + --enable-tracker=no \ > + --disable-schemas-compile \ > + --enable-xmp=no \ > + --enable-libexif=no \ > +" > + > +FILES_${PN} += "${datadir}/*" > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
