blob: 87ea15878f03d79926daf8f87795321744e4d70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require gnash.inc
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"
|