summaryrefslogtreecommitdiff
path: root/recipes/pngcrush/pngcrush-native_1.7.9.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-28 18:03:53 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-28 18:05:09 +0100
commit869f12d693c20723510f898e29905bbe79d7bbc1 (patch)
treea52cf40eac42e5cb2a89cf6feb06b0978b9a2160 /recipes/pngcrush/pngcrush-native_1.7.9.bb
parent94d80297346f507fad961a373a2225e4bf559c27 (diff)
pngcrush: Bump recipe to version 1.7.9
* Rename both the target and native recipe to 1.7.9 * Switch to new style checksums
Diffstat (limited to 'recipes/pngcrush/pngcrush-native_1.7.9.bb')
-rw-r--r--recipes/pngcrush/pngcrush-native_1.7.9.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/pngcrush/pngcrush-native_1.7.9.bb b/recipes/pngcrush/pngcrush-native_1.7.9.bb
new file mode 100644
index 0000000000..4e119a167b
--- /dev/null
+++ b/recipes/pngcrush/pngcrush-native_1.7.9.bb
@@ -0,0 +1,9 @@
+require pngcrush_${PV}.bb
+
+inherit native
+
+S = "${WORKDIR}/pngcrush-${PV}"
+
+do_stage() {
+ install -m 755 ${S}/pngcrush ${STAGING_BINDIR}/
+}