diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-13 09:41:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-13 09:41:51 +0100 |
commit | 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18 (patch) | |
tree | 72ea895469cf832b17a0411160155fe820145b21 /meta-oe/recipes-graphics/xorg-app | |
parent | 3aa79887e2476cc71fa8b9d0131898944b38338d (diff) | |
download | meta-openembedded-253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18.tar.gz |
xterm: update to 277
License checksum changed due to date changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_277.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_266.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_266.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb index 35f540300..f68e23ce6 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_266.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb | |||
@@ -1,13 +1,12 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | 1 | require recipes-graphics/xorg-app/xorg-app-common.inc |
2 | DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." | 2 | DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." |
3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" | 3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" |
4 | PR = "r6" | ||
5 | 4 | ||
6 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=4791b08be94de2e6315ddd158659997d" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=71d7532e485b8d325906bd751617e2a4" |
7 | 6 | ||
8 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" | 7 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" |
9 | SRC_URI[md5sum] = "bb53ddd4933736a50e6391cef3472c12" | 8 | SRC_URI[md5sum] = "c0de5c2f7b3a50244c5cdd53dcab1de5" |
10 | SRC_URI[sha256sum] = "41945aabb96e827c3ca1fdbb3c2fab3a65f4a84d4da0ceb06b030e6a028cf739" | 9 | SRC_URI[sha256sum] = "6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e" |
11 | 10 | ||
12 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | 11 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ |
13 | --x-libraries=${STAGING_LIBDIR} \ | 12 | --x-libraries=${STAGING_LIBDIR} \ |