From: Ronan Le Martret Date: Fri, 5 Apr 2013 15:31:42 +0000 (+0200) Subject: - solve which, no empty group. X-Git-Tag: rev_0.4~398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47e8b2602a1f588e895c0e72b2e6ec3a3f59b825;p=scm%2Fbb%2Ftizen.git - solve which, no empty group. --- diff --git a/.gitignore b/.gitignore index b25c15b..4e8c1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +*kate-swp diff --git a/Tizen_TZ_package/spec2yocto.py b/Tizen_TZ_package/spec2yocto.py index fa25a98..069df17 100755 --- a/Tizen_TZ_package/spec2yocto.py +++ b/Tizen_TZ_package/spec2yocto.py @@ -619,7 +619,7 @@ class specParser: description= re.findall(patternDescription, line) if len(description)>0: return description[0] - return "" + return "System/Base" def getPriority(self ): return "10" diff --git a/meta-tizen-ivi/recipes-tizen/capi-messaging-messages/capi-messaging-messages.inc b/meta-tizen-ivi/recipes-tizen/capi-messaging-messages/capi-messaging-messages.inc index 2f7bb80..3d3c5aa 100644 --- a/meta-tizen-ivi/recipes-tizen/capi-messaging-messages/capi-messaging-messages.inc +++ b/meta-tizen-ivi/recipes-tizen/capi-messaging-messages/capi-messaging-messages.inc @@ -1,6 +1,6 @@ DESCRIPTION = "A SMS/MMS library in Tizen Native API" HOMEPAGE = "http://nohomepage.org" -SECTION = "" +SECTION = "System/Base" LICENSE = "Apache-2.0" PROVIDES = "" diff --git a/meta-tizen-ivi/recipes-tizen/org.tizen.clock/org.tizen.clock.inc b/meta-tizen-ivi/recipes-tizen/org.tizen.clock/org.tizen.clock.inc index 21b5911..2f43e9d 100644 --- a/meta-tizen-ivi/recipes-tizen/org.tizen.clock/org.tizen.clock.inc +++ b/meta-tizen-ivi/recipes-tizen/org.tizen.clock/org.tizen.clock.inc @@ -1,6 +1,6 @@ DESCRIPTION = "background image library" HOMEPAGE = "http://nohomepage.org" -SECTION = "" +SECTION = "System/Base" LICENSE = "TBD" PROVIDES = "" diff --git a/meta-tizen-ivi/recipes-tizen/perl-WWW-Curl/perl-WWW-Curl.inc b/meta-tizen-ivi/recipes-tizen/perl-WWW-Curl/perl-WWW-Curl.inc index b5a232e..19826af 100644 --- a/meta-tizen-ivi/recipes-tizen/perl-WWW-Curl/perl-WWW-Curl.inc +++ b/meta-tizen-ivi/recipes-tizen/perl-WWW-Curl/perl-WWW-Curl.inc @@ -1,6 +1,6 @@ DESCRIPTION = "" HOMEPAGE = "http://nohomepage.org" -SECTION = "" +SECTION = "System/Base" LICENSE = "" PROVIDES = "" diff --git a/meta-tizen-ivi/recipes-tizen/rpm-python/rpm-python.inc b/meta-tizen-ivi/recipes-tizen/rpm-python/rpm-python.inc index 2869b3d..9281b8f 100644 --- a/meta-tizen-ivi/recipes-tizen/rpm-python/rpm-python.inc +++ b/meta-tizen-ivi/recipes-tizen/rpm-python/rpm-python.inc @@ -1,6 +1,6 @@ DESCRIPTION = "The RPM package management system" HOMEPAGE = "http://nohomepage.org" -SECTION = "" +SECTION = "System/Base" LICENSE = "GPLv2+" PROVIDES = "" diff --git a/meta-tizen-ivi/recipes-tizen/which/which-extraconf.inc b/meta-tizen-ivi/recipes-tizen/which/which-extraconf.inc index e69de29..eda535f 100644 --- a/meta-tizen-ivi/recipes-tizen/which/which-extraconf.inc +++ b/meta-tizen-ivi/recipes-tizen/which/which-extraconf.inc @@ -0,0 +1 @@ +SECTION = "System/Base" \ No newline at end of file diff --git a/meta-tizen-ivi/recipes-tizen/which/which.inc b/meta-tizen-ivi/recipes-tizen/which/which.inc index 28eefd7..c8e3ba0 100644 --- a/meta-tizen-ivi/recipes-tizen/which/which.inc +++ b/meta-tizen-ivi/recipes-tizen/which/which.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Which, what, where?" HOMEPAGE = "http://nohomepage.org" -SECTION = "" +SECTION = "System/Base" LICENSE = "SMAIL GENERAL PUBLIC LICENSE" PROVIDES = ""