[oe-commits] org.oe.dev monotone-6: Add '-f' to rm, incase the file isn't there.

nail commit openembedded-commits at lists.openembedded.org
Wed Mar 21 22:25:31 UTC 2007


monotone-6: Add '-f' to rm, incase the file isn't there.

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 521eea48a6f7e6929046b923ae4dad4f5ed7ed97
ViewMTN: http://monotone.openembedded.org/revision.psp?id=521eea48a6f7e6929046b923ae4dad4f5ed7ed97
Files:
1
packages/monotone/monotone-6_0.33.bb
Diffs:

#
# mt diff -rf6bf45b3dfb059a15001677269cfda66a8bfa911 -r521eea48a6f7e6929046b923ae4dad4f5ed7ed97
#
# 
# 
# patch "packages/monotone/monotone-6_0.33.bb"
#  from [1c6b9d90f86a0d276bd0f786c27f9a327f36430b]
#    to [c6c99c83953e187c8c47ea7ea6a367abbe2ef20e]
# 
============================================================
--- packages/monotone/monotone-6_0.33.bb	1c6b9d90f86a0d276bd0f786c27f9a327f36430b
+++ packages/monotone/monotone-6_0.33.bb	c6c99c83953e187c8c47ea7ea6a367abbe2ef20e
@@ -25,7 +25,7 @@ ARM_INSTRUCTION_SET = "arm"
 #FIXME: remove the following
 ARM_INSTRUCTION_SET = "arm"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \
            file://txt2c-cross-post-0.22.patch;patch=1 \
@@ -42,7 +42,7 @@ do_install_append() {
         install -d ${D}${tsd}
         install -c -m 755 testsuite ${D}${tsd}/testsuite
         cp -pPR tests ${D}${tsd}/tests
-	rm ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
+	rm -f ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
 }
 
 PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite"






More information about the Openembedded-commits mailing list