From 31bd3fb6a698ffc56b6f6eac9dc8a01425e64fee Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 13 Dec 2012 14:53:35 +0000 Subject: meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUM "beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/tmux/tmux_1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended/tmux') diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb index fa58065262..6be2355538 100644 --- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb +++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://tmux.sourceforge.net" SECTION = "console/utils" LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://tmux.c;startline=3;endline=17;md5=f36d9c9e6c1c24996a88891fdf783d04" +LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0" DEPENDS = "ncurses libevent sed-native" -- cgit v1.2.3-54-g00ecf