aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 21:36:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:54:47 +0000
commit1eb8f569fa084f7f5d284f0bb1110721b9674d9a (patch)
treeef0aedae8aa4c22c26f766b5e0aa1703c7c667b7 /meta/recipes-core/dbus/dbus-ptest_1.6.4.bb
parent3a116ba892f63a690932d0aee454c15927ba0eca (diff)
downloadopenembedded-core-contrib-1eb8f569fa084f7f5d284f0bb1110721b9674d9a.tar.gz
dbus: fix license segment md5sum boundary
Replaced incorrect "firstline" with correct "beginline" for telling where license segment in file begins. Old md5sum was calculated from the beginning of the file, not from beginning of the license segment. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-ptest_1.6.4.bb')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb
index 2982439c9a..dbfa6381c1 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://dbus.freedesktop.org"
SECTION = "base"
LICENSE = "AFL-2 | GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
- file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
+ file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c"
DEPENDS = "python-pygobject dbus dbus-glib"