| Submitter | Philip Balister |
|---|---|
| Date | Nov. 24, 2012, 4:32 p.m. |
| Message ID | <1353774725-26969-1-git-send-email-philip@balister.org> |
| Download | mbox | patch |
| Permalink | /patch/39555/ |
| State | Accepted |
| Commit | eb63724f431a0fb6b2fec1bd84ae7f04cb8744df |
| Headers | show |
Comments
Just for the record, I hope someone points out a better solution for this problem. Philip On 11/24/2012 08:32 AM, Philip Balister wrote: > If the native recipe has the RDEPENDS in, the build fails because these > packages are not provided by python-native. > > Signed-off-by: Philip Balister <philip@balister.org> > --- > meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > index 967be31..1dad958 100644 > --- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > +++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > @@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" > inherit setuptools > > RDEPENDS_${PN} = "python-pickle python-pprint" > +RDEPENDS_${PN}_class-native = "" > > BBCLASSEXTEND = "native" > >
Patch
diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb index 967be31..1dad958 100644 --- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb +++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb @@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools RDEPENDS_${PN} = "python-pickle python-pprint" +RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native"
If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister <philip@balister.org> --- meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 1 + 1 file changed, 1 insertion(+)