From 1b403d7c29d0a88d1bdcd99947e93a7f14e57e65 Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Sat, 4 Dec 2010 10:27:33 +0200 Subject: netsurf: Update recipes, fix_makefile.patch for netsurf. Updated do_stage in netsurf libraries for distributing missing .pc files into staging. These are required for building newer versions of netsurf. Updated fix_makefile.patch to replace the definition of HOST_CC with BUILD_CC. This fixes some compilation issues. Bumped PR accordingly in all recipes. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- recipes/netsurf/libnsbmp_0.0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/netsurf/libnsbmp_0.0.2.bb') diff --git a/recipes/netsurf/libnsbmp_0.0.2.bb b/recipes/netsurf/libnsbmp_0.0.2.bb index 15802b504c..db02c1e055 100644 --- a/recipes/netsurf/libnsbmp_0.0.2.bb +++ b/recipes/netsurf/libnsbmp_0.0.2.bb @@ -4,6 +4,8 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "MIT" +PR = "r1" + SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsbmp-${PV}-src.tar.gz" inherit pkgconfig @@ -16,6 +18,7 @@ EXTRA_OEMAKE = "CURDIR=${S} DESTDIR=${D} PREFIX=${prefix} BUILDDIR=build-OE" do_stage() { oe_libinstall -a -C build-OE/ libnsbmp ${STAGING_LIBDIR} + install -m 0644 build-OE/libnsbmp.pc ${STAGING_LIBDIR}/pkgconfig install -m 0644 include/*.h ${STAGING_INCDIR}/ } -- cgit 1.2.3-korg