mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
libgsf: fix lack of whitespace around the assignment
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
|
||||
DEPENDS = "libxml2 bzip2 glib-2.0 zlib"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "autotools"
|
||||
inherit gnomebase gobject-introspection gettext gtk-doc
|
||||
|
||||
Reference in New Issue
Block a user