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