From 333a7f59dc5e756f3d89e5dd5141d96994a157dc Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 9 Oct 2010 14:23:39 +0200 Subject: [PATCH] libcdio: inherit pkgconfig, so the .pc files get fixed for libiconv, when uclibc is used * bump INC_PR --- recipes/libcdio/libcdio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5