diff options
Diffstat (limited to 'recipes/fakechroot/fakechroot_2.5.bb')
-rw-r--r-- | recipes/fakechroot/fakechroot_2.5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/fakechroot/fakechroot_2.5.bb b/recipes/fakechroot/fakechroot_2.5.bb new file mode 100644 index 0000000000..c791512185 --- /dev/null +++ b/recipes/fakechroot/fakechroot_2.5.bb @@ -0,0 +1,7 @@ +SECTION = "base" +DESCRIPTION = "Gives a fake root environment which can support chroot" +LICENSE = "GPL" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz" + +inherit autotools |