mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
usbutils: upgrade 010->012
(From OE-Core rev: 22a61a71daa7019e1b89ec5aabbecc0126e453aa) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
783bf15e9d
commit
71290d7131
@@ -1,30 +0,0 @@
|
||||
Upstream-Status: Backport (https://github.com/gregkh/usbutils/commit/508d1acf42e1bfd470c6bf1a188574c69c20aeed)
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
|
||||
From 1c9162a5b30550aec8fa163906067bc179291b57 Mon Sep 17 00:00:00 2001
|
||||
From: Ross Burton <ross.burton@intel.com>
|
||||
Date: Fri, 27 Jul 2018 15:28:34 +0100
|
||||
Subject: [PATCH] usb-devices: use /bin/sh
|
||||
|
||||
This script doesn't use any bashisms, so change the hashbang to /bin/sh.
|
||||
|
||||
Fixes #73.
|
||||
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
---
|
||||
usb-devices | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/usb-devices b/usb-devices
|
||||
index afb4217..89d1b7d 100755
|
||||
--- a/usb-devices
|
||||
+++ b/usb-devices
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# Copyright (c) 2009 Greg Kroah-Hartman <greg@kroah.com>
|
||||
--
|
||||
2.11.0
|
||||
|
||||
+2
-3
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7d4861d978ff5ba7cb2b319ed1d4afe
|
||||
DEPENDS = "libusb1 virtual/libiconv udev"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
|
||||
file://usb-devices-avoid-dependency-on-bash.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "5eb2d2d68f9ed6dc3e9659a5988f7ed6"
|
||||
SRC_URI[sha256sum] = "881ba47fb2df10c3ba54a4cd6755a90377180890788e476f99d480ea9bc8bb58"
|
||||
SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f"
|
||||
SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user