diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-08 22:32:15 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-09 00:00:05 -0800 |
| commit | 9ae31f6f6a67d14da075bceb4a1a9781b140ffe8 (patch) | |
| tree | 3cc45e3a8076c14164d5f8b4aeafd32dae833ae8 /meta-gnome/recipes-support | |
| parent | 1a84a1ebbe197552077b4610c6fdcd459532113e (diff) | |
| download | meta-openembedded-9ae31f6f6a67d14da075bceb4a1a9781b140ffe8.tar.gz | |
Remove unused SRC_DISTRIBUTE_LICENSES
This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
| -rw-r--r-- | meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 971ad90f9c..20d6b1b627 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
| @@ -24,5 +24,3 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 24 | do_configure:prepend() { | 24 | do_configure:prepend() { |
| 25 | touch ${S}/ChangeLog | 25 | touch ${S}/ChangeLog |
| 26 | } | 26 | } |
| 27 | |||
| 28 | SRC_DISTRIBUTE_LICENSES += "X11" | ||
