diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-10 12:53:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:54 +0100 |
commit | f08219813b234ee0678fab3adc64b6e6896dd1c2 (patch) | |
tree | 6024a4f8c3780d0fa7f418a194edf9699635514d /recipes/libpng/libpng_1.2.40.bb | |
parent | 28af9637a911770599994052dda8dd85b8db1afb (diff) |
libpng: Add 1.2.41 (target and native) and cleanup recipes.
* Add ${INC_PR}
* Remove old do_stage, do_package and do_install overloads as not needed any more.
Diffstat (limited to 'recipes/libpng/libpng_1.2.40.bb')
-rw-r--r-- | recipes/libpng/libpng_1.2.40.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes/libpng/libpng_1.2.40.bb b/recipes/libpng/libpng_1.2.40.bb index 3ed02a7f17..29cfdc678e 100644 --- a/recipes/libpng/libpng_1.2.40.bb +++ b/recipes/libpng/libpng_1.2.40.bb @@ -1,14 +1,5 @@ require libpng.inc -PR = "r0" +PR = "${INC_PR}.0" SRC_URI += "file://makefile_fix.patch;patch=1" - -do_stage() { - cp libpng.pc libpng12.pc - install -m 644 png.h ${STAGING_INCDIR}/png.h - install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h - oe_libinstall -so libpng ${STAGING_LIBDIR}/ - oe_libinstall -so libpng12 ${STAGING_LIBDIR}/ - ln -sf libpng12.so ${STAGING_LIBDIR}/libpng.so -} |