mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
autogen-native: remove the unnecessary RDEPENDS
The recipe only provides native packge, the RDEPENDS is not necessary. Remove it and also two unnecessary comment lines. (From OE-Core rev: 915c1a35ed3ac7eb650d68c079d6b7cda781b106) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b66f3dcfbb
commit
3635f1fe3b
@@ -16,13 +16,9 @@ SRC_URI[md5sum] = "09f074cba57610bf4ef1147e01c8ae90"
|
|||||||
SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed"
|
SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed"
|
||||||
|
|
||||||
DEPENDS = "guile-native libtool-native libxml2-native"
|
DEPENDS = "guile-native libtool-native libxml2-native"
|
||||||
RDEPENDS = "automake pkgconfig"
|
|
||||||
|
|
||||||
inherit autotools native
|
inherit autotools native
|
||||||
|
|
||||||
# Following line will be needed for the non-native target recipe.
|
|
||||||
#CFLAGS += "-L${STAGING_LIBDIR} -lguile-2.0 -lgc -pthread -I${STAGING_INCDIR}/guile/2.0 -I${STAGING_INCDIR}"
|
|
||||||
|
|
||||||
# autogen-native links against libguile which may have been relocated with sstate
|
# autogen-native links against libguile which may have been relocated with sstate
|
||||||
# these environment variables ensure there isn't a relocation issue
|
# these environment variables ensure there isn't a relocation issue
|
||||||
export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0"
|
export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user