mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
449030b1b9
Delete the conflicting m4files with gnome-common to avoid the confliction, and the two m4 files will be installed by gnome-common that comes from oe-core, then set rdepends to gnome-common. Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
483 B
PHP
16 lines
483 B
PHP
LICENSE = "GPLv3"
|
|
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
|
|
SECTION = "devel"
|
|
|
|
DEPENDS += "m4-native"
|
|
DEPENDS_class-native = "m4-native gnu-config-native"
|
|
DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
|
|
|
|
RDEPENDS_${PN} = "m4 gnu-config gnome-common"
|
|
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
|
|
RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
|
|
|
inherit autotools
|