pisilinux-dev-tools
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- scripts/checkelf~ 2014-09-21 16:43:07.997559352 +0200
|
||||
+++ scripts/checkelf 2014-09-21 16:43:31.069558509 +0200
|
||||
@@ -157,7 +157,7 @@
|
||||
result_deps = []
|
||||
for elf_files, paths_and_deps in result_dependencies.items():
|
||||
for data in paths_and_deps:
|
||||
- if not data[1] == "broken" and not data[1] == package_name and not data[1] == "glibc":
|
||||
+ if not data[1] == "broken" and not data[1] == package_name and not data[1].replace("32-bit", "") == "glibc":
|
||||
if (data[1].startswith("xorg-video-nvidia") or data[1].startswith("xorg-video-fglrx")) \
|
||||
and not (package_name.startswith("xorg-video-nvidia") or package_name.startswith("xorg-video-fglrx")):
|
||||
result_deps.append("mesa")
|
||||
Reference in New Issue
Block a user