diff options
author | John Klug <john.klug@multitech.com> | 2017-08-29 17:07:22 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-29 17:07:22 -0500 |
commit | f947f2c926164e614b3f0f1a5e6651601a32374e (patch) | |
tree | 951747b6f2a2cc313d3eb0bb2f4cf6ea78fc0b79 /recipes-kernel/rs9113 | |
parent | 1455d6a28753b9bc982501f149471df8ef93c482 (diff) | |
download | meta-multitech-f947f2c926164e614b3f0f1a5e6651601a32374e.tar.gz meta-multitech-f947f2c926164e614b3f0f1a5e6651601a32374e.tar.bz2 meta-multitech-f947f2c926164e614b3f0f1a5e6651601a32374e.zip |
Bump the rs9113 level to 1.5.5
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.5.5.bb (renamed from recipes-kernel/rs9113/rs9113_1.5.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/rs9113_1.5.0.bb b/recipes-kernel/rs9113/rs9113_1.5.5.bb index fbfb706..0e69af2 100644 --- a/recipes-kernel/rs9113/rs9113_1.5.0.bb +++ b/recipes-kernel/rs9113/rs9113_1.5.5.bb @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2 PACKAGE_ARCH = "mtcdt" PROVIDES = "rs9113" FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" +RDEPENDS_${PN} += "perl bash" # This bitbake recipe requires SSH_AUTH_SOCK to be set if ssh key pass # phrases are used. SSH_AUTH_SOCK is set by a keyserver, @@ -23,5 +24,5 @@ SRC_URI = " \ " SRCREV = "${AUTOREV}" # For some reason the md5sum and sha256sum are ignored -SRC_URI[md5sum] = "def9fd10a77cae9df9bcb2e20626795e" -SRC_URI[sha256sum] = "367e942618143d4967273ce44120098a98e2ad1f543a9a404af7082b40c5066e" +SRC_URI[md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55" +SRC_URI[sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830" |