[oe-commits] Henning Heinold : libcdio: inherit pkgconfig, so the . pc files get fixed for libiconv, when uclibc is used

git version control git at git.openembedded.org
Sun Oct 10 21:44:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 333a7f59dc5e756f3d89e5dd5141d96994a157dc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=333a7f59dc5e756f3d89e5dd5141d96994a157dc

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat Oct  9 14:23:39 2010 +0200

libcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc is used

* bump INC_PR

---

 recipes/libcdio/libcdio.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc
index 4125cf6..0e155c7 100644
--- a/recipes/libcdio/libcdio.inc
+++ b/recipes/libcdio/libcdio.inc
@@ -4,11 +4,11 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPLv3+"
 DEPENDS = "ncurses"
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no"
 





More information about the Openembedded-commits mailing list