diff options
-rw-r--r-- | recipes/tzcode/tzcode-native_2009k.bb (renamed from recipes/tzcode/tzcode-native_2009p.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tzcode/tzcode-native_2009p.bb b/recipes/tzcode/tzcode-native_2009k.bb index b171b88eb0..632dc8456d 100644 --- a/recipes/tzcode/tzcode-native_2009p.bb +++ b/recipes/tzcode/tzcode-native_2009k.bb @@ -1,4 +1,5 @@ require tzcode-native.inc SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ + ftp://elsie.nci.nih.gov/pub/tzdata2009p.tar.gz \ " -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |