summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2016-01-03 13:52:21 +0100
committerPhilippe Coval <philippe.coval@osg.samsung.com>2016-01-11 20:34:03 +0100
commit149529741e0ebad072082520aaa5ff8c1756b298 (patch)
tree670113df99039eb6b2d7bf28f913e848e7f6b346
parent79207b1789871ef60aad2aa7609b7177be0440b8 (diff)
downloadtizen-distro-149529741e0ebad072082520aaa5ff8c1756b298.tar.gz
tizen-distro-149529741e0ebad072082520aaa5ff8c1756b298.tar.bz2
tizen-distro-149529741e0ebad072082520aaa5ff8c1756b298.zip
meta-tizen: tiff: Cleanup remove trailing spaces as suggested
Change-Id: I4919fae48f97eae42b1b3ba08d0a665f9bb1a597 (From meta-tizen rev: 42107d289e9c0ab1a33ebe985b094e182dc00e9b) Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
-rw-r--r--meta-tizen/meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc34
1 files changed, 17 insertions, 17 deletions
diff --git a/meta-tizen/meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc b/meta-tizen/meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc
index dcf78e8bcc..ce6e24e213 100644
--- a/meta-tizen/meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc
+++ b/meta-tizen/meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc
@@ -49,8 +49,8 @@ do_prep() {
chmod -Rf a+rX,u+w,g-w,o-w ${S}
#setup -q
cp ${S}/packaging/tiff.manifest .
-
-
+
+
}
do_patch_append() {
bb.build.exec_func('do_prep', d)
@@ -65,18 +65,18 @@ do_compile() {
export LANG
unset DISPLAY
LD_AS_NEEDED=1; export LD_AS_NEEDED ;
-
+
local list="html html/images html/man"
for dir in $list ; do
touch "${dir}/all"
touch "${dir}/install"
done
-
+
autotools_do_configure
oe_runmake
-
-
-
+
+
+
}
EXTRA_OECONF += " --disable-static --with-pic"
@@ -87,20 +87,20 @@ do_install() {
export LANG
unset DISPLAY
rm -rf ${D}
-
+
install -d ${D}/${mandir}/man1
install -d ${D}/${mandir}/man3
install -d ${D}/usr/bin
install -d ${D}/usr/include
install -d ${D}/usr/lib
-
+
oe_runmake \
DESTDIR=${D} \
INSTALL_ROOT=${D} \
BINDIR=${prefix}/bin \
- install
- rm -f ${D}${infodir}/dir
- find ${D} -regex ".*\.la$" | xargs rm -f --
+ install
+ rm -f ${D}${infodir}/dir
+ find ${D} -regex ".*\.la$" | xargs rm -f --
find ${D} -regex ".*\.a$" | xargs rm -f --
for f in `find ${D}/${mandir} -type f -print ` ; do
if [ `wc -l <$f` -eq 1 ] && grep -q "^\.so " $f ; then
@@ -108,13 +108,13 @@ do_install() {
[ -f "`dirname $f`/$linkto" ] && ln -sf "$linkto" $f
fi
done
-
+
rm -rf ${D}${prefix}/share/doc/tiff*
rm -f ${D}${prefix}/lib/*.la
-
-
-
-
+
+
+
+
}
pkg_postinst_libtiff() {