mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
gst-plugins: remove spurious whitespace
(From OE-Core rev: b59087df33f1a4367d728447edafe09a25058200) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0a791e91e5
commit
8a4e32dd22
@@ -19,10 +19,10 @@ require gst-plugins-package.inc
|
|||||||
PACKAGES_DYNAMIC += "^${PN}-.*"
|
PACKAGES_DYNAMIC += "^${PN}-.*"
|
||||||
|
|
||||||
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
|
||||||
# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
|
# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
|
||||||
# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html
|
# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html
|
||||||
oe_runconf_prepend() {
|
oe_runconf_prepend() {
|
||||||
if [ -e ${S}/po/Makefile.in.in ]; then
|
if [ -e ${S}/po/Makefile.in.in ]; then
|
||||||
sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in
|
sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user