mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
6df02c4f9a
asio-dev created REDEPENS on asio which was not existent. This caused do_rootfs for other packages fail with something like: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for abiword-dev: | * asio (= 1.4.1-r0.0) * | * opkg_install_cmd: Cannot install package abiword-dev. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
244 B
PHP
15 lines
244 B
PHP
DESCRIPTION = "Asio"
|
|
HOMEPAGE = "http://asio.sf.net/"
|
|
SECTION = "libs"
|
|
LICENSE = "Boost Software License"
|
|
|
|
INC_PR = "r0"
|
|
|
|
DEPENDS = "boost"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
|
|
|
|
inherit autotools
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|