Skip to content

Commit 101676f

Browse files
committed
corretto-8-bin: remove libgl, cairo, gtk+, pango dependency
Not necessary, checklayer was complaining about this.
1 parent 71e0252 commit 101676f

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

recipes-devtools/amazon-corretto/corretto-8-bin_8.462.08.1.bb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,5 @@ require corretto-bin-common.inc
4444
do_package_qa[noexec] = "1"
4545
EXCLUDE_FROM_SHLIBS = "1"
4646

47-
# nooelint: oelint.vars.dependsordered
48-
RDEPENDS:${PN} += "\
49-
cairo \
50-
gtk+ \
51-
libgl \
52-
pango \
53-
"
54-
5547
# this is used by meta-aws-tests to find this recipe for ptests, so it should stay in this file instead of moving into corretto-bin-common
5648
inherit ptest

recipes-devtools/amazon-corretto/corretto-bin-common.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ RDEPENDS:${PN} += "\
5858

5959
do_install:append() {
6060
if ${@bb.utils.contains('DISTRO_FEATURES','x11','false','true',d)}; then
61-
rm ${D}${libdir}/${SHR}/lib/libawt_xawt.so
62-
rm ${D}${libdir}/${SHR}/lib/libjawt.so
63-
rm ${D}${libdir}/${SHR}/lib/libsplashscreen.so
61+
rm -f ${D}${libdir}/${SHR}/lib/libawt_xawt.so
62+
rm -f ${D}${libdir}/${SHR}/lib/libjawt.so
63+
rm -f ${D}${libdir}/${SHR}/lib/libsplashscreen.so
6464
fi
6565
if ${@bb.utils.contains('DISTRO_FEATURES','alsa','false','true',d)}; then
66-
rm ${D}${libdir}/${SHR}/lib/libjsound.so
66+
rm -f ${D}${libdir}/${SHR}/lib/libjsound.so
6767
fi
6868
}
6969

0 commit comments

Comments
 (0)