summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2013-06-19 16:09:55 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:56 +0100
commitc3df564889daacc7024317efdf7265f13326d4fa (patch)
treeb70be72fe0403669d98fdfb35bfa3278e1d2a580 /meta/recipes-sato
parent1f5bd7639dc60f910b4ca7d2a645956afb125fce (diff)
downloadast2050-yocto-poky-c3df564889daacc7024317efdf7265f13326d4fa.zip
ast2050-yocto-poky-c3df564889daacc7024317efdf7265f13326d4fa.tar.gz
rxvt-unicode: Upgrade to v9.18
do_configure was initially failing because could not stat aclocal.m4, prepended ${S} so that it could find the file, however I don't know the reasoning for do_configure_prepend in this recipe, it also builds fine without it (From OE-Core rev: 14b6be6f3f1658fa901ee6b124be54adef7e3576) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.desktop (renamed from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.desktop)0
-rw-r--r--meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.png (renamed from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.png)bin2847 -> 2847 bytes
-rw-r--r--meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/xwc.patch (renamed from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/xwc.patch)0
-rw-r--r--meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb (renamed from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.17.bb)6
4 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.desktop
index 882ea41..882ea41 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.desktop
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.desktop
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.png b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.png
index e56fa2e..e56fa2e 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/rxvt.png
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/rxvt.png
Binary files differ
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/xwc.patch b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/xwc.patch
index 16efeef..16efeef 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.17/xwc.patch
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.18/xwc.patch
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.17.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb
index 806e354..9a47617 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.17.bb
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb
@@ -17,8 +17,8 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
file://rxvt.desktop \
file://rxvt.png"
-SRC_URI[md5sum] = "1270432bdc7ce17dbb07d41a607081e0"
-SRC_URI[sha256sum] = "de017b2b2a1a7182aeada99f605da33cbee18d450e07a7fdabef48da446521e4"
+SRC_URI[md5sum] = "963ccc748fe5bca925e7b92c0404d68b"
+SRC_URI[sha256sum] = "87b72a43cac7c9362a984094c661a632ce1a829ad90f149142ab1953854b433f"
inherit autotools update-alternatives
@@ -42,7 +42,7 @@ EXTRA_OECONF = "--enable-menubar --enable-xim \
--with-x=${STAGING_DIR_HOST}${prefix}"
do_configure_prepend () {
- cp aclocal.m4 acinclude.m4
+ cp ${S}/aclocal.m4 ${S}/acinclude.m4
}
do_compile_prepend () {
OpenPOWER on IntegriCloud