diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-11-10 15:41:04 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-11-10 15:41:04 +0100 |
commit | ea31a5f1504e6f3cf7f5a8cc94d6c7e0d08c54f3 (patch) | |
tree | aabfe6fd5053449038ace72e783d71115fb14d73 | |
parent | fb68d0a2d6d9b2ad331ba6e2897af9fcae87aa74 (diff) | |
download | meta-tizen-ea31a5f1504e6f3cf7f5a8cc94d6c7e0d08c54f3.tar.gz meta-tizen-ea31a5f1504e6f3cf7f5a8cc94d6c7e0d08c54f3.tar.bz2 meta-tizen-ea31a5f1504e6f3cf7f5a8cc94d6c7e0d08c54f3.zip |
update current recipes genrev_0.4
Change-Id: Ied3dc9a3c191582f18dee6ef674f5991931c50d1
7 files changed, 0 insertions, 12 deletions
diff --git a/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc index 16021f0b..e731fbb0 100644 --- a/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -137,10 +137,6 @@ DEPENDS += "vconf" do_prep() { cd ${S} - #extracte source 0 - pushd ${S}/../ - unp ${S}/packaging/pulseaudio-5.0.tar.gz - popd chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q -T -b0 echo "5.0" > .tarball-version diff --git a/meta-tizen-common-devtools/recipes-devtools/common-multimedia-suite/common-multimedia-suite.inc b/meta-tizen-common-devtools/recipes-devtools/common-multimedia-suite/common-multimedia-suite.inc index 18629dfe..9ac81cb6 100644 --- a/meta-tizen-common-devtools/recipes-devtools/common-multimedia-suite/common-multimedia-suite.inc +++ b/meta-tizen-common-devtools/recipes-devtools/common-multimedia-suite/common-multimedia-suite.inc @@ -44,7 +44,6 @@ DEPENDS += "glib-2.0" inherit pkgconfig DEPENDS += "gstreamer1.0" - do_prep() { cd ${S} chmod -Rf a+rX,u+w,g-w,o-w ${S} @@ -78,7 +77,6 @@ do_compile() { } EXTRA_OECONF += " --prefix=${prefix}" - do_install() { export RPM_BUILD_ROOT=${D} cd ${S} diff --git a/meta-tizen-common-devtools/recipes-devtools/common-sanity-suite/common-sanity-suite.inc b/meta-tizen-common-devtools/recipes-devtools/common-sanity-suite/common-sanity-suite.inc index bee32d30..d330c55c 100644 --- a/meta-tizen-common-devtools/recipes-devtools/common-sanity-suite/common-sanity-suite.inc +++ b/meta-tizen-common-devtools/recipes-devtools/common-sanity-suite/common-sanity-suite.inc @@ -2,7 +2,6 @@ DESCRIPTION = "Sanity suite for Tizen Common" HOMEPAGE = "http://nohomepage.org" SECTION = "Development/Testing" LICENSE = "GPL-2.0" - PV = "1.1" SRC_URI = "" diff --git a/meta-tizen-common-devtools/recipes-devtools/common-suite-launcher/common-suite-launcher.inc b/meta-tizen-common-devtools/recipes-devtools/common-suite-launcher/common-suite-launcher.inc index 9cf3b32b..34466fd3 100644 --- a/meta-tizen-common-devtools/recipes-devtools/common-suite-launcher/common-suite-launcher.inc +++ b/meta-tizen-common-devtools/recipes-devtools/common-suite-launcher/common-suite-launcher.inc @@ -2,7 +2,6 @@ DESCRIPTION = "Launcher of Tizen Common test suites" HOMEPAGE = "http://nohomepage.org" SECTION = "Development/Testing" LICENSE = "GPL-2.0" - PV = "2.1.0" SRC_URI = "" diff --git a/meta-tizen-common-devtools/recipes-devtools/ivi-sanity-suite/ivi-sanity-suite.inc b/meta-tizen-common-devtools/recipes-devtools/ivi-sanity-suite/ivi-sanity-suite.inc index fb181c68..0a61173b 100644 --- a/meta-tizen-common-devtools/recipes-devtools/ivi-sanity-suite/ivi-sanity-suite.inc +++ b/meta-tizen-common-devtools/recipes-devtools/ivi-sanity-suite/ivi-sanity-suite.inc @@ -4,7 +4,6 @@ SECTION = "Development/Testing" LICENSE = "GPL-2.0" PV = "1.1" - SRC_URI = "" S = "${WORKDIR}/git" diff --git a/meta-tizen-common-devtools/recipes-devtools/python-requests/python-requests.inc b/meta-tizen-common-devtools/recipes-devtools/python-requests/python-requests.inc index 8a6c13c8..d6793d40 100644 --- a/meta-tizen-common-devtools/recipes-devtools/python-requests/python-requests.inc +++ b/meta-tizen-common-devtools/recipes-devtools/python-requests/python-requests.inc @@ -2,14 +2,12 @@ DESCRIPTION = "Awesome Python HTTP Library That's Actually Usable" HOMEPAGE = "http://nohomepage.org" SECTION = "System/Base" LICENSE = "Apache-2.0" - PV = "2.2.1" SRC_URI = "" S = "${WORKDIR}/git" - inherit manifest autotools-brokensep BBCLASSEXTEND = "" diff --git a/meta-tizen-common-devtools/recipes-devtools/testkit-stub/testkit-stub.inc b/meta-tizen-common-devtools/recipes-devtools/testkit-stub/testkit-stub.inc index 8fd044a8..cbb4410d 100644 --- a/meta-tizen-common-devtools/recipes-devtools/testkit-stub/testkit-stub.inc +++ b/meta-tizen-common-devtools/recipes-devtools/testkit-stub/testkit-stub.inc @@ -2,7 +2,6 @@ DESCRIPTION = "Test stub of testkit-lite" HOMEPAGE = "http://nohomepage.org" SECTION = "Development/Testing" LICENSE = "GPL-2.0" - PV = "1.0" SRC_URI = "" |