diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-29 17:05:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-29 17:05:24 +0200 |
commit | 644465cefaaedb2c40140c225d5e1f539931aeb1 (patch) | |
tree | de06f1a17a9ebc59f74611d4532fd4682573db72 /recipes/gphoto2/ptp-gadget_git.bb | |
parent | cb00e67e5936cae54278f2923c2ef09227895306 (diff) |
ptp-gadget: fix breakages when used with musb_hdrc controllers
Diffstat (limited to 'recipes/gphoto2/ptp-gadget_git.bb')
-rw-r--r-- | recipes/gphoto2/ptp-gadget_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gphoto2/ptp-gadget_git.bb b/recipes/gphoto2/ptp-gadget_git.bb index edd08cdf21..376ee2120f 100644 --- a/recipes/gphoto2/ptp-gadget_git.bb +++ b/recipes/gphoto2/ptp-gadget_git.bb @@ -5,10 +5,12 @@ DEPENDS = "virtual/kernel" RDEPENDS = "imagemagick" PV = "1.1" +PR = "r1" PR_append = "+gitr${SRCREV}" SRCREV = "ef7ef29b5cdcf8630c901362a66905b956242e0d" -SRC_URI = "git://git.denx.de/ptp-gadget.git;protocol=git" +SRC_URI = "git://git.denx.de/ptp-gadget.git;protocol=git \ + file://0001-Fix-musb_hdrc-EP_STATUS_NAME.patch;patch=1" S = "${WORKDIR}/git" |