mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gnome-common: add autoconf-archive RDEPENDS
If we're using autoconf-archive, add it to the RDEPENDS too. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ DEPENDS = ""
|
||||
|
||||
# Default to enable autoconf-archive to avoid conflicts
|
||||
PACKAGECONFIG ??= "autoconf-archive"
|
||||
PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive"
|
||||
PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive,autoconf-archive"
|
||||
|
||||
FILES:${PN} += "${datadir}/aclocal"
|
||||
FILES:${PN}-dev = ""
|
||||
|
||||
Reference in New Issue
Block a user