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

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 16:58:50 UTC 2016


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

commit b9deaf5327c0cfdb5eb48c4bdce1ab2a483a9215
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