diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/lighttpd/lighttpd_1.4.33.bbappend | 2 | ||||
-rw-r--r-- | recipes-extended/logrotate/logrotate_3.8.7.bbappend | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend index 5ef310b..473a113 100644 --- a/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend +++ b/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend @@ -1,4 +1,4 @@ -PR .= "mlinux1" +PR .= ".mlinux1" # build with openssl support DEPENDS += " openssl " diff --git a/recipes-extended/logrotate/logrotate_3.8.7.bbappend b/recipes-extended/logrotate/logrotate_3.8.7.bbappend index 577fe53..efebecb 100644 --- a/recipes-extended/logrotate/logrotate_3.8.7.bbappend +++ b/recipes-extended/logrotate/logrotate_3.8.7.bbappend @@ -1,4 +1,4 @@ -PR .= "mlinux2" +PR .= ".mlinux2" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" |