Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This makes insane.bbclass happy.
|
|
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
* update mkinstalldirs.patch based on fedora patch
* remove workaround for slugos, the new patch should work
* apply patches to e2fsprogs-native too
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
* hm it seems we can use @mkdir_p@ on both version
* sorry I did not see this earlier
* bump PR
|
|
hack to e2fsprogs_1.38.bb to work around the autotools and gettext version
incompatabilities.
|
|
* add the same patch as in e2fsprogs-libs
* add version 1.41.2, but let 1.38 be the default
* bump PR on 1.38
|
|
* this is not a complete list
* this still doesn't fix the pkg_postinst() type of bugs
|
|
|
|
i18n to have a nice & small e2fsprogs for rescue filesystems, fixes #3604
|
|
|
|
|
|
|
|
with the latest busybox.
|
|
|
|
|
|
|
|
|
|
|
|
- blkid (and uuidgen) are useful for non-ext2/3 file systems
(e.g. reiserfs) and can be used at boot to reliably find the
root file system, therefore it is useful to have them in
separate packages. e2fsprogs (${PN}) now RDEPENDS on the new
packages to ensure nothing gets broken.
|
|
|
|
remove bogus postinsts, and fix FILES in 1.38
|
|
-mke2fs: Change mkfs.ext[23] to symlinks
-e2fsck: Chanke fsck.ext[23] to symlinks
|
|
|