diff options
Diffstat (limited to 'recipes-extended/virt-what')
| -rw-r--r-- | recipes-extended/virt-what/virt-what_1.21.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-extended/virt-what/virt-what_1.21.bb b/recipes-extended/virt-what/virt-what_1.21.bb new file mode 100644 index 00000000..aa235b32 --- /dev/null +++ b/recipes-extended/virt-what/virt-what_1.21.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Detect if we are running in a virtual machine" | ||
| 2 | HOMEPAGE = "https://people.redhat.com/~rjones/virt-what/" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | SRC_URI = "https://people.redhat.com/~rjones/virt-what/files/${BP}.tar.gz" | ||
| 7 | SRC_URI[sha256sum] = "12cb455334aa4cfd53ab78f27e2252e94d1f676dd093f48327ed94d8080d1f7b" | ||
| 8 | |||
| 9 | DEPENDS = "perl-native" | ||
| 10 | |||
| 11 | inherit autotools | ||
