Skip to content

Commit 7d9e901

Browse files
committed
image_browsers: Move python3-uinput to image_browsers class
* Moved `python3-uinput` from `core-image-weston-wpe.bb` to `image_browsers.bbclass`. Change-Type: patch
1 parent 2149157 commit 7d9e901

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

classes/image_browsers.bbclass

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ IMAGE_INSTALL:append = " \
4848
packagegroup-core-full-cmdline \
4949
parted pv \
5050
perf \
51+
python3-uinput \
5152
openssh-sftp \
5253
openssh-sftp-server \
5354
smem \

recipes-core/images/core-image-weston-wpe.bb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ inherit image_browsers image_weston
55
IMAGE_INSTALL:append = " \
66
wpewebkit \
77
wpe-simple-launcher \
8-
python3-uinput \
98
sysprof \
109
"
1110

0 commit comments

Comments
 (0)