aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-21 00:39:45 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-21 00:44:19 +0100
commit31a4bf5517fc843bb031659cb9ea776780bf53a2 (patch)
treef9283190dd790268e47714b0d3b2cbb10415607d
parent74981bb0217ef397f510277351c369bf443cc591 (diff)
downloadopenembedded-31a4bf5517fc843bb031659cb9ea776780bf53a2.tar.gz
openmoko-icon-theme-standard2: remove inherit openmoko2 which is broken
* it reports SECTION='devel' which fail in openmoko2.bbclass * Just removing the inherit which has no future fixes building this icon theme. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb b/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb
index 34c3e3b695..7d560b3026 100644
--- a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb
+++ b/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb
@@ -1,9 +1,12 @@
DESCRIPTION = "Standard Gtk+ icon theme for the Openmoko framework"
+HOMEPAGE = "http://www.openmoko.org"
SECTION = "openmoko/base"
+LICENSE = "GPL"
+
PV = "0.1.0+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
-inherit openmoko2
+inherit autotools pkgconfig
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
S = "${WORKDIR}/icons"