aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpng/libpng_1.2.41.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-10 12:53:45 +0000
committerKoen Kooi <koen@openembedded.org>2010-01-06 09:34:54 +0100
commitf08219813b234ee0678fab3adc64b6e6896dd1c2 (patch)
tree6024a4f8c3780d0fa7f418a194edf9699635514d /recipes/libpng/libpng_1.2.41.bb
parent28af9637a911770599994052dda8dd85b8db1afb (diff)
downloadopenembedded-f08219813b234ee0678fab3adc64b6e6896dd1c2.tar.gz
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.41.bb')
-rw-r--r--recipes/libpng/libpng_1.2.41.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/libpng/libpng_1.2.41.bb b/recipes/libpng/libpng_1.2.41.bb
new file mode 100644
index 0000000000..29cfdc678e
--- /dev/null
+++ b/recipes/libpng/libpng_1.2.41.bb
@@ -0,0 +1,5 @@
+require libpng.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://makefile_fix.patch;patch=1"