diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 13:26:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 13:26:02 +0000 |
commit | 66576a053de6160a229c30dde6bf5d321af3d6b4 (patch) | |
tree | 9f5d47d9d34d4af5e66705e5f5bdb934ad0b95ac /meta/packages/xcursor-transparent-theme | |
parent | 82a4bfc9134c86345897a2a94853db79164e7724 (diff) | |
download | poky-66576a053de6160a229c30dde6bf5d321af3d6b4.tar.gz |
xcursor-transparent-theme: make it machine independent (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3536 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcursor-transparent-theme')
-rw-r--r-- | meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index 8e87f63037..33e321e532 100644 --- a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DESCRIPTION = "Transparent xcursor theme for handheld systems" | 2 | DESCRIPTION = "Transparent xcursor theme for handheld systems" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | PR="r1" | 4 | PR="r2" |
5 | 5 | ||
6 | SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ | 6 | SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ |
7 | file://use-relative-symlinks.patch;patch=1 \ | 7 | file://use-relative-symlinks.patch;patch=1 \ |
@@ -9,3 +9,5 @@ SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-$ | |||
9 | FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" | 9 | FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | |||
13 | PACKAGE_ARCH = "all" | ||