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:
a0729f8
)
librcf: add $PN to PACKAGES
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Sat, 23 Aug 2008 13:36:48 +0000
(13:36 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Sat, 23 Aug 2008 13:36:48 +0000
(13:36 +0000)
packages/librcf/librcf_0.4.bb
patch
|
blob
|
history
diff --git
a/packages/librcf/librcf_0.4.bb
b/packages/librcf/librcf_0.4.bb
index
7d76775
..
6b0612c
100644
(file)
--- a/
packages/librcf/librcf_0.4.bb
+++ b/
packages/librcf/librcf_0.4.bb
@@
-36,7
+36,7
@@
do_stage() {
tar -C include --exclude='*.diff' -cvf - . | tar -C ${STAGING_INCDIR} -xvf -
}
-PACKAGES = "${PN}-dbg ${PN}-mt ${PN}-st ${PN}-dev"
+PACKAGES = "${PN}-dbg ${PN}-mt ${PN}-st ${PN}-dev
${PN}
"
FILES_${PN}-mt = "/usr/lib/libRCFmt.so*"
FILES_${PN}-st = "/usr/lib/libRCFst.so*"
FILES_${PN}-dev = "/usr/lib/libRCF[sm]t.a /usr/include"