From 2dca5cdc6f9b240731b253d69c604034674ad314 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 8 Oct 2008 14:06:16 +0000 Subject: mickey{dbus|term} git set PACKAGE_ARCH to all --- packages/freesmartphone/mickeydbus_git.bb | 5 ++++- packages/freesmartphone/mickeyterm_git.bb | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'packages/freesmartphone') diff --git a/packages/freesmartphone/mickeydbus_git.bb b/packages/freesmartphone/mickeydbus_git.bb index 997570485b..648cc48f91 100644 --- a/packages/freesmartphone/mickeydbus_git.bb +++ b/packages/freesmartphone/mickeydbus_git.bb @@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console/network" LICENSE = "GPLv2" PV = "0.9.1+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" S = "${WORKDIR}/git" @@ -17,3 +17,6 @@ RDEPENDS_${PN} = "\ python-dbus \ python-pprint \ " + +PACKAGE_ARCH_${PN} = "all" + diff --git a/packages/freesmartphone/mickeyterm_git.bb b/packages/freesmartphone/mickeyterm_git.bb index e2a36bc1b8..0ecc8bbbea 100644 --- a/packages/freesmartphone/mickeyterm_git.bb +++ b/packages/freesmartphone/mickeyterm_git.bb @@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console/network" LICENSE = "GPLv2" PV = "2.9.1+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" S = "${WORKDIR}/git" @@ -23,3 +23,6 @@ RRECOMMENDS_${PN} += "\ gsm0710muxd \ python-dbus \ " + +PACKAGE_ARCH_${PN} = "all" + -- cgit 1.2.3-korg