diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/openbmap/openbmap-logger_0.4.0.bb | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 686a1bb531..4cd330c062 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -18218,6 +18218,10 @@ sha256=a898b79336c7372c901bcc7e5f83db7b8e79f8e864be6a262f515b3e088bc607 md5=5c9c1639bdff3bd35c63697d398f1a68 sha256=3d6c58830e50373d0dc2a72f6fc65afd7ef30aabf2d1078e6878c911270dec16 +[http://downloads.sourceforge.net/myposition/openbmap-logger-0.4.0.tar.gz] +md5=52b71c33ce0d2da8d5c29db293132630 +sha256=93820366128b394d84b1b37830344b70f349c2896b60b601e884f9d857ff5d84 + [http://icculus.org/openbox/releases/openbox-3.4.7.2.tar.gz] md5=9e7589e90519bc6ac2f4656ea6869439 sha256=d11f2137a0fe1de6c36c999d29523ad68c05f22c5935ce8628a8cab7a2e4b000 diff --git a/recipes/openbmap/openbmap-logger_0.4.0.bb b/recipes/openbmap/openbmap-logger_0.4.0.bb new file mode 100644 index 0000000000..a7648f1989 --- /dev/null +++ b/recipes/openbmap/openbmap-logger_0.4.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "openBmap logger and uploader of GPS/GSM data" +SECTION = "x11/utils" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/myposition/openbmap-logger-${PV}.tar.gz" + +inherit distutils + +RDEPENDS = "python python-dbus python-pygobject python-pygtk libglade \ + python-subprocess python-netclient python-math python-core python-io frameworkd" + +FILES_${PN} += "${datadir}" |