From 658ae76b938a90ac3587909f6b8525559fe57b56 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 23 Mar 2010 15:20:19 +0300 Subject: use PYTHON_SITEPACKAGES_DIR Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov --- recipes/sugar/sugar-base_0.84.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/sugar/sugar-base_0.84.1.bb') diff --git a/recipes/sugar/sugar-base_0.84.1.bb b/recipes/sugar/sugar-base_0.84.1.bb index 090e92448f..0a1d7ef109 100644 --- a/recipes/sugar/sugar-base_0.84.1.bb +++ b/recipes/sugar/sugar-base_0.84.1.bb @@ -47,7 +47,7 @@ FILES_${PN} += "${datadir}/${PN} \ ${datadir}/dbus-1 \ ${sysconfdir} " -FILES_${PN}-dbg += "${libdir}/python*/site-packages/sugar/.debug" +FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/sugar/.debug" AUTOTOOLS_STAGE_PKGCONFIG = "1" -- cgit 1.2.3-korg