From ac529145884d44b3662741f1cf4f3b6e68cdba15 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 4 May 2020 16:42:28 +0200 Subject: [PATCH] [wip/py-hpp-baxter] update SYSTEM_SEARCH --- py-hpp-baxter/depend.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/py-hpp-baxter/depend.mk b/py-hpp-baxter/depend.mk index ae165f83..c1c24043 100644 --- a/py-hpp-baxter/depend.mk +++ b/py-hpp-baxter/depend.mk @@ -17,11 +17,12 @@ PREFER.py-hpp-baxter?= robotpkg DEPEND_USE+= py-hpp-baxter -DEPEND_ABI.py-hpp-baxter?= ${PKGTAG.python-}hpp-baxter>=4.7.0 +DEPEND_ABI.py-hpp-baxter?= ${PKGTAG.python-}hpp-baxter>=4.9.0 DEPEND_DIR.py-hpp-baxter?= ../../wip/py-hpp-baxter -SYSTEM_SEARCH.py-hpp-baxter=\ - include/hpp/baxter/config.hh \ +SYSTEM_SEARCH.py-hpp-baxter= \ + 'include/hpp/baxter/config.hh' \ + 'lib/cmake/hpp-baxter/hpp-baxterConfigVersion.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp' \ 'lib/pkgconfig/hpp-baxter.pc:/Version/s/[^0-9.]//gp' endif # PY_HPP_BAXTER_DEPEND_MK -------------------------------------------- -- GitLab