From: Henning Heinold Date: Sat, 9 Oct 2010 12:23:39 +0000 (+0200) Subject: libcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333a7f59dc5e756f3d89e5dd5141d96994a157dc;p=openembedded.git libcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc is used * bump INC_PR --- diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc index 4125cf6d89..0e155c74fd 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"