diff options
-rw-r--r-- | meta/recipes-gnome/gtk-doc/gtk-doc.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb index 3f5e29121b..0e7828cfba 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc.bb @@ -1,6 +1,8 @@ SECTION = "x11/base" SRC_URI = "file://gtk-doc.m4" LICENSE = "LGPL" +LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e" + PR = "r4" ALLOW_EMPTY_${PN} = "1" |