[oe-commits] Jackie Huang : autogen-native: remove the unnecessary RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Nov 12 10:56:31 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: db53230f9a703fb9a79a02b95f5e300d28b8aeea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=db53230f9a703fb9a79a02b95f5e300d28b8aeea

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Sat Nov  9 13:52:46 2013 +0800

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.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list