From c778f0ce2bed32d126a3c919dc12b5fb4aac0016 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 10 Jan 2017 09:41:41 +0100 Subject: [PATCH] python-orocos-kdl: adjust to changes in dependent layers --- recipes-extended/kdl/python-orocos-kdl_1.3.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/kdl/python-orocos-kdl_1.3.0.bb b/recipes-extended/kdl/python-orocos-kdl_1.3.0.bb index ebb035f..ba73fd6 100644 --- a/recipes-extended/kdl/python-orocos-kdl_1.3.0.bb +++ b/recipes-extended/kdl/python-orocos-kdl_1.3.0.bb @@ -1,9 +1,9 @@ DESCRIPTION = "This package contains the python bindings PyKDL for the Kinematics and Dynamics Library (KDL), distributed by the Orocos Project." SECTION = "devel" LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=46ee8693f40a89a31023e97ae17ecf19" +LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=46ee8693f40a89a31023e97ae17ecf19" -DEPENDS = "sip-native python-sip orocos-kdl" +DEPENDS = "sip-native sip orocos-kdl" require kdl.inc