Skip to content

Commit b2a344a

Browse files
authored
Merge pull request #3 from JacobPython/patch-1
Update weboslayers.py
2 parents 64479bf + 95ceca1 commit b2a344a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎weboslayers.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# repositories on git.openembedded.org
6060
webos_layers = [
6161
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', 'branch=1.18,commit=0f7b6a0', ''),
62-
('meta', 5, 'git://github.com/openembedded/oe-core.git', 'branch=dylan,commit=bf2d538', ''),
63-
('meta-oe', 6, 'git://github.com/openembedded/meta-oe.git', 'branch=dylan,commit=70ebe86', ''),
64-
('meta-networking', 6, 'git://github.com/openembedded/meta-oe.git', '', ''),
62+
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', 'branch=dylan,commit=bf2d538', ''),
63+
('meta-oe', 6, 'git://github.com/openembedded/meta-openembedded.git', 'branch=dylan,commit=70ebe86', ''),
64+
('meta-networking', 6, 'git://github.com/openembedded/meta-openembedded.git', '', ''),
6565

6666
('meta-webos-backports', 9, 'git://github.com/openwebos/meta-webos-backports.git', 'commit=ed80399', ''),
6767
('meta-webos', 10, 'git://github.com/openwebos/meta-webos.git', 'commit=f43220d', ''),

0 commit comments

Comments
 (0)