diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:40:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:40:53 +0200 |
commit | 9b4e61a4477f989075595660dc4737fb77b8b11f (patch) | |
tree | d3c76435e724ec4a5e8a6a3ab6f4e870f0834f49 /recipes/efl1/ecore.inc | |
parent | 46c34116ecaefae4baf3a1ff4d726f40551fe5e3 (diff) |
ecore: fix git merge damage
Diffstat (limited to 'recipes/efl1/ecore.inc')
-rw-r--r-- | recipes/efl1/ecore.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc index 5078c550d1..bc4dcf38cf 100644 --- a/recipes/efl1/ecore.inc +++ b/recipes/efl1/ecore.inc @@ -10,7 +10,7 @@ inherit efl FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore" -PACKAGES += "\ +PACKAGES =+ "\ ${PN}-con \ ${PN}-config \ ${PN}-desktop \ |