[oe-commits] org.oe.dev pop-1.13: fix uclibc builds

woglinde2 commit oe at amethyst.openembedded.net
Tue Mar 25 21:07:46 UTC 2008


pop-1.13: fix uclibc builds
* add iconv.patch so libpopt.la finds all symbols even for libicionv
* bump pr

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: b7c384ae465079ec2295b2e95072191834385967
ViewMTN: http://monotone.openembedded.org/revision/info/b7c384ae465079ec2295b2e95072191834385967
Files:
1
packages/popt/popt-1.13
packages/popt/popt-1.13/iconv.patch
packages/popt/popt_1.13.bb
Diffs:

#
# mt diff -read8fe4eb9f4a05e10d6ad072d127ba6aa6820f7 -rb7c384ae465079ec2295b2e95072191834385967
#
#
#
# add_dir "packages/popt/popt-1.13"
# 
# add_file "packages/popt/popt-1.13/iconv.patch"
#  content [23d54fbb7fb516c0d61f621ae838e276e4208a89]
# 
# patch "packages/popt/popt_1.13.bb"
#  from [db37282a2a969d0043017d2270519e9e2551fc32]
#    to [03a1f329b8652f9c5184cc7433ba07a16a0a1400]
#
============================================================
--- packages/popt/popt-1.13/iconv.patch	23d54fbb7fb516c0d61f621ae838e276e4208a89
+++ packages/popt/popt-1.13/iconv.patch	23d54fbb7fb516c0d61f621ae838e276e4208a89
@@ -0,0 +1,13 @@
+Index: popt-1.13/Makefile.am
+===================================================================
+--- popt-1.13.orig/Makefile.am	2008-03-25 21:51:12.000000000 +0100
++++ popt-1.13/Makefile.am	2008-03-25 21:51:42.000000000 +0100
+@@ -39,7 +39,7 @@
+ usrlib_LTLIBRARIES = libpopt.la
+ 
+ libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c poptint.c
+-libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@
++libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@
+ 
+ if HAVE_LD_VERSION_SCRIPT
+ libpopt_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpopt.vers
============================================================
--- packages/popt/popt_1.13.bb	db37282a2a969d0043017d2270519e9e2551fc32
+++ packages/popt/popt_1.13.bb	03a1f329b8652f9c5184cc7433ba07a16a0a1400
@@ -2,11 +2,13 @@ DEPENDS = "gettext virtual/libintl"
 
 DEPENDS = "gettext virtual/libintl"
 
-PR = "r0"
+PR = "r1"
 
 inherit autotools
 
-SRC_URI = "http://freshmeat.net/redir/popt/72854/url_bz2/popt-${PV}.tar.gz"
+SRC_URI = "http://freshmeat.net/redir/popt/72854/url_bz2/popt-${PV}.tar.gz \
+	   file://iconv.patch;patch=1 \
+	  "
 
 do_stage() {
 	oe_libinstall -a -so libpopt ${STAGING_LIBDIR}






More information about the Openembedded-commits mailing list