diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/jpeg/jpeg-native_6b.bb | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/jpeg/jpeg-native_6b.bb')
-rw-r--r-- | meta/packages/jpeg/jpeg-native_6b.bb | 14 |
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..b617f1b6c0 --- /dev/null +++ b/meta/packages/jpeg/jpeg-native_6b.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SECTION = "libs" | ||
2 | include jpeg_${PV}.bb | ||
3 | inherit native | ||
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}" | ||
5 | DEPENDS = "" | ||
6 | |||
7 | do_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 | } | ||