From b7d3ced2f1ab861d84626c24e2c4912730ca4b08 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 8 Oct 2014 12:03:10 +0200 Subject: [PATCH] packaging: add generic-adaptation subpackage Change-Id: Ibc255fa5893d9b8770523cd295a69bda1bee4ca0 Bug-Tizen: TC-1043/part Signed-off-by: Philippe Coval --- packaging/meta-generic.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packaging/meta-generic.spec b/packaging/meta-generic.spec index be1ecda..5d114a7 100644 --- a/packaging/meta-generic.spec +++ b/packaging/meta-generic.spec @@ -1,16 +1,25 @@ Summary: Tizen Package Groups and Images Configurations Name: meta-generic Version: 0 -Release: 1 +Release: 0 License: GPL-2.0 Group: Base/Configuration URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2 Source1001: meta-generic.manifest +BuildArch: noarch %description Tizen Package Groups and Image Configurations for Base OS + +%package adaptation +Summary: Hardware adataption configuration files +BuildArch: noarch + +%description adaptation +Hardware adaptation tweaks to ship inside image + %prep %setup -q cp %{SOURCE1001} . @@ -27,3 +36,7 @@ make %attr(644,-,-) %{_datadir}/package-groups/generic/*.yaml %{_datadir}/image-configurations/generic/scripts + +%files adaptation +%{_sysconfdir}/profile.d/generic-adaptation.sh + -- 2.7.4