aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/devtool/devtool-test-multisrc_1.0.bb
blob: 2b81f83387ad07f1b70865993e3260a2899503d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Recipe to test multiple source trees"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

SRC_URI = "file://mypackage-${PV}.tar.gz \
           file://example-files.tar.gz \
           file://example.patch;patchdir=../example-files \
"

S = "${WORKDIR}/mypackage-${PV}"