summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 11:39:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 11:41:30 +0100
commitd78dcf56989d5e7fb5ac101f9af5cbf253f1a2df (patch)
tree9f7974a93830c45efc397f35d04dffb78076d531 /meta/recipes-extended/augeas/augeas.inc
parentc1ac96dde194e326d98fb9a82ed002ce2e03c2ea (diff)
downloadpoky-d78dcf56989d5e7fb5ac101f9af5cbf253f1a2df.tar.gz
augeas: Fix missing files with separate build directory
${datadir} was empty when building ${B} != ${S}, this patch addresses that problem and means the -lenses package is no longer empty. (From OE-Core rev: ee3b0d8fbe42a3c813039850886b5bf97544eb15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r--meta/recipes-extended/augeas/augeas.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
index c956621eb1..da41d420ef 100644
--- a/meta/recipes-extended/augeas/augeas.inc
+++ b/meta/recipes-extended/augeas/augeas.inc
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
7 7
8SRC_URI = "http://download.augeas.net/${BP}.tar.gz \ 8SRC_URI = "http://download.augeas.net/${BP}.tar.gz \
9 file://add-missing-argz-conditional.patch \ 9 file://add-missing-argz-conditional.patch \
10 file://sepbuildfix.patch \
10 " 11 "
11 12
12DEPENDS = "readline libxml2" 13DEPENDS = "readline libxml2"