diff options
Diffstat (limited to 'meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch')
| -rw-r--r-- | meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch deleted file mode 100644 index 0bf768eb9d..0000000000 --- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | From 3f948f22d9106a2b957d1d430b16a7c51ccfc067 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Maxin B. John" <maxin.john@enea.com> | ||
| 3 | Date: Tue, 16 Jun 2015 22:53:23 +0200 | ||
| 4 | Subject: [PATCH] Added missing dependencies | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [linux-rt-users] | ||
| 7 | |||
| 8 | The following targets missed dependency on librttest.a: | ||
| 9 | rt-migrate-test | ||
| 10 | hackbench | ||
| 11 | |||
| 12 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
| 13 | Signed-off-by: Maxin B. John <maxin.john@enea.com> | ||
| 14 | --- | ||
| 15 | Makefile | 4 ++-- | ||
| 16 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/Makefile b/Makefile | ||
| 19 | index a48e759..7a3f192 100644 | ||
| 20 | --- a/Makefile | ||
| 21 | +++ b/Makefile | ||
| 22 | @@ -85,7 +85,7 @@ hwlatdetect: src/hwlatdetect/hwlatdetect.py | ||
| 23 | chmod +x src/hwlatdetect/hwlatdetect.py | ||
| 24 | ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect | ||
| 25 | |||
| 26 | -rt-migrate-test: rt-migrate-test.o | ||
| 27 | +rt-migrate-test: rt-migrate-test.o librttest.a | ||
| 28 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) | ||
| 29 | |||
| 30 | ptsematest: ptsematest.o librttest.a | ||
| 31 | @@ -106,7 +106,7 @@ sendme: sendme.o librttest.a | ||
| 32 | pip_stress: pip_stress.o librttest.a | ||
| 33 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(RTTESTLIB) | ||
| 34 | |||
| 35 | -hackbench: hackbench.o | ||
| 36 | +hackbench: hackbench.o librttest.a | ||
| 37 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) | ||
| 38 | |||
| 39 | librttest.a: rt-utils.o error.o rt-get_cpu.o rt-sched.o | ||
| 40 | -- | ||
| 41 | 1.9.1 | ||
| 42 | |||
