xref: /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "A simple tool to wait for a specific signal over DBus"
2*4882a593SmuzhiyunHOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
3*4882a593SmuzhiyunSECTION = "base"
4*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunDEPENDS = "dbus"
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun# Note: this is intentionally not the latest version in the original .bb
10*4882a593SmuzhiyunSRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717"
11*4882a593SmuzhiyunPV = "0.1+git${SRCPV}"
12*4882a593SmuzhiyunPR = "r2"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
15*4882a593SmuzhiyunUPSTREAM_CHECK_COMMITS = "1"
16*4882a593SmuzhiyunRECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunS = "${WORKDIR}/git"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunEXCLUDE_FROM_WORLD = "1"
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuninherit autotools pkgconfig
23