[oe] [meta-oe][PATCH v2] nautilus: new add

Yi Zhao yi.zhao at windriver.com
Tue Jan 16 01:22:25 UTC 2018



在 2018年01月11日 17:55, zhengrq 写道:
> Add a new recipe nautilus.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
> ---
>   .../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"
> +
> +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 \
You could inherit gtk-doc to handle this.

//Yi

> +    --disable-update-mimedb \
> +    --disable-nst-extension \
> +    --enable-tracker=no \
> +    --disable-schemas-compile \
> +    --enable-xmp=no \
> +    --enable-libexif=no \
> +"
> +
> +FILES_${PN} += "${datadir}/*"




More information about the Openembedded-devel mailing list