diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-20 00:20:56 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-20 00:20:56 +0000 |
commit | 373ccb036474156d806cd7a2d1a26ebc23e80771 (patch) | |
tree | 7c5a06877dc82fa3b0b74e54e985e151d9b9da26 /packages/openmoko2 | |
parent | 30180b8ef19dac735e61897b3b9e5d4fed284990 (diff) |
openmoko-icon-theme: exlclude from world build because it DEPENDS on librsvg-native which is not in OE.
Diffstat (limited to 'packages/openmoko2')
-rw-r--r-- | packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb b/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb index acbf3da7b9..e394547fd5 100644 --- a/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb +++ b/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb @@ -4,6 +4,8 @@ DEPENDS = "imagemagick-native librsvg-native" PV = "0.1.0+svnr${SRCREV}" PR = "r2" +EXCLUDE_FROM_WORLD = "1" + inherit openmoko2 SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http" |