repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
llvm
/
llvm-common.bb
blob
b7f2bfc0119e2067d24d1112e03a6bf8d1d35993
1
DESCRIPTION
=
"Helper script for OE's llvm support"
2
3
SRC_URI
=
"file://llvm-config"
4
5
PACKAGES
=
""
6
7
do_install
() {
8
:
9
}
10
11
do_stage
() {
12
install
-
d $
{
STAGING_BINDIR_CROSS
}
13
install
-
m
0755
$
{
WORKDIR
}/
llvm
-
config $
{
STAGING_BINDIR_CROSS
}
14
}