Add spaces around assignments
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
2
dependencies/tolua/tolua_5.2.4.bb
vendored
2
dependencies/tolua/tolua_5.2.4.bb
vendored
@@ -7,7 +7,7 @@ functions, classes, and methods to Lua."
|
||||
HOMEPAGE = "http://webserver2.tecgraf.puc-rio.br/~celes/tolua/"
|
||||
SECTION = "console/utils"
|
||||
|
||||
DEPENDS= "lua-native"
|
||||
DEPENDS = "lua-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "libgames-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native"
|
||||
|
||||
GNOME_COMPRESS_TYPE="xz"
|
||||
GNOME_COMPRESS_TYPE = "xz"
|
||||
|
||||
inherit gnomebase gettext
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "libgnome-games-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native"
|
||||
|
||||
GNOME_COMPRESS_TYPE="xz"
|
||||
GNOME_COMPRESS_TYPE = "xz"
|
||||
|
||||
inherit gnomebase
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ FILES:${PN}-l = "\
|
||||
${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-l.mo \
|
||||
"
|
||||
|
||||
FILES:${PN}-low ="\
|
||||
FILES:${PN}-low = "\
|
||||
${datadir}/wesnoth/data/campaigns/Legend_of_Wesmere \
|
||||
${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-low.mo \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user