diff options
Diffstat (limited to 'jpeg/jpeg-native_6b.oe')
-rw-r--r-- | jpeg/jpeg-native_6b.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpeg/jpeg-native_6b.oe b/jpeg/jpeg-native_6b.oe index 5041b5f739..baaeb4accf 100644 --- a/jpeg/jpeg-native_6b.oe +++ b/jpeg/jpeg-native_6b.oe @@ -1,3 +1,4 @@ +SECTION = "libs" include jpeg_${PV}.oe inherit native FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/jpeg-${PV}" @@ -11,4 +12,3 @@ do_stage() { install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h oe_libinstall -so libjpeg ${STAGING_LIBDIR} } - |