summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb (renamed from meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb
index 63b94e9d6e..127be8fbfa 100644
--- a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb
+++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb
@@ -6,8 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6 6
7SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz" 7SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
8 8
9SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15" 9SRC_URI[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1"
10 10
11inherit autotools 11inherit autotools
12 12
13S = "${WORKDIR}/lsscsi-${PV}r154" 13S = "${WORKDIR}/lsscsi-${PV}"
14
15UPSTREAM_CHECK_REGEX = "lsscsi-(?P<pver>\d+(\.\d+)+)\.tgz"