From: Marcin Juszkiewicz Date: Fri, 18 Jan 2008 13:26:02 +0000 (+0000) Subject: xcursor-transparent-theme: make it machine independent (from OE) X-Git-Tag: rev_ivi_2015_02_04~30363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7440f46d720e216af6fd83c0e4124e3ba2dd1cbc;p=scm%2Fbb%2Ftizen-distro.git 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 --- 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 8e87f63..33e321e 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 @@ LICENSE = "GPL" DESCRIPTION = "Transparent xcursor theme for handheld systems" SECTION = "x11/base" -PR="r1" +PR="r2" SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ file://use-relative-symlinks.patch;patch=1 \ @@ -9,3 +9,5 @@ SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-$ FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" inherit autotools + +PACKAGE_ARCH = "all"