pisilinux-dev-tools

This commit is contained in:
aydemir
2015-07-21 13:02:54 +03:00
parent 34f6f9bb3d
commit a1ef87e65a
6 changed files with 203 additions and 0 deletions
@@ -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")