aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-16 11:10:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-07 14:57:03 +0200
commit7782174da7784da9a7fd3a16773f05f64138e5af (patch)
tree22247ddbe85eebc7e7d79167a7df17dc99e2c535
parent558d76a4123fb7e3689ebc30f9d58e3ec1fae043 (diff)
misc: Fix warnings in OE-core master to be included in the future
-rw-r--r--recipes-isdn/dahdi-tools/dahdi-tools.inc4
-rw-r--r--recipes-osmocom/osmocom-tcpdump/osmocom-tcpdump_1.0.bb4
-rw-r--r--recipes-osmocom/tasks/task-core-standalone-osmo-sdk-target.bb6
-rw-r--r--recipes-osmocom/tasks/task-osmocom.bb4
-rw-r--r--recipes-telephony/tasks/task-telephony-all.bb4
5 files changed, 13 insertions, 9 deletions
diff --git a/recipes-isdn/dahdi-tools/dahdi-tools.inc b/recipes-isdn/dahdi-tools/dahdi-tools.inc
index 61280ea..06ef35c 100644
--- a/recipes-isdn/dahdi-tools/dahdi-tools.inc
+++ b/recipes-isdn/dahdi-tools/dahdi-tools.inc
@@ -1,6 +1,6 @@
DESCRITOPN = "Utilities for the DAHDI Asterisk Linux kernel drivers"
DEPENDS = "dahdi-linux libnewt libpcap"
-RDEPENDS += "perl perl-module-strict perl-module-file-basename perl-module-config \
+RDEPENDS_${PN} += "perl perl-module-strict perl-module-file-basename perl-module-config \
perl-module-warnings perl-module-getopt perl-module-getopt-std \
perl-module-file perl-module-file-glob perl-module-xsloader \
perl-module-dynaloader perl-module-carp perl-module-errno"
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
SRC_URI = "http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/dahdi-tools-${PV}.tar.gz \
file://perl_install.patch "
-INC_PR="r18"
+INC_PR="r19"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea5bed2f60d357618ca161ad539f7c0a \
file://LICENSE.LGPL;md5=fb504b67c50331fc78734fed90fb0e09"
diff --git a/recipes-osmocom/osmocom-tcpdump/osmocom-tcpdump_1.0.bb b/recipes-osmocom/osmocom-tcpdump/osmocom-tcpdump_1.0.bb
index b86c8e3..da0e105 100644
--- a/recipes-osmocom/osmocom-tcpdump/osmocom-tcpdump_1.0.bb
+++ b/recipes-osmocom/osmocom-tcpdump/osmocom-tcpdump_1.0.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Osmocom round-robin tcpdump/capture"
LICENSE = "GPLv3+"
-RDEPENDS = "tcpdump bash"
-PR = "r10"
+RDEPENDS_${PN} = "tcpdump bash"
+PR = "r11"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
diff --git a/recipes-osmocom/tasks/task-core-standalone-osmo-sdk-target.bb b/recipes-osmocom/tasks/task-core-standalone-osmo-sdk-target.bb
index 21193ad..4af2f55 100644
--- a/recipes-osmocom/tasks/task-core-standalone-osmo-sdk-target.bb
+++ b/recipes-osmocom/tasks/task-core-standalone-osmo-sdk-target.bb
@@ -8,7 +8,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r3"
-ALLOW_EMPTY = "1"
+ALLOW_EMPTY_${PN} = "1"
+
+# TODO: We need to rename this task to packagegroup but for now we
+# will need to skip this test.
+INSANE_SKIP_${PN} += "dev-deps"
require task-sdk-osmo.inc
diff --git a/recipes-osmocom/tasks/task-osmocom.bb b/recipes-osmocom/tasks/task-osmocom.bb
index de2efa0..eb6216d 100644
--- a/recipes-osmocom/tasks/task-osmocom.bb
+++ b/recipes-osmocom/tasks/task-osmocom.bb
@@ -3,8 +3,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel"
-ALLOW_EMPTY = "1"
-PR = "r1"
+ALLOW_EMPTY_${PN} = "1"
+PR = "r2"
RDEPENDS_task-osmocom = "\
libosmocore \
diff --git a/recipes-telephony/tasks/task-telephony-all.bb b/recipes-telephony/tasks/task-telephony-all.bb
index 7ee97ff..1899a9c 100644
--- a/recipes-telephony/tasks/task-telephony-all.bb
+++ b/recipes-telephony/tasks/task-telephony-all.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Task for the meta-telephony layer. This is to build everything"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-ALLOW_EMPTY = "1"
-PR = "r1"
+ALLOW_EMPTY_${PN} = "1"
+PR = "r2"
DEPENDS = "\
libosmo-abis \