[oe-commits] [openembedded-core] 77/78: rpmresolve: It is not necessary to manually specify -lpopt

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 00:10:54 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bcd6f1b6a75de85492209c46c93ccf7e3e39134e
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Fri Mar 4 13:02:50 2016 -0600

    rpmresolve: It is not necessary to manually specify -lpopt
    
    Popt may be internal or external to rpm.  Either way the rpm libraries
    will link properly with or without -lpopt.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta/recipes-devtools/rpm/rpmresolve_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
index 04a55fd..0c13a67 100644
--- a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
+++ b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "file://rpmresolve.c"
 S = "${WORKDIR}"
 
 do_compile() {
-	${CC} ${CFLAGS} -ggdb -I${STAGING_INCDIR}/rpm ${LDFLAGS} rpmresolve.c -o rpmresolve -lrpmbuild -lrpm -lrpmio -lrpmdb -lpopt
+	${CC} ${CFLAGS} -ggdb -I${STAGING_INCDIR}/rpm ${LDFLAGS} rpmresolve.c -o rpmresolve -lrpmbuild -lrpm -lrpmio -lrpmdb
 }
 
 do_install() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list