[oe-commits] org.oe.dev openmoko-icon-theme-standard2-qvga: don't implicitly assume the buildmachine

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Oct 30 03:56:27 UTC 2007


openmoko-icon-theme-standard2-qvga: don't implicitly assume the buildmachine
supports imagemagick and rsvg. at least, have the user explicitly ASSUME_PROVIDED that

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 80f62b02a0d1e41f9471e4686325d8860e717d71
ViewMTN: http://monotone.openembedded.org/revision/info/80f62b02a0d1e41f9471e4686325d8860e717d71
Files:
1
packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb
Diffs:

#
# mt diff -r85303a48a4fb0ae4a08ed04f90d4a50cd477a631 -r80f62b02a0d1e41f9471e4686325d8860e717d71
#
# 
# 
# patch "packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb"
#  from [e535990ce95016240514734db80ff7cbe5fd747e]
#    to [283ef1b2030f3828e96c98cdab1969e53c3295a9]
# 
============================================================
--- packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb	e535990ce95016240514734db80ff7cbe5fd747e
+++ packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb	283ef1b2030f3828e96c98cdab1969e53c3295a9
@@ -1,7 +1,8 @@ SECTION = "openmoko/base"
 DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko framework, QVGA edition"
 SECTION = "openmoko/base"
+DEPENDS = "imagemagick-native librsvg-native"
 PV = "0.1.0+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit openmoko2
 






More information about the Openembedded-commits mailing list