git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f229a78
)
hal-cups-utils: use STAGING_INCDIR not /usr/include
author
Steve Sakoman
<steve@sakoman.com>
Thu, 17 Sep 2009 22:29:44 +0000
(15:29 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 20 Sep 2009 07:47:47 +0000
(09:47 +0200)
recipes/hal/hal-cups-utils_0.6.19.bb
patch
|
blob
|
history
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
(file)
--- 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
}