summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus.inc
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:57:37 +0000
commit06a0d4a0256c252fa9cc6d6a151facfb8e67e8b9 (patch)
tree69dd1aee84c6f2edb14109ffb3f8241abe67f1be /meta/recipes-core/dbus/dbus.inc
parentdc47fe791107493c19c6251c5b431028c40289f5 (diff)
downloadast2050-yocto-poky-06a0d4a0256c252fa9cc6d6a151facfb8e67e8b9.zip
ast2050-yocto-poky-06a0d4a0256c252fa9cc6d6a151facfb8e67e8b9.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. (From OE-Core rev: 1eb8f569fa084f7f5d284f0bb1110721b9674d9a) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus.inc')
-rw-r--r--meta/recipes-core/dbus/dbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 68f5e40..bcc5b6b 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -4,7 +4,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"
X11DEPENDS = "virtual/libx11 libsm"
DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}"
DEPENDS_class-native = "expat-native virtual/libintl-native"
OpenPOWER on IntegriCloud