diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-19 18:20:48 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-19 18:23:55 +0300 |
commit | 5d5cebd8a905b5cd5f0a649aeab1ff160b0a0702 (patch) | |
tree | fa395657977dcaa6c262b62b7bb29b88658feeb8 | |
parent | 90d7b92d6dde9ec07c4c71ca041d89b7aa271ab0 (diff) | |
download | meta-raspberrypi-5d5cebd8a905b5cd5f0a649aeab1ff160b0a0702.tar.gz |
RPi-config: Rename recipe to rpi-config
This was done to avoid errors like:
| *** Error: Package name contains illegal characters, (other than [a-z0-9.+-])
while using ipk.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 2 | ||||
-rw-r--r-- | recipes-bcm/bootfiles/rpi-config_0.1.bb (renamed from recipes-bcm/bootfiles/RPi-config_0.1.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index cef2b59..89df7a0 100644 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9 | |||
5 | 5 | ||
6 | include ../common/firmware.inc | 6 | include ../common/firmware.inc |
7 | 7 | ||
8 | RDEPENDS_${PN} = "RPi-config" | 8 | RDEPENDS_${PN} = "rpi-config" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "raspberrypi" | 10 | COMPATIBLE_MACHINE = "raspberrypi" |
11 | 11 | ||
diff --git a/recipes-bcm/bootfiles/RPi-config_0.1.bb b/recipes-bcm/bootfiles/rpi-config_0.1.bb index 88de94e..88de94e 100644 --- a/recipes-bcm/bootfiles/RPi-config_0.1.bb +++ b/recipes-bcm/bootfiles/rpi-config_0.1.bb | |||