diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 21:27:55 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 21:27:55 +0300 |
commit | 02136111b4cc2b6f65b2fa4999ea0963f9eac2f4 (patch) | |
tree | 9821eb6dc032a915d33a595ce9fde304dd74fdaa | |
parent | 8c0075193d2cdf2a48083fa5ab3590ae000e2a35 (diff) | |
download | meta-common-02136111b4cc2b6f65b2fa4999ea0963f9eac2f4.tar.gz meta-common-02136111b4cc2b6f65b2fa4999ea0963f9eac2f4.tar.bz2 meta-common-02136111b4cc2b6f65b2fa4999ea0963f9eac2f4.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/meta-common.manifest | 5 | ||||
-rw-r--r-- | packaging/meta-common.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/meta-common.manifest b/packaging/meta-common.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/meta-common.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/meta-common.spec b/packaging/meta-common.spec index 6c6b11d..dc20474 100644 --- a/packaging/meta-common.spec +++ b/packaging/meta-common.spec @@ -6,12 +6,14 @@ License: GPL-2.0 Group: System/Base URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2 +Source1001: meta-common.manifest %description Tizen Package Groups and Image Configurations for Base OS %prep %setup -q +cp %{SOURCE1001} . %build make @@ -21,4 +23,5 @@ make %files +%manifest %{name}.manifest /usr/share/package-groups/common/*.yaml |