diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/tsclient | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
Diffstat (limited to 'packages/tsclient')
-rw-r--r-- | packages/tsclient/tsclient_0.132.bb | 2 | ||||
-rw-r--r-- | packages/tsclient/tsclient_0.140.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/tsclient/tsclient_0.132.bb b/packages/tsclient/tsclient_0.132.bb index 994d759f4a..4dbadf9956 100644 --- a/packages/tsclient/tsclient_0.132.bb +++ b/packages/tsclient/tsclient_0.132.bb @@ -2,7 +2,7 @@ # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) -FILE_PR ="r1" +PR ="r1" DESCRIPTION="Terminal Server Client (tsclient) is a frontend for rdesktop and other remote desktop tools" HOMEPAGE="http://www.gnomepro.com/tsclient/" diff --git a/packages/tsclient/tsclient_0.140.bb b/packages/tsclient/tsclient_0.140.bb index 515758cbd6..9a80b54f00 100644 --- a/packages/tsclient/tsclient_0.140.bb +++ b/packages/tsclient/tsclient_0.140.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnomepro.com/tsclient/" LICENSE = "GPL" DEPENDS = "glib-2.0 gtk+ gnome-panel rdesktop" RDEPENDS = "rdesktop" -FILE_PR = "r1" +PR = "r1" SRC_URI = "http://www.gnomepro.com/tsclient/${P}.tar.gz" |