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