summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/autogen/autogen-native_5.17.4.bb')
-rw-r--r--meta/recipes-devtools/autogen/autogen-native_5.17.4.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb b/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
index 230c3a798c..28d82b0912 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
@@ -16,13 +16,9 @@ SRC_URI[md5sum] = "09f074cba57610bf4ef1147e01c8ae90"
16SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed" 16SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed"
17 17
18DEPENDS = "guile-native libtool-native libxml2-native" 18DEPENDS = "guile-native libtool-native libxml2-native"
19RDEPENDS = "automake pkgconfig"
20 19
21inherit autotools native 20inherit autotools native
22 21
23# Following line will be needed for the non-native target recipe.
24#CFLAGS += "-L${STAGING_LIBDIR} -lguile-2.0 -lgc -pthread -I${STAGING_INCDIR}/guile/2.0 -I${STAGING_INCDIR}"
25
26# autogen-native links against libguile which may have been relocated with sstate 22# autogen-native links against libguile which may have been relocated with sstate
27# these environment variables ensure there isn't a relocation issue 23# these environment variables ensure there isn't a relocation issue
28export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0" 24export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0"