summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-theme-sato
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-06-18 14:30:16 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-29 17:13:37 +0100
commit15da3d070239f0c4b7dfbd4b8f9cd2dec687636c (patch)
treeabfcc750e5e64d0f1cc28edfad9b2164366e8c49 /meta/packages/matchbox-theme-sato
parent58d1a6efcd1f0c7449a41edd9c5de90a78a40967 (diff)
downloadpoky-15da3d070239f0c4b7dfbd4b8f9cd2dec687636c.tar.gz
matchbox-theme-sata: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc7
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb2
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb1
3 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc
index a20596e6db..032dc2d6d5 100644
--- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc
+++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc
@@ -1,5 +1,10 @@
1DESCRIPTION = "Matchbox window manager Sato themes" 1DESCRIPTION = "Matchbox window manager Sato themes"
2LICENSE = "CC-BY-SA3" 2HOMEPAGE = "http://www.matchbox-project.org/"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "CCPL"
6LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4"
7
3DEPENDS = "matchbox-wm" 8DEPENDS = "matchbox-wm"
4SECTION = "x11/wm" 9SECTION = "x11/wm"
5 10
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
index f2e2ffd4e4..74fb8cf65a 100644
--- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
+++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
@@ -1,3 +1,5 @@
1require matchbox-theme-sato.inc 1require matchbox-theme-sato.inc
2 2
3PR = "r0"
4
3SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" 5SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz"
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb
index 16dc9cb15d..7d492353bf 100644
--- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb
+++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb
@@ -1,6 +1,7 @@
1require matchbox-theme-sato.inc 1require matchbox-theme-sato.inc
2 2
3PV = "0.1+svnr${SRCREV}" 3PV = "0.1+svnr${SRCREV}"
4PR = "r0"
4 5
5SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" 6SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
6 7