diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 10:41:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 12:44:34 +0100 |
commit | 76f23d1d58545cb9e7910ab4058c3a79b34d2372 (patch) | |
tree | 8e1c15efe76aaa70df5c6dc5f9cef10309a0f998 /meta/recipes-sato/puzzles | |
parent | a0ae56410c1755d7803d1b2ab13baace971caaf6 (diff) | |
download | poky-76f23d1d58545cb9e7910ab4058c3a79b34d2372.tar.gz |
puzzles: Drop broken icon
The renaming left a broken desktop file behind (the others are overwritten).
Fix this by removing it.
(From OE-Core rev: 60925ef384f8c9966499b0d7e67927f1906be495)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 381d3cc456..0104f2672a 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -23,6 +23,7 @@ DEPENDS += "gtk+3" | |||
23 | do_install:append () { | 23 | do_install:append () { |
24 | # net conflicts with Samba, so rename it | 24 | # net conflicts with Samba, so rename it |
25 | mv ${D}${bindir}/net ${D}${bindir}/puzzles-net | 25 | mv ${D}${bindir}/net ${D}${bindir}/puzzles-net |
26 | rm ${D}/${datadir}/applications/net.desktop | ||
26 | 27 | ||
27 | # Create desktop shortcuts | 28 | # Create desktop shortcuts |
28 | install -d ${D}/${datadir}/applications/ | 29 | install -d ${D}/${datadir}/applications/ |