* [PATCH 0/1] autogen-native: remove the unnecessary RDEPENDS
@ 2013-11-09 5:52 jackie.huang
2013-11-09 5:52 ` [PATCH 1/1] " jackie.huang
0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2013-11-09 5:52 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
--
The following changes since commit eac8cb7cacab7f2fb392128aa5ebc2046ca4a793:
kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:17 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/d_autogen_1109_0
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_autogen_1109_0
Jackie Huang (1):
autogen-native: remove the unnecessary RDEPENDS
meta/recipes-devtools/autogen/autogen-native_5.17.4.bb | 4 ----
1 file changed, 4 deletions(-)
--
1.8.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] autogen-native: remove the unnecessary RDEPENDS
2013-11-09 5:52 [PATCH 0/1] autogen-native: remove the unnecessary RDEPENDS jackie.huang
@ 2013-11-09 5:52 ` jackie.huang
0 siblings, 0 replies; 2+ messages in thread
From: jackie.huang @ 2013-11-09 5:52 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
The recipe only provides native packge, the RDEPENDS is not necessary.
Remove it and also two unnecessary comment lines.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-devtools/autogen/autogen-native_5.17.4.bb | 4 ----
1 file changed, 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 230c3a7..28d82b0 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"
SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed"
DEPENDS = "guile-native libtool-native libxml2-native"
-RDEPENDS = "automake pkgconfig"
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
# these environment variables ensure there isn't a relocation issue
export GUILE_LOAD_PATH = "${STAGING_DATADIR_NATIVE}/guile/2.0"
--
1.8.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-09 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09 5:52 [PATCH 0/1] autogen-native: remove the unnecessary RDEPENDS jackie.huang
2013-11-09 5:52 ` [PATCH 1/1] " jackie.huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox