mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ SRCREV = "c540ce2431bdeac73359029d4592b45790e1d154"
|
||||
SRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x \
|
||||
"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/${BPN}-3d43b280298c"
|
||||
|
||||
inherit perlnative
|
||||
|
||||
export enable_static="no"
|
||||
export enable_static = "no"
|
||||
|
||||
export PERL_USE_UNSAFE_INC = "1"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Music Player Daemon library"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
HOMEPAGE ="http://sourceforge.net/projects/musicpd"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/musicpd"
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
SRC_URI = "http://www.musicpd.org/download/${BPN}/${PV}/${BP}.tar.gz \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
|
||||
DESCRIPTION = "SoX is the Swiss Army knife of sound processing tools. \
|
||||
It converts audio files among various standard audio file formats \
|
||||
and can apply different effects and filters to the audio data."
|
||||
HOMEPAGE = "http://sox.sourceforge.net"
|
||||
|
||||
Reference in New Issue
Block a user