Merge commit 'bef17822a767b74449baf7cf69e7cb09e7f0ebd1' into dora

This commit is contained in:
Holger Hans Peter Freyther 2014-11-18 09:42:54 +01:00
commit c0a4618671
5 changed files with 11 additions and 7 deletions

View File

@ -1,5 +1,4 @@
#TOOLCHAIN_TARGET_OSMOTASK ?= "task-core-standalone-osmo-sdk-target task-core-standalone-osmo-sdk-target-dbg"
TOOLCHAIN_TARGET_OSMOTASK ?= "task-core-standalone-osmo-sdk-target"
TOOLCHAIN_TARGET_OSMOTASK ?= "packagegroup-core-standalone-osmo-sdk-target"
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_OSMOTASK}"
TOOLCHAIN_OUTPUT_BASENAME = "${SDK_NAME}-toolchain-osmo-${DISTRO_VERSION}"
TOOLCHAIN_OUTPUTNAME = "${TOOLCHAIN_OUTPUT_BASENAME}-${DATETIME}"

View File

@ -13,11 +13,11 @@ ALLOW_EMPTY_${PN} = "1"
# will need to skip this test.
INSANE_SKIP_${PN} += "dev-deps"
require task-sdk-osmo.inc
require packagegroup-sdk-osmo.inc
PACKAGES = "${PN} ${PN}-dbg"
RDEPENDS_${PN} = "\
task-core-standalone-sdk-target \
packagegroup-core-standalone-sdk-target \
${SDK-OSMO} \
${SDK-EXTRAS}"

View File

@ -5,7 +5,12 @@ DEPENDS = "virtual/kernel"
ALLOW_EMPTY_${PN} = "1"
PR = "r2"
RDEPENDS_task-osmocom = "\
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-osmocom"
RREPLACES_${PN} = "task-osmocom"
RCONFLICTS_${PN} = "task-osmocom"
RDEPENDS_${PN} = "\
libosmocore \
"

View File

@ -3,14 +3,14 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r3"
PR = "r4"
DEPENDS = "\
libosmo-abis \
libosmo-sccp \
libosmocore \
openbsc \
task-osmocom \
packagegroup-osmocom \
openggsn \
misdn-utils \
dahdi-linux \