From: Sebastian Spaeth Date: Sun, 20 Dec 2009 23:39:45 +0000 (+0100) Subject: openmoko-icon-theme-standard2: remove inherit openmoko2 which is broken X-Git-Tag: Release-2010-05/1~1239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96190447529a4ad65ee535fee002b493631f05b;p=openembedded.git 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 --- 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"