From a8cbf495b5a6e0ee0c5f5c654706f7141d4fb932 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 3 Jan 2006 02:13:34 +0000 Subject: libid3tag: change do_stage to use autotools_stage_all in 0.15.0b --- packages/libid3tag/libid3tag_0.15.0b.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libid3tag/libid3tag_0.15.0b.bb b/packages/libid3tag/libid3tag_0.15.0b.bb index fea3a7c6e0..0eb9608668 100644 --- a/packages/libid3tag/libid3tag_0.15.0b.bb +++ b/packages/libid3tag/libid3tag_0.15.0b.bb @@ -1,3 +1,4 @@ +PR = "r1" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert " @@ -13,6 +14,5 @@ inherit autotools EXTRA_OECONF = "-enable-speed" do_stage() { - oe_libinstall -so libid3tag ${STAGING_LIBDIR} - install -m 0644 id3tag.h ${STAGING_INCDIR} + autotools_stage_all } -- cgit v1.2.3