[oe-commits] Steve Sakoman : hal-cups-utils: use STAGING_INCDIR not /usr/include

git version control git at git.openembedded.org
Sun Sep 20 08:01:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f0f55fcf24520e7e91b849b7b439f9c6563ceff3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f0f55fcf24520e7e91b849b7b439f9c6563ceff3

Author: Steve Sakoman <steve at sakoman.com>
Date:   Thu Sep 17 15:29:44 2009 -0700

hal-cups-utils: use STAGING_INCDIR not /usr/include

---

 recipes/hal/hal-cups-utils_0.6.19.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/hal/hal-cups-utils_0.6.19.bb b/recipes/hal/hal-cups-utils_0.6.19.bb
index 289990e..71de63d 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
 }





More information about the Openembedded-commits mailing list