From f0f55fcf24520e7e91b849b7b439f9c6563ceff3 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Sep 2009 15:29:44 -0700 Subject: [PATCH] hal-cups-utils: use STAGING_INCDIR not /usr/include --- recipes/hal/hal-cups-utils_0.6.19.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/hal/hal-cups-utils_0.6.19.bb b/recipes/hal/hal-cups-utils_0.6.19.bb index 289990e0f0..71de63db56 100644 --- a/recipes/hal/hal-cups-utils_0.6.19.bb +++ b/recipes/hal/hal-cups-utils_0.6.19.bb @@ -18,6 +18,10 @@ FILES_cups-backend-hal += "${libdir}/cups/backend/*" EXTRA_OECONF = "--libexecdir=${libdir}/hal/scripts" +do_configure_prepend() { + sed -i -e s:{includedir}/cups:{STAGING_INCDIR}/cups:g configure.in +} + do_configure_append() { sed -i 's,^#!/bin/env python,#!/usr/bin/python,' systemv/hal_lpadmin } -- 2.39.5