aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netsurf/libparserutils_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/libparserutils_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/libparserutils_0.0.2.bb')
-rw-r--r--recipes/netsurf/libparserutils_0.0.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/netsurf/libparserutils_0.0.2.bb b/recipes/netsurf/libparserutils_0.0.2.bb
index 3e2623b399..ea592726f5 100644
--- a/recipes/netsurf/libparserutils_0.0.2.bb
+++ b/recipes/netsurf/libparserutils_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/libparserutils-${PV}-src.tar.gz"
inherit pkgconfig
@@ -16,7 +18,7 @@ EXTRA_OEMAKE = "CURDIR=${S} DESTDIR=${D} PREFIX=${prefix} BUILDDIR=build-OE"
do_stage () {
oe_libinstall -a -C build-OE/ libparserutils ${STAGING_LIBDIR}
-
+ install -m 0644 build-OE/libparserutils.pc ${STAGING_LIBDIR}/pkgconfig
install -d ${STAGING_INCDIR}/parserutils
install -d ${STAGING_INCDIR}/parserutils/charset
install -d ${STAGING_INCDIR}/parserutils/input