From 5edfb2709108ff53dc6ee36df0c43724b3074af0 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 4 Aug 2010 22:21:09 +0200 Subject: [PATCH] divmod.inc: added INC_PR and used it in the recipes Signed-off-by: Frans Meulenbroeks --- recipes/python/divmod.inc | 2 ++ recipes/python/python-divmodaxiom_0.5.30.bb | 2 ++ recipes/python/python-nevow_0.9.32.bb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/recipes/python/divmod.inc b/recipes/python/divmod.inc index 20be1b2e38..37b99c1967 100644 --- a/recipes/python/divmod.inc +++ b/recipes/python/divmod.inc @@ -1,5 +1,7 @@ SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw" +INC_PR = "r0" + DEPENDS += "python-twisted-native" do_unpack2() { diff --git a/recipes/python/python-divmodaxiom_0.5.30.bb b/recipes/python/python-divmodaxiom_0.5.30.bb index bee0cab475..fb7990b685 100644 --- a/recipes/python/python-divmodaxiom_0.5.30.bb +++ b/recipes/python/python-divmodaxiom_0.5.30.bb @@ -7,5 +7,7 @@ DEPENDS += "python-divmodepsilon-native" require divmod.inc +PR = "${INC_PR}.1" + SRC_URI[md5sum] = "8f0b3a27770e487ad08f4fafdccc4495" SRC_URI[sha256sum] = "4a4217e70e01e11d357c2c2c23bc72d244a78fa40a401cca48cd5f0a619c7060" diff --git a/recipes/python/python-nevow_0.9.32.bb b/recipes/python/python-nevow_0.9.32.bb index b360f3156c..c36c60ee10 100644 --- a/recipes/python/python-nevow_0.9.32.bb +++ b/recipes/python/python-nevow_0.9.32.bb @@ -5,6 +5,8 @@ REALPN = "Nevow" require divmod.inc +PR = "${INC_PR}.1" + FILES_${PN} += "${datadir}" DEPENDS += "python-twisted-native" -- 2.39.5