[oe-commits] org.oe.dev gnome-desktop: Work around documentation build failure by skipping it.

florian commit openembedded-commits at lists.openembedded.org
Tue May 22 15:29:08 UTC 2007


gnome-desktop: Work around documentation build failure by skipping it.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 2f33e3153b5f921d4625e4f8ea16adf0f25d161c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2f33e3153b5f921d4625e4f8ea16adf0f25d161c
Files:
1
packages/gnome/gnome-desktop/no-desktop-docs.patch
packages/gnome/gnome-desktop_2.16.1.bb
Diffs:

#
# mt diff -r0cf0e308c229ff2591e8342f494ce06330cfca1b -r2f33e3153b5f921d4625e4f8ea16adf0f25d161c
#
# 
# 
# add_file "packages/gnome/gnome-desktop/no-desktop-docs.patch"
#  content [136181323f2ef479cf676a41ee7e78daecbf4bd4]
# 
# patch "packages/gnome/gnome-desktop_2.16.1.bb"
#  from [00c0726a9a2e3855908aa0e3482be7ff06a7a677]
#    to [aedf2dc2ff050fdb7531f504b91874001a221108]
# 
============================================================
--- packages/gnome/gnome-desktop/no-desktop-docs.patch	136181323f2ef479cf676a41ee7e78daecbf4bd4
+++ packages/gnome/gnome-desktop/no-desktop-docs.patch	136181323f2ef479cf676a41ee7e78daecbf4bd4
@@ -0,0 +1,10 @@
+--- Makefile.am~	2007-05-22 16:50:35.000000000 +0200
++++ Makefile.am	2007-05-22 16:50:35.000000000 +0200
+@@ -3,7 +3,6 @@
+ 	libgnome-desktop 	\
+ 	gnome-about 		\
+ 	pixmaps			\
+-	desktop-docs		\
+ 	docs			\
+ 	man
+ 
============================================================
--- packages/gnome/gnome-desktop_2.16.1.bb	00c0726a9a2e3855908aa0e3482be7ff06a7a677
+++ packages/gnome/gnome-desktop_2.16.1.bb	aedf2dc2ff050fdb7531f504b91874001a221108
@@ -1,14 +1,16 @@ SECTION = "x11/gnome"
 LICENSE = "GPL"
 SECTION = "x11/gnome"
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "GNOME library for reading .desktop files"
 inherit gnome pkgconfig
 
 DEPENDS = "gnome-common gnome-doc-utils libgnomeui"
 
-SRC_URI += "file://scrollkeeper.patch;patch=1"
+SRC_URI += "file://scrollkeeper.patch;patch=1 \
+            file://no-desktop-docs.patch;patch=1;pnum=0"
 
 EXTRA_OECONF = "--disable-scrollkeeper"
+
 EXTRA_AUTORECONF = "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros"
 
 do_configure_prepend () {






More information about the Openembedded-commits mailing list