diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:19:26 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:19:26 +0400 |
commit | 3165281acdf77d535d0c040e6f69ca500c0d66cc (patch) | |
tree | d16f7569283c68245a5b52f3f1f454ebec7bf4cd /recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb | |
parent | a7f82b5da82ca3875c6c5076db6576db107b2dfd (diff) |
u-boot: drop PACKAGE_ARCH from individual recipes
As PACKAGE_ARCH is now set in main u-boot file, drop it from all recipes.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb')
-rw-r--r-- | recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb b/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb index f29292feb8..9817f0c4e1 100644 --- a/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb +++ b/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb @@ -12,5 +12,4 @@ SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \ S = "${WORKDIR}/u-boot" -PACKAGE_ARCH = "${MACHINE_ARCH}" |