diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-03-10 13:56:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 16:50:26 +0000 |
commit | b5fd08bd3836ff7a63d5340bfef40a3ba65d8f0a (patch) | |
tree | 0614dc5f8c4ef6f1d75de4d18516d54a1908f8b4 /meta/recipes-core/udev | |
parent | 4ea7f96ae28ff53867f5ffa4158076761676d288 (diff) | |
download | openembedded-core-b5fd08bd3836ff7a63d5340bfef40a3ba65d8f0a.tar.gz openembedded-core-b5fd08bd3836ff7a63d5340bfef40a3ba65d8f0a.tar.bz2 openembedded-core-b5fd08bd3836ff7a63d5340bfef40a3ba65d8f0a.zip |
eudev: provide UPSTREAM_CHECK_URI
Provide UPSTREAM_CHECK_URI to perform checkpkg task.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r-- | meta/recipes-core/udev/eudev_3.1.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/eudev_3.1.5.bb b/meta/recipes-core/udev/eudev_3.1.5.bb index ffcebcd03b..e94e0dc33d 100644 --- a/meta/recipes-core/udev/eudev_3.1.5.bb +++ b/meta/recipes-core/udev/eudev_3.1.5.bb @@ -18,6 +18,7 @@ SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz \ file://udev-cache.default \ file://udev.rules \ " +UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases" SRC_URI[md5sum] = "e130f892d8744e292cb855db79935f68" SRC_URI[sha256sum] = "ce9d5fa91e3a42c7eb95512ca0fa2a631e89833053066bb6cdf42046b2a88553" |