diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 15:53:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:25 +0100 |
commit | 7f515e942e48f8937d81143388f6c006909bfe93 (patch) | |
tree | 7495f87d5bbac3c6427ce7f621b8f90f0a76c269 /meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | |
parent | 5b8a9e3980af028ee26bca5003121983ca87bf82 (diff) | |
download | poky-7f515e942e48f8937d81143388f6c006909bfe93.tar.gz |
rxvt-unicode: cleanup update-alternatives deprecated code
(From OE-Core rev: 0dc9024cb6e5f75f5b568b42b03925c413093f4e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb index 1f144e606d..69ef25d018 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
10 | 10 | ||
11 | DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf" | 11 | DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ |
16 | file://xwc.patch \ | 16 | file://xwc.patch \ |
@@ -23,8 +23,8 @@ SRC_URI[sha256sum] = "ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca | |||
23 | inherit autotools update-alternatives | 23 | inherit autotools update-alternatives |
24 | 24 | ||
25 | PROVIDES = "virtual/x-terminal-emulator" | 25 | PROVIDES = "virtual/x-terminal-emulator" |
26 | ALTERNATIVE_NAME = "x-terminal-emulator" | 26 | ALTERNATIVE_${PN} = "x-terminal-emulator" |
27 | ALTERNATIVE_PATH = "${bindir}/rxvt" | 27 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" |
28 | 28 | ||
29 | CFLAGS_append = " -fpermissive" | 29 | CFLAGS_append = " -fpermissive" |
30 | 30 | ||