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:
d20454c
)
juce: add $PN to PACKAGES so the package won't depend on itself
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 22 Aug 2008 22:48:45 +0000
(22:48 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 22 Aug 2008 22:48:45 +0000
(22:48 +0000)
packages/juce/juce_1.29.bb
patch
|
blob
|
history
diff --git
a/packages/juce/juce_1.29.bb
b/packages/juce/juce_1.29.bb
index
59fd25f
..
208e11f
100644
(file)
--- a/
packages/juce/juce_1.29.bb
+++ b/
packages/juce/juce_1.29.bb
@@
-28,6
+28,6
@@
do_install() {
install -m 0655 demo/build/linux/build/jucedemo ${D}${bindir}
}
-PACKAGES = "${PN}-dbg jucedemo"
+PACKAGES = "${PN}-dbg jucedemo
${PN}
"
FILES_jucedemo = "${bindir}"