Skip to content

Commit

Permalink
nvidia_current: Remove obsolete code (NVLIB32)
Browse files Browse the repository at this point in the history
Remove dead code which used to install a now empty set of 32 bit
libraries.
  • Loading branch information
donald committed May 2, 2019
1 parent aa58168 commit 91529cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nvidia_current-418.56-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ mee_install() {

NVDRV="nvidia_drv.so"

NVLIBS32=( \
)

NVBIN=( \
"nvidia-settings" \
"nvidia-xconfig" \
Expand All @@ -87,14 +84,6 @@ mee_install() {
# soname is missing in this release..
install -c -v "libglx.so.${PKGVERSION}" ${D}${LIBDIR}/libglx.so

for i in ${NVLIBS32[@]} ; do
soname=$(soname ${i} || echo "ERROR")
echo "installing ${i} as lib32/${soname}"

mkdir -pv ${D}${LIBDIR}32
install -v -c ${i} ${D}${LIBDIR}32/${soname}
done

mkdir -pv ${D}/usr/share/man/man1

for i in ${NVBIN[@]} ; do
Expand Down

0 comments on commit 91529cc

Please sign in to comment.