diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index c9258dfe39..a03e9f379d 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -17,7 +17,7 @@ do_rootfs[depends] += "rpmresolve-native:do_populate_sysroot" | |||
17 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" | 17 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" |
18 | 18 | ||
19 | # Creating the repo info in do_rootfs | 19 | # Creating the repo info in do_rootfs |
20 | #do_rootfs[depends] += "createrepo-native:do_populate_sysroot" | 20 | do_rootfs[depends] += "createrepo-native:do_populate_sysroot" |
21 | 21 | ||
22 | do_rootfs[recrdeptask] += "do_package_write_rpm" | 22 | do_rootfs[recrdeptask] += "do_package_write_rpm" |
23 | 23 | ||