From fc2cee5cc6299a5592af598c23a13f93bab1e5c8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 23:53:12 +0100 Subject: Rename poky-lsb override to linuxstdbase (From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba) Signed-off-by: Richard Purdie --- meta/recipes-core/jpeg/jpeg_8b.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/jpeg') diff --git a/meta/recipes-core/jpeg/jpeg_8b.bb b/meta/recipes-core/jpeg/jpeg_8b.bb index 78fabf1efd..93aa7be678 100644 --- a/meta/recipes-core/jpeg/jpeg_8b.bb +++ b/meta/recipes-core/jpeg/jpeg_8b.bb @@ -46,7 +46,7 @@ FILES_jpeg-tools = "${bindir}/*" BBCLASSEXTEND = "native" -pkg_postinst_${PN}_poky-lsb () { +pkg_postinst_${PN}_linuxstdbase () { if [ "$D" = "" ]; then if [ ! -e ${libdir}/libjpeg.so.62 ]; then JPEG=`find ${libdir} -type f -name libjpeg.so.\*.\*.\*` -- cgit v1.2.3-54-g00ecf