[oe-commits] org.oe.dev lilo-sh 21: Run sanitize.py over the recipe.

lenehan commit openembedded-commits at lists.openembedded.org
Sun Sep 10 23:21:51 UTC 2006


lilo-sh 21: Run sanitize.py over the recipe.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 1381f26b435881c5f6b31de65b7af2d44fc11e2e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1381f26b435881c5f6b31de65b7af2d44fc11e2e
Files:
1
packages/lilo-sh/lilo-sh_21.bb
Diffs:

#
# mt diff -r44f6b84909e911bcb0eeae260dbae2584f10b6b1 -r1381f26b435881c5f6b31de65b7af2d44fc11e2e
#
# 
# 
# patch "packages/lilo-sh/lilo-sh_21.bb"
#  from [c6b19a3cbe489b921d2de52bf714e94a6cd32c9b]
#    to [037caae78b44ecba43f2160171303dd289621c1c]
# 
============================================================
--- packages/lilo-sh/lilo-sh_21.bb	c6b19a3cbe489b921d2de52bf714e94a6cd32c9b
+++ packages/lilo-sh/lilo-sh_21.bb	037caae78b44ecba43f2160171303dd289621c1c
@@ -5,37 +5,38 @@
 # partition on the disk. Tested on the NP51R (Titan) booting from the
 # onboard flash
 #
-DESCRIPTION="LILO (LInux LOader) is a basic system program which \
+DESCRIPTION = "LILO (LInux LOader) is a basic system program which \
 boots your Linux system. LILO loads the Linux kernel from a floppy or \
 a hard drive, boots the kernel, and passes control of the system to \
 the kernel. LILO can also boot other operating systems. LILO-sh is a \
 port of LILO to the SH processor."
-SECTION="bootloaders"
+SECTION = "bootloaders"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
 LICENSE = "MIT"
 PR = "r0"
 
 SRC_URI = "http://twibble.org/dist/sh4/src/lilosh/lilo-21.tar.gz \
-	   file://lilo-0.21-include.patch;patch=1 \
-	   file://lilo-0.21-1.1.patch;patch=1 \
-	   file://lilo.patch;patch=1 \
-	   file://lilo.raid1;patch=1 \
-	   file://lilo-0.21-loopdev.patch;patch=1 \
-	   file://lilo-0.21-second.patch;patch=1;pnum=0 \
-	   file://lilo-sh-linux.patch;patch=1 \
-	   file://lilo-linkgear.patch;patch=1 \
-	   file://lilo-noconfig-h.patch;patch=1"
+           file://lilo-0.21-include.patch;patch=1 \
+           file://lilo-0.21-1.1.patch;patch=1 \
+           file://lilo.patch;patch=1 \
+           file://lilo.raid1;patch=1 \
+           file://lilo-0.21-loopdev.patch;patch=1 \
+           file://lilo-0.21-second.patch;patch=1;pnum=0 \
+           file://lilo-sh-linux.patch;patch=1 \
+           file://lilo-linkgear.patch;patch=1 \
+           file://lilo-noconfig-h.patch;patch=1"
+
 S = "${WORKDIR}/lilo"
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
-# Include /boot in the package
-FILES_${PN} = "${base_sbindir} /boot"
-
 do_install() {
-	# Create the base directores
-	mkdir -p ${D}${sysconfdir} ${D}${sbindir}
+        # Create the base directores
+        mkdir -p ${D}${sysconfdir} ${D}${sbindir}
         oe_runmake ROOT=${D} install
-	# We don't ship this file
-	rm ${D}/usr/sbin/keytab-lilo.pl
+        # We don't ship this file
+        rm ${D}/usr/sbin/keytab-lilo.pl
 }
+
+# Include /boot in the package
+FILES_${PN} = "${base_sbindir} /boot"






More information about the Openembedded-commits mailing list