fix stamp.h in append rather than main .bb
parent
4cb314801c
commit
438a79b40c
|
|
@ -13,3 +13,11 @@ python __anonymous() {
|
|||
)
|
||||
}
|
||||
|
||||
# Fix for commercial bundle missing stamp-h.in required by automake
|
||||
do_configure:prepend() {
|
||||
if [ ! -f ${S}/stamp-h.in ]; then
|
||||
touch ${S}/stamp-h.in
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,3 +13,11 @@ python __anonymous() {
|
|||
)
|
||||
}
|
||||
|
||||
# Fix for commercial bundle missing stamp-h.in required by automake
|
||||
do_configure:prepend() {
|
||||
if [ ! -f ${S}/stamp-h.in ]; then
|
||||
touch ${S}/stamp-h.in
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue