diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 20:00:39 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:55:17 +0300 |
commit | 8751681571addc38eb3acddba165a1e91749e097 (patch) | |
tree | 63f04828e6135dcd111900d136982755386aca92 | |
parent | 0ab5263f534cc3ae79ec95cbf2be7547490dc26c (diff) | |
download | meta-raspberrypi-8751681571addc38eb3acddba165a1e91749e097.tar.gz |
vc-graphics: Remove some useless new lines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bcm/vc-graphics/vc-graphics-hardfp.bb | 2 | ||||
-rw-r--r-- | recipes-bcm/vc-graphics/vc-graphics.bb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb b/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb index e96c291..0db71fd 100644 --- a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb +++ b/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | |||
2 | CONFLICTS = "vc-graphics" | 1 | CONFLICTS = "vc-graphics" |
3 | 2 | ||
4 | VCDIR = "hardfp/opt/vc" | 3 | VCDIR = "hardfp/opt/vc" |
5 | require vc-graphics.inc | 4 | require vc-graphics.inc |
6 | 5 | ||
7 | PR = "${INCPR}.0" | 6 | PR = "${INCPR}.0" |
8 | |||
diff --git a/recipes-bcm/vc-graphics/vc-graphics.bb b/recipes-bcm/vc-graphics/vc-graphics.bb index e78a80b..a1bce56 100644 --- a/recipes-bcm/vc-graphics/vc-graphics.bb +++ b/recipes-bcm/vc-graphics/vc-graphics.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | |||
2 | CONFLICTS = "vc-graphics-hardfp" | 1 | CONFLICTS = "vc-graphics-hardfp" |
3 | 2 | ||
4 | VCDIR = "opt/vc" | 3 | VCDIR = "opt/vc" |
5 | require vc-graphics.inc | 4 | require vc-graphics.inc |
6 | 5 | ||
7 | PR = "${INCPR}.0" | 6 | PR = "${INCPR}.0" |
8 | |||