[AR-102] Adjusting packaging patch relation to fix broken RockpiS compilation

This commit is contained in:
Igor Pecovnik 2019-12-14 10:18:47 +01:00
parent 755388147d
commit 3391ce2e96
No known key found for this signature in database
GPG key ID: 93D6889F9F0E78D5

View file

@ -35,7 +35,7 @@ compilation_prepare()
process_patch_file "${SRC}/patch/misc/general-packaging-4.14.y.patch" "applying"
fi
if [[ $version == "4.4."* || $version == "4.9."* ]] && [[ "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk3399 ]]; then
if [[ $version == "4.4."* || $version == "4.9."* ]] && [[ "$LINUXFAMILY" == rockpis || "$LINUXFAMILY" == rockchip64 || "$LINUXFAMILY" == rk3399 ]]; then
display_alert "Adjustin" "packaging" "info"
cd ${SRC}/cache/sources/${LINUXSOURCEDIR}
process_patch_file "${SRC}/patch/misc/general-packaging-4.4.y-rk3399.patch" "applying"