[oe-commits] org.oe.dev fakeroot 1.2.13: Run it through oe-stylize.py to tidy it up.

lenehan commit openembedded-commits at lists.openembedded.org
Sun Oct 15 02:48:13 UTC 2006


fakeroot 1.2.13: Run it through oe-stylize.py to tidy it up.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 5c4814170d3bb91e83c6a3d7df99697ccb571b4a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5c4814170d3bb91e83c6a3d7df99697ccb571b4a
Files:
1
packages/fakeroot/fakeroot_1.2.13.bb
Diffs:

#
# mt diff -r017c3ffd1c96ca1b16861d10ad29498330a2fcfe -r5c4814170d3bb91e83c6a3d7df99697ccb571b4a
#
# 
# 
# patch "packages/fakeroot/fakeroot_1.2.13.bb"
#  from [e673260ea7f643855a1e85024ab3c108abfb7807]
#    to [c05fc4c30200d77fdb093fbc26f4b20941b9cae5]
# 
============================================================
--- packages/fakeroot/fakeroot_1.2.13.bb	e673260ea7f643855a1e85024ab3c108abfb7807
+++ packages/fakeroot/fakeroot_1.2.13.bb	c05fc4c30200d77fdb093fbc26f4b20941b9cae5
@@ -1,6 +1,6 @@ DESCRIPTION = "Gives a fake root environ
 DESCRIPTION = "Gives a fake root environment"
+HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
 SECTION = "base"
-HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
@@ -11,7 +11,7 @@ do_stage() {
 inherit autotools
 
 do_stage() {
-	install -d ${STAGING_INCDIR}/fakeroot
-	install -m 644 *.h ${STAGING_INCDIR}/fakeroot
-	autotools_stage_all
+        install -d ${STAGING_INCDIR}/fakeroot
+        install -m 644 *.h ${STAGING_INCDIR}/fakeroot
+        autotools_stage_all
 }






More information about the Openembedded-commits mailing list