Skip to content

Commit 62399ee

Browse files
committed
Lakka: RPi.GPIO: move the package dependency to lakka package
We do not want to install this package automatically for other distros, like LibreELEC.
1 parent aab7e23 commit 62399ee

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

packages/lakka/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "${PROJECT}" = "Generic" ]; then
2222
fi
2323

2424
if [ "${PROJECT}" = "RPi" ]; then
25-
PKG_DEPENDS_TARGET+=" rpi_disable_hdmi_service disable_wifi_powersave"
25+
PKG_DEPENDS_TARGET+=" rpi_disable_hdmi_service disable_wifi_powersave RPi.GPIO"
2626
if [ "${DEVICE}" != "GPICase" -a "${DEVICE}" != "Pi02GPi" ] ; then
2727
PKG_DEPENDS_TARGET+=" wii-u-gc-adapter wiringPi mk_arcade_joystick_rpi joycond"
2828
fi

projects/RPi/options

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@
158158
# for a list of additional drivers see packages/linux-driver-addons
159159
# Space separated list is supported,
160160
DRIVER_ADDONS="crazycat dvb-latest"
161-
162-
# additional packages to install:
163-
# Space separated list is supported,
164-
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
165-
ADDITIONAL_PACKAGES+=" RPi.GPIO"
166161

167162
# debug tty path
168163
DEBUG_TTY="/dev/console"

0 commit comments

Comments
 (0)