blob: 1b36f30af02659cb4d27c3583ad891adf9e9176e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require gnash.inc
PR = "r5"
EXTRA_OECONF += " --without-included-ltdl \
--with-ltdl-include=${STAGING_INCDIR} \
--with-ltdl-lib=${STAGING_LIBDIR} \
"
SRC_URI += "file://libtool-2.2.patch;patch=1"
|