summaryrefslogtreecommitdiffstats
path: root/meta/packages/jpeg
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:20:08 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:20:08 +0000
commitc6a6eb499467366e6126d7eb4f1c21f834e0144f (patch)
tree1edd098a809fe4f7f429b8238c3111b1a58e5c3b /meta/packages/jpeg
parent0b751d3a190bae3d9828997aac5d25ef03831f97 (diff)
downloadpoky-c6a6eb499467366e6126d7eb4f1c21f834e0144f.tar.gz
jpeg: added native version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5259 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/jpeg')
-rw-r--r--meta/packages/jpeg/jpeg-native_6b.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/jpeg/jpeg-native_6b.bb b/meta/packages/jpeg/jpeg-native_6b.bb
new file mode 100644
index 0000000000..450e4b36a7
--- /dev/null
+++ b/meta/packages/jpeg/jpeg-native_6b.bb
@@ -0,0 +1,14 @@
1SECTION = "libs"
2require jpeg_${PV}.bb
3inherit native
4FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}"
5DEPENDS = ""
6
7do_stage() {
8 install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
9 install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
10 install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
11 install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
12 install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
13 oe_libinstall -so libjpeg ${STAGING_LIBDIR}
14}