diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-07 15:01:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-07 15:01:55 +0000 |
commit | 1d4d53e942810b682f4e46562186154cd92a54fe (patch) | |
tree | 5715cdb4a16420d5c077f2fde29a2406c3b942d5 | |
parent | 44152596bab3f875057f48dbc238603aaae4df1d (diff) | |
download | openembedded-core-1d4d53e942810b682f4e46562186154cd92a54fe.tar.gz openembedded-core-1d4d53e942810b682f4e46562186154cd92a54fe.tar.bz2 openembedded-core-1d4d53e942810b682f4e46562186154cd92a54fe.zip |
jpeg-native: Drop, we don't need it?
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4452 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/jpeg/jpeg-native_6b.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/jpeg/jpeg-native_6b.bb b/meta/packages/jpeg/jpeg-native_6b.bb deleted file mode 100644 index 450e4b36a7..0000000000 --- a/meta/packages/jpeg/jpeg-native_6b.bb +++ /dev/null @@ -1,14 +0,0 @@ -SECTION = "libs" -require jpeg_${PV}.bb -inherit native -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}" -DEPENDS = "" - -do_stage() { - install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h - install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h - install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h - install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h - install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h - oe_libinstall -so libjpeg ${STAGING_LIBDIR} -} |