diff options
| -rw-r--r-- | meta/packages/devicekit/devicekit_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/devicekit/devicekit_git.bb b/meta/packages/devicekit/devicekit_git.bb index 1f08570ba8..06bcfd3f12 100644 --- a/meta/packages/devicekit/devicekit_git.bb +++ b/meta/packages/devicekit/devicekit_git.bb | |||
| @@ -5,10 +5,13 @@ SRC_URI = "git://anongit.freedesktop.org/DeviceKit/DeviceKit;protocol=git \ | |||
| 5 | file://volatile" | 5 | file://volatile" |
| 6 | 6 | ||
| 7 | PV = "002+git${SRCREV}" | 7 | PV = "002+git${SRCREV}" |
| 8 | PR = "r1" | ||
| 8 | SRCREV = "014d168ba4bf40c9bae487bacff8bf2aa054b5f6" | 9 | SRCREV = "014d168ba4bf40c9bae487bacff8bf2aa054b5f6" |
| 9 | 10 | ||
| 10 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 11 | 12 | ||
| 13 | EXTRA_OECONF = "--disable-man-pages" | ||
| 14 | |||
| 12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 13 | 16 | ||
| 14 | do_install_append() { | 17 | do_install_append() { |
