[oe-commits] org.oe.dev dtc-native_1.0.0.bb: fix SRC_URI and S definitions, they have changed

jeremy_laine commit oe at amethyst.openembedded.net
Fri Apr 18 07:33:50 UTC 2008


dtc-native_1.0.0.bb: fix SRC_URI and S definitions, they have changed

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 6058c179a37fa5f2a0c6e782d10d5e66c4b1f035
ViewMTN: http://monotone.openembedded.org/revision/info/6058c179a37fa5f2a0c6e782d10d5e66c4b1f035
Files:
1
packages/dtc/dtc-native_1.0.0.bb
Diffs:

#
# mt diff -rfce17938e34fd9e691164d66a415058a9a934187 -r6058c179a37fa5f2a0c6e782d10d5e66c4b1f035
#
#
#
# patch "packages/dtc/dtc-native_1.0.0.bb"
#  from [a6cfb4d12568399421737e9db3bec79674a9c14a]
#    to [fc6937168b72b10220652c50a46b2c017e2ad219]
#
============================================================
--- packages/dtc/dtc-native_1.0.0.bb	a6cfb4d12568399421737e9db3bec79674a9c14a
+++ packages/dtc/dtc-native_1.0.0.bb	fc6937168b72b10220652c50a46b2c017e2ad219
@@ -2,12 +2,13 @@ LICENSE = "GPL"
 SECTION = "bootloader"
 PRIORITY = "optional"
 LICENSE = "GPL"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "1"
 
-SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz"
+SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz"
 
-S = "${WORKDIR}/dtc"
+S = "${WORKDIR}/dtc-v${PV}"
 
 inherit autotools native
 






More information about the Openembedded-commits mailing list