aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netsurf/libnsgif_0.0.2.bb
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-04 10:27:33 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-05 21:10:40 +0100
commit1b403d7c29d0a88d1bdcd99947e93a7f14e57e65 (patch)
treede1263091550e8946af66416a2623d37c1d1afbd /recipes/netsurf/libnsgif_0.0.2.bb
parentec2ae0e1e4b40c7fe9c352d707fd12c3a4a0adfd (diff)
downloadopenembedded-1b403d7c29d0a88d1bdcd99947e93a7f14e57e65.tar.gz
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 <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/netsurf/libnsgif_0.0.2.bb')
-rw-r--r--recipes/netsurf/libnsgif_0.0.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/netsurf/libnsgif_0.0.2.bb b/recipes/netsurf/libnsgif_0.0.2.bb
index f9184b64ac..5291169c0d 100644
--- a/recipes/netsurf/libnsgif_0.0.2.bb
+++ b/recipes/netsurf/libnsgif_0.0.2.bb
@@ -4,8 +4,9 @@ SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MIT"
+PR = "r1"
+
SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsgif-${PV}-src.tar.gz"
-PR = "r0"
inherit pkgconfig
@@ -17,6 +18,7 @@ EXTRA_OEMAKE = "CURDIR=${S} DESTDIR=${D} PREFIX=${prefix} BUILDDIR=build-OE"
do_stage() {
oe_libinstall -a -C build-OE/ libnsgif ${STAGING_LIBDIR}
+ install -m 0644 build-OE/libnsgif.pc ${STAGING_LIBDIR}/pkgconfig
install -m 0644 include/*.h ${STAGING_INCDIR}/
}