diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-13 12:55:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-13 12:55:35 +0100 |
commit | d8eb95ffc8cd8ca910032ad21aa400755b538b55 (patch) | |
tree | 622f9506c9bb2506ff3f8537d62baf980fe3d73c /package/dbus-python/Makefile | |
parent | cdbf5beb73ddfc1992b2ac453eb123d7db3aca2c (diff) |
fix build
Diffstat (limited to 'package/dbus-python/Makefile')
-rw-r--r-- | package/dbus-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus-python/Makefile b/package/dbus-python/Makefile index e76d508a7..9645f7269 100644 --- a/package/dbus-python/Makefile +++ b/package/dbus-python/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dbus-python PKG_VERSION:= 1.2.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= b09cd2d1a057cc432ce944de3fc06bf7 PKG_DESCR:= DBUS python bindings PKG_SECTION:= libs |