From 2517420cbef24dd1e9a903a8659d41d083a57e23 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Thu, 6 Dec 2007 10:23:27 +0000 Subject: Import files from OE to build WebKit (patch to link icu required) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gperf/gperf-native_3.0.3.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/packages/gperf/gperf-native_3.0.3.bb (limited to 'meta/packages/gperf/gperf-native_3.0.3.bb') diff --git a/meta/packages/gperf/gperf-native_3.0.3.bb b/meta/packages/gperf/gperf-native_3.0.3.bb new file mode 100644 index 0000000000..103d1aa3c2 --- /dev/null +++ b/meta/packages/gperf/gperf-native_3.0.3.bb @@ -0,0 +1,10 @@ +require gperf_${PV}.bb + +S = "${WORKDIR}/gperf-${PV}" + +inherit native + +do_stage() { + install -d ${STAGING_BINDIR_NATIVE} + install ${S}/src/gperf ${STAGING_BINDIR_NATIVE} +} -- cgit v1.2.3-54-g00ecf