diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk-webcore/osb-jscore-0.5.0/libm.patch | 0 | ||||
-rw-r--r-- | packages/gtk-webcore/osb-jscore_0.5.0.bb | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch diff --git a/packages/gtk-webcore/osb-jscore_0.5.0.bb b/packages/gtk-webcore/osb-jscore_0.5.0.bb index 9348e393e0..2d4f8a92b2 100644 --- a/packages/gtk-webcore/osb-jscore_0.5.0.bb +++ b/packages/gtk-webcore/osb-jscore_0.5.0.bb @@ -4,10 +4,11 @@ HOMEPAGE = "http://gtk-webcore.sourceforge.net/" PRIORITY = "optional" MAINTAINER = "Rene Wagner <rw@handhelds.org>" SECTION = "gpe" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-jscore-${PV}.tar.gz \ - file://missing-includes.patch;patch=1" + file://missing-includes.patch;patch=1 \ + file://libm.patch;patch=1" inherit autotools pkgconfig |