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:
afd7df0
)
add staging bits
author
Phil Blundell
<philb@gnu.org>
Fri, 13 Aug 2004 19:07:00 +0000
(19:07 +0000)
committer
Phil Blundell
<philb@gnu.org>
Fri, 13 Aug 2004 19:07:00 +0000
(19:07 +0000)
BKrev: 411d11542kpk4-KZRNcvhCpfYKN5Tw
libsoundgen/libsoundgen_0.3.oe
patch
|
blob
|
history
diff --git
a/libsoundgen/libsoundgen_0.3.oe
b/libsoundgen/libsoundgen_0.3.oe
index
e69de29
..
6d10d12
100644
(file)
--- a/
libsoundgen/libsoundgen_0.3.oe
+++ b/
libsoundgen/libsoundgen_0.3.oe
@@
-0,0
+1,14
@@
+inherit gpe
+
+DEPENDS = "esound-gpe"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/gpe
+ install -m 0644 gpe/soundgen.h ${STAGING_INCDIR}/gpe/soundgen.h
+ oe_libinstall -so libsoundgen ${STAGING_LIBDIR}
+}
+
+do_install_append() {
+ oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install-devel
+}
+