summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb-examples_1.0.0.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-03-12 10:35:31 +0000
committerHolger Freyther <zecke@selfish.org>2008-03-12 10:35:31 +0000
commit093d01d708c2f09213f1667ca45cd165c282e435 (patch)
tree828f9ba5a0a4636b304c5e116f488427f30aebcb /packages/directfb/directfb-examples_1.0.0.bb
parent7c162428143a230e9980879fb8d55ceb5c018a5f (diff)
directfb: Remove potential dangerous sed invocation. Add a -I in front and replace it with nothing
It is still compiling and packaging.
Diffstat (limited to 'packages/directfb/directfb-examples_1.0.0.bb')
-rw-r--r--packages/directfb/directfb-examples_1.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/directfb/directfb-examples_1.0.0.bb b/packages/directfb/directfb-examples_1.0.0.bb
index 064a808273..e59e4ecf2e 100644
--- a/packages/directfb/directfb-examples_1.0.0.bb
+++ b/packages/directfb/directfb-examples_1.0.0.bb
@@ -11,8 +11,8 @@ S = "${WORKDIR}/DirectFB-examples-${PV}"
inherit autotools
do_configure_append() {
-# find ${S} -type f | xargs sed -i 's:/usr/lib:${STAGING_LIBDIR}:'
- find ${S} -type f | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+# find ${S} -type f | xargs sed -i 's:-L/usr/lib::g'
+ find ${S} -type f | xargs sed -i 's:-I/usr/include::g'
}
do_stage() {