diff options
author | Jonathan Liu <net147@gmail.com> | 2013-05-30 06:31:43 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-03 14:32:02 +0200 |
commit | a278cb4c5620f88da6ec043a3edd9ab0d6fc814c (patch) | |
tree | c9c1c1fd2c4efde16c8bea3aa4892cada0ea876b /meta-oe/recipes-graphics | |
parent | 79fca25ec7dbdea5b2eb50b3a20ad947559a9e76 (diff) | |
download | meta-openembedded-a278cb4c5620f88da6ec043a3edd9ab0d6fc814c.tar.gz |
xterm: update to 293
License copyright years was updated from 1999-2010,2011 to
1999-2012,2013.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_293.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_277.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb index c56be0940..20e88f195 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb | |||
@@ -2,11 +2,11 @@ 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 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=71d7532e485b8d325906bd751617e2a4" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=3aaef904421576f75ce2ee32af88c375" |
6 | 6 | ||
7 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" | 7 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" |
8 | SRC_URI[md5sum] = "c0de5c2f7b3a50244c5cdd53dcab1de5" | 8 | SRC_URI[md5sum] = "f9dc37486d5f1e550b6dc2e26a8a0439" |
9 | SRC_URI[sha256sum] = "6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e" | 9 | SRC_URI[sha256sum] = "64e9c41137eac4277d0cfe04312b12dc5d11224f49fc999ff7f6b9597bf55b7b" |
10 | 10 | ||
11 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | 11 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ |
12 | --x-libraries=${STAGING_LIBDIR} \ | 12 | --x-libraries=${STAGING_LIBDIR} \ |