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:
7ebe1fc
)
libidl - cleanup staging.
author
Raymond Danks
<raymond@edanks.com>
Mon, 24 Jul 2006 16:11:31 +0000
(16:11 +0000)
committer
Raymond Danks
<raymond@edanks.com>
Mon, 24 Jul 2006 16:11:31 +0000
(16:11 +0000)
packages/libidl/libidl_0.8.6.bb
patch
|
blob
|
history
diff --git
a/packages/libidl/libidl_0.8.6.bb
b/packages/libidl/libidl_0.8.6.bb
index
bded954
..
16e95ac
100644
(file)
--- a/
packages/libidl/libidl_0.8.6.bb
+++ b/
packages/libidl/libidl_0.8.6.bb
@@
-14,9
+14,8
@@
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
-
- cp ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR}/libIDL-config-2.orig
- cat ${STAGING_BINDIR}/libIDL-config-2.orig | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2
+
+ cat ${S}/libIDL-config-2 | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2
}
FILES_${PN} = "${libdir}/*.so.*"