diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta-moblin | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | poky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz |
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/boost/boost-jam-native.inc | 1 | ||||
-rw-r--r-- | meta-moblin/packages/consolekit/consolekit_0.3.0.bb | 4 | ||||
-rw-r--r-- | meta-moblin/packages/gnome/gnome-menus_2.24.1.bb | 4 | ||||
-rw-r--r-- | meta-moblin/packages/gnome/gvfs_1.0.2.bb | 4 | ||||
-rw-r--r-- | meta-moblin/packages/libnotify/libnotify_0.4.4.bb | 4 | ||||
-rw-r--r-- | meta-moblin/packages/pulseaudio/libcanberra_0.10.bb | 7 | ||||
-rw-r--r-- | meta-moblin/packages/pulseaudio/pulseaudio.inc | 4 | ||||
-rw-r--r-- | meta-moblin/packages/uicmoc/uicmoc3-native_3.3.5.bb | 1 | ||||
-rw-r--r-- | meta-moblin/packages/xorg-app/xterm_207.bb | 4 |
9 files changed, 0 insertions, 33 deletions
diff --git a/meta-moblin/packages/boost/boost-jam-native.inc b/meta-moblin/packages/boost/boost-jam-native.inc index 5293ea5e09..fe181ad00f 100644 --- a/meta-moblin/packages/boost/boost-jam-native.inc +++ b/meta-moblin/packages/boost/boost-jam-native.inc | |||
@@ -21,7 +21,6 @@ do_compile() { | |||
21 | ./build.sh gcc | 21 | ./build.sh gcc |
22 | } | 22 | } |
23 | 23 | ||
24 | NATIVE_INSTALL_WORKS = "1" | ||
25 | # This is too terrible - the build script doesn't give any good | 24 | # This is too terrible - the build script doesn't give any good |
26 | # way I can see to find out where the binaries are placed, so | 25 | # way I can see to find out where the binaries are placed, so |
27 | # rely on only one bin.foo directory being created. | 26 | # rely on only one bin.foo directory being created. |
diff --git a/meta-moblin/packages/consolekit/consolekit_0.3.0.bb b/meta-moblin/packages/consolekit/consolekit_0.3.0.bb index b4656c099d..fcd735d7ad 100644 --- a/meta-moblin/packages/consolekit/consolekit_0.3.0.bb +++ b/meta-moblin/packages/consolekit/consolekit_0.3.0.bb | |||
@@ -8,10 +8,6 @@ SRC_URI = "http://people.freedesktop.org/~mccann/dist/ConsoleKit-${PV}.tar.bz2 \ | |||
8 | file://nopolkit.patch;patch=1" | 8 | file://nopolkit.patch;patch=1" |
9 | S = "${WORKDIR}/ConsoleKit-${PV}" | 9 | S = "${WORKDIR}/ConsoleKit-${PV}" |
10 | 10 | ||
11 | do_stage () { | ||
12 | autotools_stage_all | ||
13 | } | ||
14 | |||
15 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" | 11 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" |
16 | 12 | ||
17 | 13 | ||
diff --git a/meta-moblin/packages/gnome/gnome-menus_2.24.1.bb b/meta-moblin/packages/gnome/gnome-menus_2.24.1.bb index dae1059b75..c36b3ef50b 100644 --- a/meta-moblin/packages/gnome/gnome-menus_2.24.1.bb +++ b/meta-moblin/packages/gnome/gnome-menus_2.24.1.bb | |||
@@ -5,10 +5,6 @@ inherit gnome pkgconfig | |||
5 | 5 | ||
6 | DEPENDS += "intltool" | 6 | DEPENDS += "intltool" |
7 | 7 | ||
8 | do_stage() { | ||
9 | autotools_stage_all | ||
10 | } | ||
11 | |||
12 | PACKAGES += "${PN}-python" | 8 | PACKAGES += "${PN}-python" |
13 | FILES_${PN} += "${datadir}/desktop-directories/" | 9 | FILES_${PN} += "${datadir}/desktop-directories/" |
14 | FILES_${PN}-python = "${libdir}/python*" | 10 | FILES_${PN}-python = "${libdir}/python*" |
diff --git a/meta-moblin/packages/gnome/gvfs_1.0.2.bb b/meta-moblin/packages/gnome/gvfs_1.0.2.bb index b4eab9bd8d..da071c4a64 100644 --- a/meta-moblin/packages/gnome/gvfs_1.0.2.bb +++ b/meta-moblin/packages/gnome/gvfs_1.0.2.bb | |||
@@ -15,7 +15,3 @@ FILES_${PN}-dev += "${libdir}/gio/modules/*.la" | |||
15 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" | 15 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" |
16 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" | 16 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" |
17 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" | 17 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" |
18 | |||
19 | do_stage() { | ||
20 | autotools_stage_all | ||
21 | } | ||
diff --git a/meta-moblin/packages/libnotify/libnotify_0.4.4.bb b/meta-moblin/packages/libnotify/libnotify_0.4.4.bb index 7c95fb2ad6..a3f622e84d 100644 --- a/meta-moblin/packages/libnotify/libnotify_0.4.4.bb +++ b/meta-moblin/packages/libnotify/libnotify_0.4.4.bb | |||
@@ -8,7 +8,3 @@ PR = "r0" | |||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
diff --git a/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb b/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb index 93f02c8459..c6d25dccb0 100644 --- a/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb +++ b/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb | |||
@@ -20,10 +20,3 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | |||
20 | 20 | ||
21 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | 21 | AUTOTOOLS_STAGE_PKGCONFIG = "1" |
22 | 22 | ||
23 | do_stage() { | ||
24 | autotools_stage_all | ||
25 | } | ||
26 | |||
27 | |||
28 | |||
29 | |||
diff --git a/meta-moblin/packages/pulseaudio/pulseaudio.inc b/meta-moblin/packages/pulseaudio/pulseaudio.inc index 2390e341fd..fd8e60c471 100644 --- a/meta-moblin/packages/pulseaudio/pulseaudio.inc +++ b/meta-moblin/packages/pulseaudio/pulseaudio.inc | |||
@@ -34,10 +34,6 @@ export TARGET_PFPU = "${TARGET_FPU}" | |||
34 | OE_LT_RPATH_ALLOW = "any" | 34 | OE_LT_RPATH_ALLOW = "any" |
35 | OE_LT_RPATH_ALLOW[export]="1" | 35 | OE_LT_RPATH_ALLOW[export]="1" |
36 | 36 | ||
37 | do_stage() { | ||
38 | autotools_stage_all | ||
39 | } | ||
40 | |||
41 | do_install_append() { | 37 | do_install_append() { |
42 | install -d ${D}${sysconfdir}/default/volatiles | 38 | install -d ${D}${sysconfdir}/default/volatiles |
43 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse | 39 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse |
diff --git a/meta-moblin/packages/uicmoc/uicmoc3-native_3.3.5.bb b/meta-moblin/packages/uicmoc/uicmoc3-native_3.3.5.bb index 1203571f5a..68582850a2 100644 --- a/meta-moblin/packages/uicmoc/uicmoc3-native_3.3.5.bb +++ b/meta-moblin/packages/uicmoc/uicmoc3-native_3.3.5.bb | |||
@@ -36,7 +36,6 @@ do_compile() { | |||
36 | oe_runmake sub-tools || die "Building tools failed" | 36 | oe_runmake sub-tools || die "Building tools failed" |
37 | } | 37 | } |
38 | 38 | ||
39 | NATIVE_INSTALL_WORKS = "1" | ||
40 | do_install() { | 39 | do_install() { |
41 | install -d ${D}${bindir}/ | 40 | install -d ${D}${bindir}/ |
42 | install -d ${D}/qte3/lib/ | 41 | install -d ${D}/qte3/lib/ |
diff --git a/meta-moblin/packages/xorg-app/xterm_207.bb b/meta-moblin/packages/xorg-app/xterm_207.bb index 547b42d0f1..aae600b545 100644 --- a/meta-moblin/packages/xorg-app/xterm_207.bb +++ b/meta-moblin/packages/xorg-app/xterm_207.bb | |||
@@ -22,7 +22,3 @@ do_configure() { | |||
22 | 22 | ||
23 | oe_runconf | 23 | oe_runconf |
24 | } | 24 | } |
25 | |||
26 | do_stage() { | ||
27 | autotools_stage_all | ||
28 | } | ||