summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-10 09:50:06 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-10 09:50:55 +0100
commit7a155c3c0ef5854e62afa03ef73800eee922a567 (patch)
treea91f4ccb97548232cc206360b84525dcd609876f
parent509e05828f971cd141ce4f9605287bd8ed171746 (diff)
downloadbusybox-accepted/tizen_4.0_unified.tar.gz
busybox-accepted/tizen_4.0_unified.tar.bz2
busybox-accepted/tizen_4.0_unified.zip
Bug-Tizen: TC-1918 Change-Id: Ie3e9781eadcc9743a9e4b0eac4c3fdb8a8827829 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--packaging/busybox.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/packaging/busybox.spec b/packaging/busybox.spec
index a8fe81d1b..e1d6d85ee 100644
--- a/packaging/busybox.spec
+++ b/packaging/busybox.spec
@@ -1,13 +1,13 @@
Name: busybox
-Version: 1.20.2
+Version: 1.22.1
Release: 0
License: GPL-2.0+
Summary: The Swiss Army Knife of Embedded Linux
Url: http://www.busybox.net/
-Group: System/Base
+Group: System/Utilities
Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2
Source2: busybox.tizen.config
-Source1001: busybox.manifest
+Source1001: busybox.manifest
%description
BusyBox combines tiny versions of many common UNIX utilities into a
@@ -31,9 +31,9 @@ export BUILD_VERBOSE=2
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CC="gcc"
export HOSTCC=gcc
-make -e oldconfig
-make -e %{?_smp_mflags}
-make -e doc busybox.links %{?_smp_mflags}
+%__make -e oldconfig
+%__make -e %{?_smp_mflags}
+%__make -e doc busybox.links %{?_smp_mflags}
%install
install -d %{buildroot}%{_prefix}/bin
@@ -48,7 +48,4 @@ install busybox %{buildroot}%{_prefix}/bin
%license LICENSE
%{_bindir}/busybox
%{_bindir}/busybox.install
-%dir %{_datadir}/busybox
%config %{_datadir}/busybox/busybox.links
-
-%changelog