blob: ccfbc31dd802dbe168157dad79be036750343c9d (
plain)
1
2
3
4
5
6
7
8
9
10
|
require wt3.inc
PR = "${INC_PR}.1"
SRC_URI += "file://src.patch;patch=1 \
"
do_configure_append() {
${BUILD_CXX} ${BUILD_CXXFLAGS} -o src/filetostring src/web/skeleton/FileToString.C
}
|