[oe-commits] org.oe.dev gdk-pixbuf-csource-native: add a workaround for #3000

koen commit openembedded-commits at lists.openembedded.org
Fri Sep 14 08:24:54 UTC 2007


gdk-pixbuf-csource-native: add a workaround for #3000

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a36e23769513e1d9865ab5c60bcf73693b58581d
ViewMTN: http://monotone.openembedded.org/revision/info/a36e23769513e1d9865ab5c60bcf73693b58581d
Files:
1
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
Diffs:

#
# mt diff -rbbdff51149f19a443ea4c897e2b4eb81eec6283a -ra36e23769513e1d9865ab5c60bcf73693b58581d
#
# 
# 
# patch "packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb"
#  from [7108300d1b93ae19d191325a41b16ac125504bd7]
#    to [6b749d9ef772b8e60588711e9d902b4292a7e84b]
# 
============================================================
--- packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	7108300d1b93ae19d191325a41b16ac125504bd7
+++ packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb	6b749d9ef772b8e60588711e9d902b4292a7e84b
@@ -5,6 +5,11 @@ SRC_URI += "file://reduce-dependencies.p
 FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
 SRC_URI += "file://reduce-dependencies.patch;patch=1"
 
+#clear recommends for uclibc builds
+RRECOMMENDS = " "
+RRECOMMENDS_${PN}_linux = "  "
+RRECOMMENDS_${PN}_linux-gnueabi = " "
+
 EXTRA_OECONF = "\
   --without-x \
   --with-gdktarget=linux-fb \






More information about the Openembedded-commits mailing list