diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-04-29 12:06:00 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-04-29 12:06:00 -0500 |
commit | fc50030ce81f0aea0dbfdc8325aa19f7d54877f8 (patch) | |
tree | c8dc08a7c6aa78e5f54a6de4593b43ff8a98fc74 /recipes-extended | |
parent | 92c824e78d0d0b23a411e1e2e50c8602e632055c (diff) | |
download | meta-mlinux-fc50030ce81f0aea0dbfdc8325aa19f7d54877f8.tar.gz meta-mlinux-fc50030ce81f0aea0dbfdc8325aa19f7d54877f8.tar.bz2 meta-mlinux-fc50030ce81f0aea0dbfdc8325aa19f7d54877f8.zip |
adjust PR appends
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}" |