meta-raspberrypi/recipes-devtools
Andrei Gherzan a71483f9d9 bcm2835: Remove dependency of bcm2835-dev on bcm2835
By default, the ${PN}-dev package of a recipe depends on the ${PN}
package.  However, since the bcm2835 package contains no file, it is not
generated.  As a result, when trying to include bcm2835-dev in an image
(or another package that depends on bcm2835-dev, such as
bcm2835-staticdev), we receive an error message saying that the bcm2835
package is not found.

A solution would be to define ALLOW_EMPTY for bcm2835, so that an empty
package is generated.  However, that would causes a useless package to
be installed on the target.  This patch uses another solution, which is
to empty the RDEPENDS variable of bcm2835-dev, so that it doesn't pull
in bcm2835.

Fixes #22

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2017-05-27 03:24:35 +01:00
..
bcm2835 bcm2835: Remove dependency of bcm2835-dev on bcm2835 2017-05-27 03:24:35 +01:00
pi-blaster pi-blaster: Bump revision 2015-10-21 22:58:54 +02:00
python rpi-gpio: Update to v0.6.2 2017-04-14 21:10:04 +01:00
wiringPi wiringpi: uprev to 2.44 2017-04-05 16:37:13 +01:00