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